摘要:
stty-a CTRL-S and CTRL-Q are called flow-control characters. Bash readline 使用技巧_Linux编程_操作系统_希赛网 http://www.educity.cn/os/518584.html 阅读全文
摘要:
https://github.com/tesseract-ocr/tesseract/wiki/Data-Files Tesseract-OCR 字符识别 样本训练 [转] - Sam Lin - 博客园 http://www.cnblogs.com/samlin/p/Tesseract-OCR.h 阅读全文
摘要:
Linux strace命令 阅读全文
摘要:
https://wiki.wireshark.org/ESP_Preferences 阅读全文
摘要:
https://sourceware.org/gdb/onlinedocs/gdb/Forks.html Next: Checkpoint/Restart, Previous: Threads, Up: Running [Contents][Index] Next: Checkpoint/Resta 阅读全文
摘要:
教你在12306网上买火车票选择上中下铺的方法 买火车票为了方便,好多人都是想要选择下铺。可是按正常方法是不能选择的,现在教你可以自由选择上中下铺的方法。记得要用电脑操作哟 教你在12306网上买火车票选择上中下铺的方法 买火车票为了方便,好多人都是想要选择下铺。可是按正常方法是不能选择的,现在教你 阅读全文
摘要:
gdb调试有fork的程序 阅读全文
摘要:
http://shvechkov.tripod.com/nptp.html 阅读全文
摘要:
read -p "Continue (y/n)?" choice case "$choice" in y|Y ) echo "yes";; n|N ) echo "no";; * ) echo "invalid";; esac 阅读全文
摘要:
-p 参数比较特殊,正确语法是 -ppassword,即-p和密码中间不能有空格。 请教:数据库备份命令如果这样写mysqldump -u root -p dataname>/home/data.sql那么会提示:Enter password:能不能有个方法把密码在mysqldump命令行里一并写入 阅读全文