01 2021 档案

摘要:Linux-C-GetUserName code //getUserName.c #include <iostream> #include <string> using namespace std; #ifdef linux #include <unistd.h> #include <pwd.h> 阅读全文
posted @ 2021-01-08 19:52 Theseus‘Ship 阅读(213) 评论(0) 推荐(0) 编辑
摘要:Linux-C-信号未决/阻塞-BlockSig(sigset_t s) //BlockSig(SIGPIPE) void BlockSig(int sig) { sigset_t signal_mask; //设置信号集参数 sigemptyset(&signal_mask); //sigempt 阅读全文
posted @ 2021-01-08 18:10 Theseus‘Ship 阅读(129) 评论(0) 推荐(0) 编辑
摘要:TCP-ECN:设置pc的网卡设置,使ECN使能 //SetEnable.bat ::version1.0.0.1 @echo off ::先延时启动20s ::@ping -n 20 127.1>nul ::设置 netsh interface tcp set global ecncapabili 阅读全文
posted @ 2021-01-07 17:28 Theseus‘Ship 阅读(509) 评论(0) 推荐(0) 编辑

Live2D
欢迎阅读『2021 年 1月 随笔档案』
点击右上角即可分享
微信分享提示