会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
阿笨猫的窝
好记性不如烂笔头
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
···
19
下一页
2018年2月11日
llvm 编译
摘要: https://llvm.org/docs/GettingStarted.html https://clang.llvm.org/get_started.html https://llvm.org/docs/CMake.html
阅读全文
posted @ 2018-02-11 13:47 阿笨猫
阅读(175)
评论(0)
推荐(0)
编辑
2018年2月8日
llvm Array Bounds Check Elimination
摘要: http://www.knosof.co.uk/vulnerabilities/arraybnd.html http://www.cs.utsa.edu/dmz/techrep/2010/CS-TR-2010-001.pdf https://blogs.msdn.microsoft.com/clrc
阅读全文
posted @ 2018-02-08 16:41 阿笨猫
阅读(306)
评论(0)
推荐(0)
编辑
tmux 共享窗口大小
摘要: http://www.cnblogs.com/bamanzi/p/tmux-share-windows-between-sessions.html
阅读全文
posted @ 2018-02-08 16:34 阿笨猫
阅读(199)
评论(0)
推荐(0)
编辑
llvm pass
摘要: https://polly.llvm.org/docs/Architecture.html#polly-in-the-llvm-pass-pipeline
阅读全文
posted @ 2018-02-08 16:33 阿笨猫
阅读(213)
评论(0)
推荐(0)
编辑
llvm code call graph
摘要: https://www.ics.usi.ch/images/stories/ICS/slides/llvm-graphs.pdf
阅读全文
posted @ 2018-02-08 16:32 阿笨猫
阅读(190)
评论(0)
推荐(0)
编辑
llvm -O 经历过那些pass
摘要: https://stackoverflow.com/questions/15548023/clang-optimization-levels
阅读全文
posted @ 2018-02-08 09:55 阿笨猫
阅读(288)
评论(0)
推荐(0)
编辑
2018年2月7日
tcmalloc asan
摘要: http://blog.csdn.net/jinzhuojun/article/details/46659155 http://blog.csdn.net/hanlizhong85/article/details/78076668 https://wiki.tizen.org/ASan http:/
阅读全文
posted @ 2018-02-07 13:32 阿笨猫
阅读(304)
评论(0)
推荐(0)
编辑
2018年1月20日
web ide
摘要: https://www.jianshu.com/p/339dff3da1fa https://www.eclipse.org/che/ https://github.com/Coding/WebIDE/blob/master/README-zh.md https://blog.coding.net/
阅读全文
posted @ 2018-01-20 19:52 阿笨猫
阅读(241)
评论(0)
推荐(0)
编辑
2017年12月16日
eclipse配置
摘要: 1.没有找到符号的 变量下面出现的红色波浪线 http://stackoverflow.com/questions/6949431/in-eclipse-can-i-remove-the-red-error-markers It's possible to tell Eclipse not to u
阅读全文
posted @ 2017-12-16 23:13 阿笨猫
阅读(336)
评论(0)
推荐(0)
编辑
2017年12月11日
如何进入docker容器
摘要: http://blog.csdn.net/u010397369/article/details/41045251
阅读全文
posted @ 2017-12-11 22:22 阿笨猫
阅读(248)
评论(0)
推荐(0)
编辑
2017年12月6日
Linux C/C++ 链接选项之静态库--whole-archive,--no-whole-archive和--start-group, --end-group
摘要: http://www.cnblogs.com/JimmyTY/p/5856217.html
阅读全文
posted @ 2017-12-06 15:25 阿笨猫
阅读(3228)
评论(0)
推荐(0)
编辑
2017年12月5日
sshfs
摘要: $umount local_dir
阅读全文
posted @ 2017-12-05 22:19 阿笨猫
阅读(258)
评论(0)
推荐(0)
编辑
2017年11月22日
Git如何获得两个版本间所有变更的文件列表
摘要: https://segmentfault.com/q/1010000000133613
阅读全文
posted @ 2017-11-22 15:54 阿笨猫
阅读(2637)
评论(0)
推荐(0)
编辑
2017年11月11日
回归分析
摘要: #学习笔记 待整理http://itindex.net/detail/50531-%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0 ###回归分析能做什么http://www.advancedtechnic.com/ud/https://zh.wikipedia.org/wi
阅读全文
posted @ 2017-11-11 06:38 阿笨猫
阅读(504)
评论(0)
推荐(0)
编辑
2017年11月2日
linux shell 字符串操作详解 (长度,读取,替换,截取,连接,对比,删除,位置 )
摘要: http://www.cnblogs.com/chengmo/archive/2010/10/02/1841355.html http://blog.csdn.net/dongwuming/article/details/50605911 一、判断读取字符串值 表达式 含义 ${var} 变量var
阅读全文
posted @ 2017-11-02 10:59 阿笨猫
阅读(422)
评论(0)
推荐(0)
编辑
2017年10月10日
docker 基本操作
摘要: http://ovcer.blog.51cto.com/1145188/1596806 http://blog.csdn.net/xiaobaiing/article/details/45815367 http://blog.csdn.net/u010397369/article/details/4
阅读全文
posted @ 2017-10-10 13:38 阿笨猫
阅读(134)
评论(0)
推荐(0)
编辑
2017年9月20日
mktime 和 TZ
摘要: mktime底层使用__tz_convert,可能会比较慢 http://blog.csdn.net/aquester/article/details/54669264 http://blog.csdn.net/axx1611/article/details/1792827
阅读全文
posted @ 2017-09-20 16:28 阿笨猫
阅读(241)
评论(0)
推荐(0)
编辑
2017年9月19日
bash shell 获取当前正在执行脚本的绝对路径
摘要: https://my.oschina.net/leejun2005/blog/150662 http://blog.csdn.net/10km/article/details/51906821 如题,一般我们写Shell脚本的时候,都倾向使用绝对路径,这样无论脚本在什么目录执行,都应该起到相同的效果
阅读全文
posted @ 2017-09-19 22:07 阿笨猫
阅读(60836)
评论(0)
推荐(1)
编辑
2017年9月4日
Java Runtime.exec
摘要: http://www.cnblogs.com/softidea/p/4287519.html http://www.jianshu.com/p/af4b3264bc5d http://yindingtsai.blogspot.com/2010/01/runtimeexec.html http://d
阅读全文
posted @ 2017-09-04 11:44 阿笨猫
阅读(141)
评论(0)
推荐(0)
编辑
2017年8月6日
gdb 小技巧
摘要: https://www.gitbook.com/book/wizardforcel/100-gdb-tips/details
阅读全文
posted @ 2017-08-06 22:39 阿笨猫
阅读(141)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6
7
8
9
10
···
19
下一页