摘要: modified: xxx(modified content, untracked content) modified:source/_post(modified content,untracked content) 意思是xxx目录没有被跟踪。那自然push上去的时候是空的了 解决办法:后来发现这 阅读全文
posted @ 2016-02-27 13:51 lordyung 阅读(793) 评论(0) 推荐(0)
摘要: wget-e robots=off close robots-c, --continue resume getting a partially-downloaded file-nd, --no-directories don't create directories-x, --force-direc 阅读全文
posted @ 2016-02-24 20:16 lordyung 阅读(221) 评论(0) 推荐(0)
摘要: 1 Archlinux 安装 1) 分区 gdisk /dev/sda #efi 200M #boot 500M #root +10G #swap +2G 2) 格式化 mkfs.fat -F32 /dev/sda1 mkfs.ext4 /dev/sda2 mkswap /dev/sda3 swap 阅读全文
posted @ 2016-02-24 20:12 lordyung 阅读(381) 评论(0) 推荐(0)
摘要: C程序设计语言(第2版·新版)---C语言“倚天屠龙双剑”---Brian W.Kernighan“C语言之父” C Primer Plus中文版(第五版)--------C语言“倚天屠龙双剑”---Stephen Prata C程序设计(第三版)-------------------------- 阅读全文
posted @ 2016-02-24 19:46 lordyung 阅读(193) 评论(0) 推荐(0)
摘要: 1 启动gdb + gdb 程序名 2 载入程序 + file 程序名 3 退出gdb + quit Ctrl-D 4 运行程序 + run + 参数 5 查看程序信息 + 查看断点信息 info br + 查看当前源程序 info source + 查看堆栈信息 info stack + 查看当前 阅读全文
posted @ 2016-02-24 19:43 lordyung 阅读(175) 评论(0) 推荐(0)
摘要: 按了ctrl shift + f 开了繁体的模式,按ctrl shift + f 切回简体。 阅读全文
posted @ 2016-02-24 19:41 lordyung 阅读(387) 评论(0) 推荐(0)