iOS 安全工具包 DurexKit

码农软件 · 软件分类 · 其他(Others) · 2019-07-24 22:27:28

软件介绍

DurexKit 用来解决iOS因原生方法抛出的异常引起的程序闪退问题。
原理:
使用Category,参数经过判断后才能执行方法,再将原生抛异常的方法替换,所以不需要修改任何已有的代码,仅import工具包的头文件,即可解决部分异常问题。
1、NSArray、NSDictionary、NSString、KVC等问题引起的闪退。
2、解决NSObject performSelector找不到selector引起的闪退。
开发者说:希望大家一起完善这份代码,添加更多的异常情况。

本文地址:https://www.codercto.com/soft/d/10870.html

Usability for the Web

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》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

URL 编码/解码
URL 编码/解码

URL 编码/解码

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具