http://deerchao.net/tutorials/regex/regex.htm#mission在线测试工具:http://tool.chinaz.com/regex/
git文章:https://github.com/oldratlee/translations/tree/master/git-workflows-and-tutorials
分类:
其他好文 时间:
2015-08-04 12:48:10
阅读次数:
121
原文链接:http://www.rabbitmq.com/tutorials/tutorial-five-python.html ????在前面的例子中我们改进了我们的日志系统。使用 fanout 类型的exchage 只能广播消息。我们使用 direct 来代替,获得了选...
分类:
其他好文 时间:
2015-08-03 15:03:52
阅读次数:
145
转载自http://www.cnblogs.com/tail/p/4618790.html采用静态初始化的方法,可以戳下边的链接查看官方的文档介绍http://docs.opencv.org/doc/tutorials/introduction/android_binary_package/dev_...
分类:
移动开发 时间:
2015-08-02 21:33:07
阅读次数:
138
官方网址:http://www.rabbitmq.com/tutorials/tutorial-four-python.html 前面的例子中,我们构建了一个简单的日志系统。我们可以广播日志消息给所有的接收者。 在这个例子中,我们准备增加一个新特性。我们将能...
分类:
其他好文 时间:
2015-08-01 15:52:50
阅读次数:
296
背景开发过程,可能遇到这种情况
git merge效果git checkout feature
git merge mastergit rebase效果git checkout feature
git rebase master参考https://www.atlassian.com/git/tutorials/merging-vs-rebasing/conceptual-overview...
分类:
其他好文 时间:
2015-07-28 13:08:18
阅读次数:
143
React学习系列系列学习react 翻译地址https://scotch.io/tutorials/learning-react-getting-started-and-concepts我是初学者,英语也不是很好,不过一直强迫自己看英文文档。这是理解翻译,翻译的不好,请见谅!()中的是我翻译过程中...
分类:
其他好文 时间:
2015-07-26 22:31:40
阅读次数:
263
系列学习react 翻译地址https://scotch.io/tutorials/learning-react-getting-started-and-concepts我是初学者,英语也不是很好,不过一直强迫自己看英文文档。这是理解翻译,翻译的不好,请见谅!()中的是我翻译过程中理解,参考下,有什...
分类:
其他好文 时间:
2015-07-26 15:40:37
阅读次数:
154
下面介绍一下重要的几个,设计基本 图片处理 的函数,依次来了解OpenCV的入门知识。具体的详细用法还是以官方的API【Official Tutorials】【Python-OpenCV】为准。imread图片读取函数,用法如下# read image with color
img = cv2.imread("./lena.jpg")# OR read gray image
imgGray = cv...
分类:
其他好文 时间:
2015-07-23 12:04:36
阅读次数:
147
原文地址:http://www.infoq.com/articles/Java-8-Quiet-FeaturesIf you haven’t seen some of the videos or tutorials around Java 8, you’ve probably been super-...
分类:
编程语言 时间:
2015-07-22 20:21:58
阅读次数:
166