01 2021 档案
摘要:Json::Value root; root["enabled"] = true; root["nodeName"] = "master"; root["serverNo"] = 354; root["serverType"] = "QUOTATION_SERVER"; root["serviceC
阅读全文
摘要:echo "unset MAILCHECK">> /etc/profile source /etc/profile
阅读全文
摘要:【Options】->【Global Options】->【General】->【Default Session】点击【Edit default settings】按钮,在【Terminal】中钩上【Send protocol NO-OP】【every 30 seconds】,这样可以保证不会因为一
阅读全文
摘要:解决: git reset --hard
阅读全文
摘要:int main() { pid_t status; status = system("./test.sh"); if (-1 == status) { printf("system error!"); } else { printf("exit status value = [0x%x]\n",
阅读全文
摘要:#!/bin/shmkfifo myfifo //创建管道exec 8<>myfifo //管道与8fd绑定rm -rf myfifo for((i=1;i <= "$1";i++))do echo >&8 //分配资源donestart=`date "+%s%N"` //精确到纳秒的时间戳for(
阅读全文
摘要:在编译时添加 -lrt
阅读全文
摘要:makefile gcc 后面增加 -pthread
阅读全文
摘要:yum -y install psmisc
阅读全文