12 2015 档案
摘要:《大话移动 APP 测试》 "wiki: Software testing" 第5章 常用工具介绍和实践 "Android" 、 "iOS" Monkey Android SDK 提供的一个工具:发送伪随机的用户事件流,压力测试。 tips: 一般 Monkey...
阅读全文
摘要:linux 各种发行版及包管理器的关系 "Linux发行版列表" 基于Kpkg(Debian 系) Debian GNU / Linux 及其派生发行版使用deb软件包格式,并使用dpkg及其前端作为包管理器。 "Apt(Advanced Packaging Tools)" 用来安...
阅读全文
摘要:"ruby.new" 输出:print、puts、p 注释 变量 数据类型 方法 只有overriding没有overloading block lambda 和 Proc class module ruby 没有...
阅读全文
摘要:Lesson 2: Dive Into Typography (排版) 排版是 ,是关于字的一切:字体、字号、行高、行长、字重(斜体/加粗/正常)、字距(kerning)、行距(leading)可读性…… Article 1: "Typography Essentials – A Getting ...
阅读全文
摘要:Week 2: What is design? Why is it important? Article 1: "Startups, this is how design works." It’s a state of mind. It’s an approach to a proble...
阅读全文
摘要:MAC 配置环境变量 缘由
想使用 之类的工具,而不想每次都输入路径才能调用。所以要配置下环境变量。 怎么做
这两个路径想要添加进环境变量: ~/Library/Android/sdk/platform tools/ ~/Library/Android/sdk/tools/ 有几个关...
阅读全文