iOS 安全工具包 DurexKit
- 授权协议: Apache
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/JJMM/DurexKit
软件介绍
DurexKit 用来解决iOS因原生方法抛出的异常引起的程序闪退问题。
原理:
使用Category,参数经过判断后才能执行方法,再将原生抛异常的方法替换,所以不需要修改任何已有的代码,仅import工具包的头文件,即可解决部分异常问题。
1、NSArray、NSDictionary、NSString、KVC等问题引起的闪退。
2、解决NSObject performSelector找不到selector引起的闪退。
开发者说:希望大家一起完善这份代码,添加更多的异常情况。
Usability for the Web
Tom Brinck、Darren Gergle、Scott D. Wood / Morgan Kaufmann / 2001-10-15 / USD 65.95
Every stage in the design of a new web site is an opportunity to meet or miss deadlines and budgetary goals. Every stage is an opportunity to boost or undercut the site's usability. Thi......一起来看看 《Usability for the Web》 这本书的介绍吧!
