上一页 1 2 3 4 5 6 7 8 ··· 18 下一页

2016年12月23日

摘要: 1.生成keystore文件 keytool -exportcert -keystore keystore_path -list -v 2.查看APK签名 keytool -list -printcert -jarfile app.apk 3.查看已经安装到设备的apk的相关配置信息 adb she 阅读全文
posted @ 2016-12-23 11:19 Stars-OnMyWay 阅读(147) 评论(0) 推荐(0) 编辑

2016年12月22日

摘要: 安装指南 sudo npm install -g commitizen cd到.git所在目录 commitizen init cz-conventional-changelog --save --save-exact 用git cz命令来取代git commit 其他安装方式: $ npm ins 阅读全文
posted @ 2016-12-22 14:06 Stars-OnMyWay 阅读(1173) 评论(0) 推荐(0) 编辑

2016年12月21日

摘要: http://blog.csdn.net/xxwlzfb/article/details/52673975 阅读全文
posted @ 2016-12-21 18:38 Stars-OnMyWay 阅读(120) 评论(0) 推荐(0) 编辑
 
摘要: 刚开始使用unity做开发时,拿到一个范例工程先上传SVN,之后再自己做一些修改后,发现有非常多文件都有变化,这才知道有很多本地生成的文件,是不用上传的,但是不知道哪些才是需要共用的。之后又困扰于修改提交时看不到diff,无法把握每次修改内容。在网上多方查找,找到以下几篇算是比较系统的介绍unity 阅读全文
posted @ 2016-12-21 10:11 Stars-OnMyWay 阅读(594) 评论(0) 推荐(0) 编辑

2016年11月28日

摘要: [UIApplication sharedApplication].applicationState will return current state, check it possible values and don’t create unnecessary flags when you can 阅读全文
posted @ 2016-11-28 11:15 Stars-OnMyWay 阅读(7236) 评论(0) 推荐(1) 编辑

2016年11月23日

摘要: 简介 xcodebuild 是苹果发布自动构建的工具。它在一个Xcode项目下能构建一个或者多个targets ,也能在一个workspace或者Xcode项目上构建scheme,总的来说,用它没错就是了。 用法说明 Tips:在终端输入man xcodebuild,可以看到Description里 阅读全文
posted @ 2016-11-23 14:28 Stars-OnMyWay 阅读(297) 评论(0) 推荐(0) 编辑

2016年11月9日

摘要: Linux系统中grep命令是一种强大的文本搜索工具,它能使用正则表达式搜索文本,并把匹 配的行打印出来。grep全称是Global Regular Expression Print,表示全局正则表达式版本,它的使用权限是所有用户。 grep的工作方式是这样的,它在一个或多个文件中搜索字符串模板。如 阅读全文
posted @ 2016-11-09 16:32 Stars-OnMyWay 阅读(194) 评论(0) 推荐(0) 编辑
 
摘要: 摘自:https://onevcat.com/2016/08/notification/ iOS 10 中以前杂乱的和通知相关的 API 都被统一了,现在开发者可以使用独立的 UserNotifications.framework 来集中管理和使用 iOS 系统中通知的功能。在此基础上,Apple 阅读全文
posted @ 2016-11-09 10:42 Stars-OnMyWay 阅读(323) 评论(0) 推荐(0) 编辑

2016年9月7日

摘要: 参考地址:http://blog.jobbole.com/76854/ Pull Requests是Bitbucket上方便开发者之间协作的功能。提供了一个用户友好的Web界面,在集成提交的变更到正式项目前可以对变更进行讨论。 开发者向团队成员通知功能开发已经完成,Pull Requests是最简单 阅读全文
posted @ 2016-09-07 10:31 Stars-OnMyWay 阅读(6900) 评论(0) 推荐(0) 编辑

2016年8月22日

摘要: http://nixwang.com/2015/11/09/ios-dynamic-update/ 前言 目前 iOS 上的动态更新方案主要有以下 4 种: HTML 5 lua(wax)hotpatch react native framework 前面三种都是通过在应用内搭建一个运行环境来实现动 阅读全文
posted @ 2016-08-22 16:39 Stars-OnMyWay 阅读(554) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 18 下一页