01 2016 档案

摘要:$ cd 项目目录// 初始化$ git init$ git submodule add https://github.com/XXXX// 普通更新$ git submodule update// 初始化并更新$ git submodule update --init --recursive// ... 阅读全文
posted @ 2016-01-16 21:22 Duelsol 阅读(263) 评论(0) 推荐(0)
摘要:try { //创建连接 URL url = new URL(url); HttpURLConnection connection = (HttpURLConnection) url.openConnection(); ... 阅读全文
posted @ 2016-01-13 19:33 Duelsol 阅读(16335) 评论(0) 推荐(1)
摘要:参考文章: http://blog.csdn.net/liangliang2727/article/details/52941394 http://www.jianshu.com/p/1cb4c4fe5481 https://gist.github.com/cromandini/1a9c4aeab2 阅读全文
posted @ 2016-01-08 16:53 Duelsol 阅读(763) 评论(0) 推荐(0)