图片无损压缩工具
一、Mac shell命令单张/批量修改图片尺寸 12sips -Z 640 *.jpg //批量 604*640sips -z 768 1024 example.png//单张 760*1024 More From:http://www.ainotenshi.org/818/resiz ...
阅读更多
PingBox -Mac批量ping工具
PingBox是一款Mac平台小巧的批量Ping工具 ,允许Ping多个主机名和IP 地址的一个小工具, 并且可以在同一个显示器上观看结果。支持ping结果排序。 PS:样式仿superping,由于superping免费版不支持多个IP,使用发现CPU占用率近100%,而Mac上又没有其它替代工具 ...
阅读更多
APP开发接口数据模拟
测试API的模拟主要分以下2块 1.模拟服务器 2.模拟测试数据 一、模拟服务器解决方案1).使用Apache开启 Web ServerMac自己集成了Python和Apache 启动:sudo apachectl start 123停止:sudo apachectl stop重启:sudo ...
阅读更多
AutoLayout 库
https://github.com/robertmryan/autolayout-category https://github.com/danramteke/DRAutolayout https://github.com/robotmedia/Lyt https://github.com/mob ...
阅读更多
Visual Studio Code
fn+F1 或 ⌘+Shift+P: 打开命令面板。 https://lzw.me/a/vscode-visual-studio-code-shortcut.html 将ctr键换成⌘键 Visual Studio Code有哪些你常用的插件? 插件 Live HTML Previewer html ...
阅读更多
Mac 终端下运行shell/applescript等脚本Permission denied问题
运行脚本 1、写好自己的 脚本,比如aa.sh  2、打开终端 执行,方法一: 输入命令    ./aa.sh     ,方法二:直接把 aa.sh 拖入到终端里面。 Permission denied问题 修改该文件aa.sh 的权限 :使用命令: chmod 777 aa.sh 。 或 ...
阅读更多
App开发目录结构参考
http://www.samirchen.com/ios-project-structure/ iOS架构师之路:工程文件组织结构设计 iOS 项目的目录结构能看出你的开发经验 http://mtydev.net/2014/12/18/%E9%AB%98%E8%B4%A8%E9%87%8FiOS%E ...
阅读更多
文字闪烁效果
http://qa.helplib.com/523867 http://www.devtalking.com/articles/calayer-animation-gradient-animation/ https://github.com/spagosx/iOS-Glowing-Label ht ...
阅读更多
iOS谓词NSPredicate 筛选过滤
NSPredicate 筛选过滤 基本用法 123456781.创建NSPredicate(相当于创建一个过滤条件)NSPredicate *predicate = [NSPredicate predicateWithFormat:@"过滤条件"];2.判断指定的对象是否满足NS ...
阅读更多
Alfred web搜索配置
http://alfredtips.com/s/popular/1/ https://www.google.com.hk/#q={query}+site:stackoverflow.comhttps://www.google.com.hk/#q={query}+site:github.com htt ...
阅读更多