原文来自:http://blog.csdn.net/hitwhylz/article/details/27813315分享几个常用的Xcode插件。第一个,规范注释生成器VVDocumenter。顾名思义, 它可以很方便的为你自动添加注释使用效果如下:下载链接:https://github.com/...
分类:
其他好文 时间:
2015-05-18 20:20:06
阅读次数:
121
3、(选做题)使用 Eclipse + Egit 环境,和你的结对编程小伙伴一起 “尝试多人协作项目开发” 练习,具体要求如下:1)一名队友将自己设计的项目上传到 Github 上,另一名队友下载该项目到自己的本地机器;2)对项目做一些修改后,进行 commit、push操作;3)在本地创建自己项目...
分类:
其他好文 时间:
2015-05-18 20:15:05
阅读次数:
116
网址:https://leetcode.com/problems/integer-to-roman/
题意:
模拟题...自己去查罗马数字怎么转化的就ok.
代码:
https://github.com/LiLane/leetcode/blob/master/java/012-IntegertoRoman-201505181637.java
https://github.com/Li...
分类:
其他好文 时间:
2015-05-18 19:00:05
阅读次数:
123
1、首先在自己的电脑上要安装node.js和npm包管理工具;
2、从github上下载zepto.js的源文件包到本地磁盘(例如:E:\Learning\JS);
地址:https://github.com/madrobby/zepto
3、将下载的zepto压缩包解压,进入,找到make文件,打开,找到第42行的位置,添加需要的模块名称(这里我...
分类:
Web程序 时间:
2015-05-18 18:54:05
阅读次数:
272
本文以 Windows 7 64 位为环境,go1.4.2.windows-amd64 和 liteidex27.2.1.windows-qt5 为例。 成功搭建开发环境后,发现 LiteIDE 没有代码智能提示,这极为不方便啊~ 在 Github nfs/gocode 下载 gocode 源代码,...
分类:
编程语言 时间:
2015-05-18 18:48:23
阅读次数:
285
1. 安装Windows客户端https://github.com/xxxx2. Create Git Repo3. 建议设置 git bash 为 terminal 4. git config --listgit config –-global http.proxy http://127.0.0....
先说datepicker。 github上的地址是:https://github.com/eternicode/bootstrap-datepicker。效果如下:在bundle里面引用添加js 和 css的引用。bundles.Add(new StyleBundle("~/Content/css"...
分类:
其他好文 时间:
2015-05-18 18:41:15
阅读次数:
178
https://github.com/zhuqizhi/tlbs1409https://github.com/maxting/IM_Project150126https://github.com/hanhung/Instamour-Androidhttps://github.com/vegastar...
分类:
系统相关 时间:
2015-05-18 18:27:55
阅读次数:
119
https://github.com/a396901990/CardView_AutoLayouthttps://github.com/MarkOSullivan94/Android-Material-Wizard-Drawerhttps://github.com/MrBIMC/MaterialSe...
分类:
其他好文 时间:
2015-05-18 18:20:32
阅读次数:
132
写iOS 程序的时候往往需要很多第三方框架的支持,可以大大减少工作量,讲重点放在软件本身的逻辑实现上。GitHub 里面有大量优秀的第三方框架,而且 License 对商业很友好。一下摘录一下几乎每个项目都想集成的几个框架。1. MantleMantle 让我们能简化 Cocoa 和 Cocoa T...
分类:
移动开发 时间:
2015-05-18 18:09:19
阅读次数:
223