04 2016 档案

摘要:1.excel composer require maatwebsite/excel ~2.0.0 Maatwebsite\Excel\ExcelServiceProvider::class, 'Excel' => Maatwebsite\Excel\Facades\Excel::class, php artisan vendor:publish use Excel 自动加载 阅读全文

posted @ 2016-04-28 17:10 anjuncc 阅读(102) 评论(0) 推荐(0)

摘要:在项目的composer.json "barryvdh/laravel-ide-helper":"dev-master" 项目config/app.php composer.json,添加一行 php artisan ide-helper:generate 阅读全文

posted @ 2016-04-27 12:00 anjuncc 阅读(121) 评论(0) 推荐(0)

摘要:在多文件中批量替换字符串grep -rl 'windows' ./ | xargs sed -i 's/windows/linux/g' 阅读全文

posted @ 2016-04-23 22:23 anjuncc 阅读(81) 评论(0) 推荐(0)

摘要:sudo sysctl -w kern.maxfilesperproc=1048576ulimit -n 1048576 阅读全文

posted @ 2016-04-22 23:32 anjuncc 阅读(255) 评论(0) 推荐(1)

摘要:http://dmlc.ml/ 阅读全文

posted @ 2016-04-19 15:38 anjuncc 阅读(82) 评论(0) 推荐(0)

摘要:ARMr0-r4 传递参数与返回值r7 帧指针 指向母函数被调用子函数在栈看中的交界栈帧指针(Frame Pointer).指向前一个保存的栈帧(stack frame)和链接寄存器(link register, lr)在栈上的地址R12:又叫IP(intra-procedure scratch ) 阅读全文

posted @ 2016-04-11 17:55 anjuncc 阅读(172) 评论(0) 推荐(0)

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

posted @ 2016-04-08 22:17 anjuncc 阅读(121) 评论(0) 推荐(0)

摘要:所有命令选择与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 阅读(173) 评论(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 阅读(163) 评论(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 阅读(158) 评论(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 阅读(63) 评论(0) 推荐(0)

摘要:昨天我大脑中还在盘旋几个关键字:健康 选择 方向 方法今天只有选择了,健康 是你选择了一种生活习惯,你能掌控的也就是好的习惯,选择了一种正确的价值观,选择了一个好的开始方向有很多,你的选择是结果方法 决定选择,还是选择正确的方法 决定更好的选择?成了鸡生蛋,蛋生鸡的问题,所以以然选择选择这个词最后统 阅读全文

posted @ 2016-04-04 14:24 anjuncc 阅读(116) 评论(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 阅读(259) 评论(0) 推荐(0)

摘要:brew install graphviz https://github.com/jvantuyl/sublime_diagram_plugin 阅读全文

posted @ 2016-04-02 17:50 anjuncc 阅读(108) 评论(0) 推荐(0)

导航