上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 19 下一页

2016年4月8日

摘要: 字符串长度 string="abcd" echo ${#string} 子串 echo ${string:1:2} $? 显示最后命令的退出状态。0表示没有错误,其他任何值表明有错误。 $0 当前脚本,$n 之后的参数,${10}... n>是两位数要用${n}表示 $# 传递到脚本的参数个数 $* 以一个单字符串显示所有向脚本传递的参数 $@ 与$*相同,但是使用时加引号,... 阅读全文
posted @ 2016-04-08 22:17 anjuncc 阅读(111) 评论(0) 推荐(0) 编辑

2016年4月4日

摘要: 所有命令选择与input 值用 —- 区分1 p/x 16 转16进制https://sourceware.org/gdb/onlinedocs/gdb/Output-Formats.html/t 二进制 /s 字符串 /c char /d 十进制2 c/s/n/f continume/ step into /next /finish3frame info4thread return ... 阅读全文
posted @ 2016-04-04 21:28 anjuncc 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 1 use the cc1 for generating IR:clang -cc1 -emit-llvm testfile.c -o testfile.llhttp://llvm.org/docs/LangRef.html2 To convert LLVM IR in test.ll to bitcode format,llvm-as test.ll –o test.bchexdump -C t... 阅读全文
posted @ 2016-04-04 19:42 anjuncc 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 1 ocoa Touch Layer{ App Extensions https://developer.apple.com/library/ios/documentation/General/Conceptual/ExtensibilityPG/index.html Handoff https://developer.apple.com/library/ios/documentation/Use... 阅读全文
posted @ 2016-04-04 16:50 anjuncc 阅读(124) 评论(0) 推荐(0) 编辑
摘要: http://alcatraz.io/https://github.com/macoscope/CodePilotprepocurl -fsSL https://raw.githubusercontent.com/supermarin/Alcatraz/deploy/Scripts/install.sh | sh 阅读全文
posted @ 2016-04-04 16:49 anjuncc 阅读(58) 评论(0) 推荐(0) 编辑
摘要: 昨天我大脑中还在盘旋几个关键字:健康 选择 方向 方法今天只有选择了,健康 是你选择了一种生活习惯,你能掌控的也就是好的习惯,选择了一种正确的价值观,选择了一个好的开始方向有很多,你的选择是结果方法 决定选择,还是选择正确的方法 决定更好的选择?成了鸡生蛋,蛋生鸡的问题,所以以然选择选择这个词最后统 阅读全文
posted @ 2016-04-04 14:24 anjuncc 阅读(107) 评论(0) 推荐(0) 编辑
摘要: Implicit declaration of function 'instrumentObjcMessageSends' is invalid in C99FIX: addextern void instrumentObjcMessageSends(BOOL);也可以lldb>call (void)instrumentObjcMessageSends(YES)_objc_msgForward... 阅读全文
posted @ 2016-04-04 10:28 anjuncc 阅读(249) 评论(0) 推荐(0) 编辑

2016年4月2日

摘要: brew install graphviz https://github.com/jvantuyl/sublime_diagram_plugin 阅读全文
posted @ 2016-04-02 17:50 anjuncc 阅读(100) 评论(0) 推荐(0) 编辑

2016年3月29日

摘要: Gerritandroid update sdk --no-uiadb logcat MyActivity:* *:SConnecting adb over Wi-Fiadb tcpip 5555adb connect 192.168.1.xadb shell am startservice –a adb shell pm list packagesadb shell monkey –p htt... 阅读全文
posted @ 2016-03-29 23:49 anjuncc 阅读(146) 评论(0) 推荐(0) 编辑

2016年3月26日

摘要: http://www.cnblogs.com/duanxz/archive/2012/06/13/2547801.htmldependency ———>局部变量、方法的参数或者对静态方法的调用(都是在方法上)association —>成员变量 表现为“拥有关系”aggregation 空心菱形表示 has-acomposition 实心菱形 同生同死 contains-agenerali... 阅读全文
posted @ 2016-03-26 10:39 anjuncc 阅读(93) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 19 下一页

导航