iOS 调试库 FWDebug
- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: OS X
- 软件首页: https://github.com/lszzy/FWDebug
- 软件文档: https://github.com/lszzy/FWDebug/blob/master/README.md
- 官方下载: https://github.com/lszzy/FWDebug
软件介绍
iOS 调试库,支持 iOS8+,无需添加任何代码,方便 iOS 开发和测试。
屏幕截图
使用教程
真机或模拟器中5秒内摇一摇两次即可出现调试菜单。功能如下:
FLEX调试工具
循环引用检测和分析
Class和Protocol的头文件查看
FPS、内存、CPU占用率显示
手机、App信息查看
App崩溃日志的记录、查看
App文件管理器
Documents文件http、webdav服务器
iOS10+真机NSLog显示
生成dylib动态库并注入其它App
App加密工具
安装教程
推荐使用CocoaPods安装,自动管理依赖和环境配置。如需手工导入请参考Example项目配置。
CocoaPods
本调试库支持Debug和Release环境,一般Debug模式开启,提交AppStore时请移除。Podfile示例:
platform :ios, '8.0' # use_frameworks! target 'Example' do pod 'FWDebug', :configurations => ['Debug'] end
Carthage
本调试库支持Carthage,Cartfile示例:
github "lszzy/FWDebug"
执行carthage update并拷贝FWDebug.framework到项目即可。
Web Data Mining
Bing Liu / Springer / 2006-12-28 / USD 59.95
Web mining aims to discover useful information and knowledge from the Web hyperlink structure, page contents, and usage data. Although Web mining uses many conventional data mining techniques, it is n......一起来看看 《Web Data Mining》 这本书的介绍吧!
