摘要:SSH安装越狱机器SSH安装与使用SSH复制文件向iPhone设备传文件向mac传文件越狱机器SSH安装与使用在Cydia首页就可以看到"OpenSSH访问教程"设备和mac在同一局域网下记住此时的iPhone设备的ip地址在mac终端中输入连接ssh命令通过wifi连接时,使用IP地址连接 x #ssh root@192.168.0.120通过USB连接时,指定本地端口(本地端口转发到远程端口...
阅读全文
摘要:通过USB连接越狱iPhone,SSH进入设备通过USB连接越狱iPhone,SSH进入设备第一步:下载需要的工具第二步:进入指定目录第三步:开始端口转发第四步:SSH进入设备更多功能参考:Using python相关资料通过USB连接越狱iPhone,SSH进入设备第一步:下载需要的工具usbmuxd软件,以下是可以使用的下载地址(2015-09-23)http://cgit.sukimashi...
阅读全文
摘要:UIButton的竖排图片和文本UIButton的竖排图片和文本第一想法:实现思路第二种方法UIContentHorizontalAlignment/UIControlContentVerticalAlignment完整代码片段:参考资料:更新UIButton的竖排图片和文本UIButton的竖排的话,如果不知道方法,就会走很多弯路了第一想法:实现思路橙色-> 按钮frame紫色->图片frame...
阅读全文
摘要:THEOS的第一个TWeak的成功创建THEOS的第一个TWeak的成功创建参考资料:成功的创建一个TWeak的弹出步骤1:安装Xcode和Xcode command line步骤2:安装theosa:下载theos前,设置保存的路径:环境变量b:下载theosc:下载头文件d:下载ldid签名工具e:配置MoblieSubstrate环境f:安装dpkg步骤3:开始编写Teak应用a 创建工程b...
阅读全文
摘要:文件校验 mac md5 sha-1文件校验 mac md5 sha-1mad5 sha-1文件校验 mac md5 sha-1由于Xcode7正式版的推出,遭到某些人的恶意篡改,https://www.v2ex.com/t/221717http://drops.wooyun.org/news/8864http://weibo.com/1981622273/CB59nzL6d所以顺便记录下怎么查看...
阅读全文
摘要:http://inessential.com/hownottocrashHow Not to Crash #1: KVO and Manual BindingsHow Not to Crash #2: Mutation ExceptionsHow Not to Crash #3: NSNotific...
阅读全文
摘要:How Not to Crash #6: Properties and AccessorsHow Not to Crash #6: Properties and Accessors潜在的问题正确的方法solveExceptions使用实例变量的例外Auto-synthesize自动合成Use ARCDon’t do->thisdeallocUse weakunsafe_unretainedHow ...
阅读全文
摘要:How Not to Crash #3: NSNotification通知引起的崩溃How Not to Crash #3: NSNotification通知引起的崩溃The One Way to Crash引起崩溃的原因The Big Rule怎么避免崩溃?Blanket Unregistering不怎么好的移除通知的方法移除指定通知的弊端移除通知的正确方法Beware Double Regis...
阅读全文
摘要:How Not to Crash #2: Mutation Exceptions 可变异常How Not to Crash #2: Mutation Exceptions 可变异常problemsoloveDisagree with meMutable collections should not be part of public API(可变集合不应该是公开API的一部分)潜在问题的代码改进后...
阅读全文
摘要:Moving SwiftlyMoving Swiftly(从OC到swift)Swift1.0 not funTrouble1.source compatibility代码兼容性2.swift->Xcode->iOS 版本依赖Salt in the wound伤口上撒盐error reporting 错误提示错误提示改进swift2.0Think about the good times好处呢?M...
阅读全文
摘要:How to Use updateConstraintsHow to Use updateConstraints(怎么使用updateConstraints)problemdoc saystough thingsdoc says again(wwdc2015)conclusion结论原文链接:How to Use updateConstraints(怎么使用updateConstraints)pr...
阅读全文
摘要:Don’t Put View Code Into Your View Controller别把View创建的代码放在VC中Don’t Put View Code Into Your View Controller别把View创建的代码放在VC中The ViewThe View Controller原文链接代码Don’t Put View Code Into Your View Controller...
阅读全文
摘要:Where-To-Put-The-Auto-Layout-CodeWhere To Put The Auto Layout Code将AutoLayout的代码放在哪里?参考文档A参考文档B结论原文链接Where To Put The Auto Layout Code将AutoLayout的代码放在哪里?Auto Layout is kind of magic. Like a sorcerer y...
阅读全文
摘要:原文链接:http://blog.ayaka.me/post/127980091987/5-yearsThis morning, I got apush notification from Timehopsaying that 5 years ago today, I submitted my fi...
阅读全文