Mac截图 screencapture
1screencapture -h //查看帮助 http://cocoa.venj.me/blog/screenshot-in-cocoa-apps/ 1screencapture -R "20,190,310,100" iii2.png
阅读更多
Mac文件搜索
Mac文件搜索工具find any fileEasyfind Mac常用命令 通过Find命令搜索文件 12345678910111213141516171819格式:find path(搜索路径,为空时默认为当前目录) -option(搜索条件) [-print][-exec -ok comman ...
阅读更多
iOS Model保存
iOS Model保存 12345678910111213141516 -(void)saveUserRequestData{ _lastTreeModel=self.treeModel; NSUserDefaults * defaults = [NSUserDefaults ...
阅读更多
iOS实现模糊效果
iOS学习笔记–图片灰度处理 iOS实现模糊效果的几种方法 http://www.vanbein.com/posts/3rd-libraries/2016/04/06/blurView/
阅读更多
iOS数组去重
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263- (void)checkForDuplicateIDs6  ...
阅读更多
常用算法
一、C语言常用算法123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 ...
阅读更多
JavaScript打印对象循环引用问题
直接打印obj 1console.log(JSON.stringify(a));// 报错 出现错误TypeError: Converting circular structure to JSON 解决:使用第三方库CircularJSON,json-stringify-safe,util.ins ...
阅读更多
JavaScript代码编辑器
http://xuelinf.github.io/2016/05/24/Ace-Editor-%E4%B8%8A%E6%89%8B%E5%8F%8A%E8%B0%83%E7%94%A8%E6%96%B9%E6%B3%95/ https://ace.c9.io/build/kitchen-sink.h ...
阅读更多
iOS直播 Mac下Nginx+Rtmp直播流服务器搭建
iOS直播 Mac下Nginx+Rtmp直播流服务器搭建 1. 安装nginx、nginx-rtmp-module121、brew install nginx //执行安装nginx 2、brew install nginx-full --with-rtmp-module //执行安装n ...
阅读更多
自动化测试APPium使用
Error: Sdk ‘10’ was not in list of simctl sdks https://github.com/appium/appium/issues/7237
阅读更多