- 授权协议: MIT
- 开发语言: Swift
- 操作系统: 跨平台
- 软件首页: http://shaps.me/peek
- 软件文档: https://github.com/shaps80/Peek
- 官方下载: https://github.com/shaps80/Peek
软件介绍
Peek 是一个开源框架,可在各个阶段给你应用提供帮助,目前仅支持 iOS 应用。
开发人员可以用来检查其用户接口。
设计人员可以验证应用是否符合其设计规范。
测试人员和 QA 可以检查功能可用性,验证行为并报告问题。
版本支持:
iOS 9.0+ (Swift and Objective-C)
选项配置:
window?.peek.enableWithOptions { options in
options.theme = .black
options.activationMode = .Auto
options.shouldIgnoreContainers = true
/*
Sometimes it can also be useful to include additional metadata with each report.
*/
options.metaData = [ "Environment": "UAT" ]
}
How to Solve It
Zbigniew Michalewicz、David B. Fogel / Springer / 2004-03-01 / USD 59.95
This book is the only source that provides comprehensive, current, and detailed information on problem solving using modern heuristics. It covers classic methods of optimization, including dynamic pro......一起来看看 《How to Solve It》 这本书的介绍吧!

