由于需要多人异地开发一个项目,又不想部署一台用于版本控制的服务器,所以想到用github,研究了大半天,终于搭好了。现在分享流程如下: 1. 去github官网注册一个账号; 2. 创建代码库工程(create a New Repository),根据提示走就ok; 3. 创建完以后就会有一个工程首 ...
分类:
其他好文 时间:
2016-12-25 23:10:02
阅读次数:
163
Farmer John has N hills on his farm (1 <= N <= 1,000), each with an integer elevation in the range 0 .. 100. In the winter, since there is abundant sn ...
分类:
其他好文 时间:
2016-12-25 17:45:19
阅读次数:
220
版权声明:版权归博主所有,转载请带上本文链接!联系方式:abel533@gmail.com 目录(?)[+] MyBatis Generator中文文档 运行MyBatis Generator XML配置详解 配置文件头 根节点generatorConfiguration generatorConf ...
分类:
其他好文 时间:
2016-12-21 20:38:39
阅读次数:
977
1、ajax技术的背景 不可否认,ajax技术的流行得益于google的大力推广,正是由于google earth、google suggest以及gmail等对ajax技术的广泛应用,催生了ajax的流行。而这也让微软感到无比的尴尬,因为早在97年,微软便已经发明了ajax中的关键技术,并且在99 ...
分类:
Web程序 时间:
2016-12-20 01:36:52
阅读次数:
205
1、ajax技术的背景 不可否认,ajax技术的流行得益于google的大力推广,正是由于google earth、google suggest以及gmail等对ajax技术的广泛应用,催生了ajax的流行。而这也让微软感到无比的尴尬,因为早在97年,微软便已经发明了ajax中的关键技术,并且在99 ...
分类:
Web程序 时间:
2016-12-19 08:39:52
阅读次数:
214
1.在网页上新建repository2.gitclonehttp://github.com/FannieHF/requireJS3.cdrequireJS//进入到这个directory4.gitadd.5.gitcommit-m"Addexistingfile"6.gitconfig--globaluser.email"fanniehf@gmail.com"7.gitconfig--globaluser.nameFannieHF8.gitcommit-m"Addexistingfile..
分类:
Web程序 时间:
2016-12-18 18:46:15
阅读次数:
128
1、ajax技术的背景 不可否认,ajax技术的流行得益于google的大力推广,正是由于google earth、google suggest以及gmail等对ajax技术的广泛应用,催生了ajax的流行。而这也让微软感到无比的尴尬,因为早在97年,微软便已经发明了ajax中的关键技术,并且在99 ...
分类:
Web程序 时间:
2016-12-18 09:53:17
阅读次数:
301
1、ajax技术的背景 不可否认,ajax技术的流行得益于google的大力推广,正是由于google earth、google suggest以及gmail等对ajax技术的广泛应用,催生了ajax的流行。而这也让微软感到无比的尴尬,因为早在97年,微软便已经发明了ajax中的关键技术,并且在99 ...
分类:
Web程序 时间:
2016-12-18 01:14:42
阅读次数:
234
本周早些时候 Google 开源了 TensorFlow(GitHub),此举在深度学习领域影响巨大,因为 Google 在人工智能领域的研发成绩斐然,有着雄厚的人才储备,而且 Google 自己的 Gmail 和搜索引擎都在使用自行研发的深度学习工具。 无疑,来自 Google 军火库的 Tens ...
分类:
其他好文 时间:
2016-12-17 13:38:16
阅读次数:
153
1、mysql.class.php <?php // namespace Package; /** * MySQL 类 * @author cxm <tsai.er6@gmail.com> * */ class MySQL { private static $link = null; //数据库连接 ...
分类:
Web程序 时间:
2016-12-15 17:46:29
阅读次数:
321