摘要: rm -rf YouCompleteMe/third_party/ycmd/third_party/cregex git submodule update --init --recursive at the dir of "YouCompleteMe/third_party/ycmd/third_p 阅读全文
posted @ 2019-03-30 21:22 douzujun 阅读(3019) 评论(2) 推荐(0) 编辑
摘要: 148. Sort List 148. Sort List Sort a linked list in O(n log n) time using constant space complexity. Example 1: Input: 4->2->1->3 Output: 1->2->3->4 E 阅读全文
posted @ 2019-03-30 20:42 douzujun 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 1. 进程虚拟地址空间 2. stat函数 获取文件信息 stat函数参数 pathname 文件名 struct stat *buf 传出参数,定义 struct stat sb; &sb 返回值 成功返回0,失败返回-1,设置errno 阅读全文
posted @ 2019-03-30 19:49 douzujun 阅读(1919) 评论(0) 推荐(0) 编辑