上一页 1 ··· 229 230 231 232 233
摘要: 使用mmap添加的共享内存。 局限: 只能在有亲属关系的进程之间使用。 运行结果: 注意以上各个头文件的作用: 阅读全文
posted @ 2016-04-24 17:05 blcblc 阅读(1764) 评论(0) 推荐(0) 编辑
摘要: Linux终端前面默认显示一长串,如: [work@aaa.baidu.com dir]$ 这是由PS1环境变量决定的: [work@aaa.baidu.com dir]$ echo $PS1 [\u@\H \W]\$ 其中\u代表用户,\H代表主机,\W代表目录 可以修改环境变量,有三种方法: 1 阅读全文
posted @ 2016-04-24 16:29 blcblc 阅读(6244) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/3sum-closest/ // At first, my DP solution exceeds time limitation// Then with the hint fo the discussion board,// I have 阅读全文
posted @ 2016-04-19 15:31 blcblc 阅读(228) 评论(0) 推荐(0) 编辑
上一页 1 ··· 229 230 231 232 233