Getting started as a Java developer these days is quite straightforward. There are countless books on the subject, and of course an abundance of online material to study.
最近,入门成为一名java开发人员是非常简单的.有无相关的书...
分类:
编程语言 时间:
2015-04-11 13:20:03
阅读次数:
204
Python网上学习tutorials:常用的键:ctrl+D或者quit()来退出pythonC-A(Control-A)movesthecursortothebeginningoftheline,C-Etotheend,C-Bmovesitonepositiontotheleft,C-Ftotheright.Backspaceerasesthecharactertotheleftofthecursor,C-Dthecharactertoitsright.C-Kkills(e..
分类:
编程语言 时间:
2015-04-10 07:10:46
阅读次数:
137
参考:http://www.vogella.com/tutorials/AndroidActionBar/article.htmlhttp://blog.csdn.net/guolin_blog/article/details/18234477https://developer.android.co...
分类:
移动开发 时间:
2015-04-03 11:06:52
阅读次数:
132
一、普通模式,nosslsetupprivatedockerregistry(参考https://www.digitalocean.com/community/tutorials/how-to-set-up-a-private-docker-registry-on-ubuntu-14-04andhttp://www.dropbit.ch/private-docker-registry-with-nginx-on-centos-7/)OndedicatedDockerprivateregist..
分类:
其他好文 时间:
2015-03-31 13:04:43
阅读次数:
212
1.资源地址http://docs.unity3d.com/Manual/Architecture.htmlhttp://unity3d.com/learn/tutorials/modules/beginner/architecture2.
分类:
编程语言 时间:
2015-03-30 14:38:00
阅读次数:
220
既对ros tutorial 上的例子有了一定的了解之后,今天对发布器和订阅器代码(http://wiki.ros.org/cn/ROS/Tutorials/WritingPublisherSubscriber%28c%2B%2B%29)进行了研究,同时稍作改动进行了验证,
-------------------------------------------------------------...
分类:
其他好文 时间:
2015-03-29 21:02:16
阅读次数:
316
1限定三角化1.1 定义Delaunay三角剖分:Delaunay三角剖分是 Boris Delaunay 于1934 年提出的。它具有一些优秀的性质,例如说它最大化三角剖分T中所有三角形的最小角,以避免剖分出扁平的三角形。Delaunay边:e是E中满足一下条件的边:存在一个圆经过其端点a、b,圆...
分类:
其他好文 时间:
2015-03-29 17:57:37
阅读次数:
388
http://deerchao.net/tutorials/regex/regex.htm目录本文目标如何使用本教程正则表达式到底是什么东西?入门测试正则表达式元字符字符转义重复字符类分枝条件反义分组后向引用零宽断言负向零宽断言注释贪婪与懒惰处理选项平衡组/递归匹配还有些什么东西没提到联系作者网上的...
分类:
其他好文 时间:
2015-03-28 17:00:30
阅读次数:
213