2018年2月28日
摘要: 2015年开始写博客,一直到2017年都忙于写项目,没有写过博客,但是本地还是有一些储备的,后来越来越发现写博客的好处: 1.当时觉得自己记得很清楚的东西,后面会慢慢忘掉 2.有利于知识的归类 3.有利于知识的条理化 以后会坚持一段时间写一篇博客,还有就是别人写的好的博客,也可以参考,不断的充实自己 阅读全文
posted @ 2018-02-28 09:32 奔跑中的小谷子 阅读(88) 评论(0) 推荐(0) 编辑
摘要: Cocoapods是非常好用的一个iOS依赖管理工具,使用它可以方便的管理和更新项目中所使用到的第三方库, 以及将自己的项目中的公共组件。(cocoapods的安装请自行百度) 1.创建自己的私有spec仓库 1.1 创建一个spec仓库的git源 1.2 把私有spec仓库添加到本地镜像 2.创建 阅读全文
posted @ 2018-02-28 09:26 奔跑中的小谷子 阅读(303) 评论(0) 推荐(0) 编辑
摘要: 1、官方文档介绍以及github链接 http://wereadteam.github.io/2016/02/22/MLeaksFinder/ https://github.com/Zepo/MLeaksFinder 2、根据官方文档说明,MLeaksFinder可以在运行时(debug 模式下)帮 阅读全文
posted @ 2018-02-28 09:22 奔跑中的小谷子 阅读(2081) 评论(0) 推荐(0) 编辑
  2015年4月27日
摘要: 这是我之前公司的大师的博客,很有技术含量:referto :http://siwei.me/blog/posts/appium-appium-usage概述:很简单. 假设你都已经安装好了appium.对于ios的同学有福气了,直接有个客户端: https://github.com/appium/... 阅读全文
posted @ 2015-04-27 16:28 奔跑中的小谷子 阅读(176) 评论(0) 推荐(0) 编辑
摘要: 如何安装gcc:http://stlexamples.com/How-to-install-gcc-on-mac-without-xcode/如何用gcc 编译代码:http://stlexamples.com/How-to-compile-code-with-gcc/ 阅读全文
posted @ 2015-04-27 16:02 奔跑中的小谷子 阅读(95) 评论(0) 推荐(0) 编辑
摘要: referto:https://github.com/AFNetworking/AFNetworking 阅读全文
posted @ 2015-04-27 13:50 奔跑中的小谷子 阅读(88) 评论(0) 推荐(0) 编辑
摘要: http://www.weste.net/2011/2-24/xcode-shortcut-key.html 阅读全文
posted @ 2015-04-27 13:46 奔跑中的小谷子 阅读(93) 评论(0) 推荐(0) 编辑
  2015年3月23日
摘要: 获取一个app 的guid 很重要.它可以让你的app获得基本的统计能力.1. 注册并登陆titaniumhttps://my.appcelerator.com/auth/login2. 进入命令行:$ ti setup以下仅仅是思路,未认证. 设置对应的用户名和密码( 跟 ~/.titanium/... 阅读全文
posted @ 2015-03-23 16:36 奔跑中的小谷子 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 适配不同的平台:下面是个例子:// Default label"Label": { backgroundColor: "#000", text: 'BlackBerry or another platform'},// iPhone"Label[platform=ios formFac... 阅读全文
posted @ 2015-03-23 16:23 奔跑中的小谷子 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 上下左右: jkhl下一个单词: w前一个单词: b下一屏: ctrl + f 上一屏 : ctrl + b搜索some_string: /some_string把全局的some_string 替换成 new_string : %s/some_string/new_string/g... 阅读全文
posted @ 2015-03-23 10:15 奔跑中的小谷子 阅读(102) 评论(0) 推荐(0) 编辑