1.http://www.quartz-scheduler.net/documentation/quartz-2.x/tutorial/index.html2.http://www.cnblogs.com/shanyou/archive/2007/08/16/858685.htmlhttp://ww...
分类:
Web程序 时间:
2015-03-28 01:11:40
阅读次数:
150
本文介绍了一种简单易行的使用rsyslog向kafka,elasticsearch推送日志的方法;rsyslog的omkafka插件的安装、使用方法;rsyslog的omelasticsearch插件的安装、使用方法。...
分类:
其他好文 时间:
2015-03-20 18:41:44
阅读次数:
374
http://kiahu.com/tutorial/generate-a-skeleton-project-using-eclipse-sencha-cmd-and-sencha-touch/上文已经清晰明了的阐述了如何配置,这里讲解的是需要注意的地方:由于我们使用sencha cmd,因此所有we...
分类:
编程语言 时间:
2015-03-20 14:08:05
阅读次数:
236
writing_first_django_app_part6在django中,网页应用中的一些附加文件,如image, JS, CSS等,称为静态文件"static files"django.contrib.staticfiles: 从各个应用中收集静态文件,放到一个单独的位置,方便使用和管理Usi...
分类:
其他好文 时间:
2015-03-20 12:36:29
阅读次数:
105
writing_first_django_app_part5Automated Testing解决问题一个很好的方法是首先描述这个问题,然后写出代码来实现它。但是很多人习惯先写好代码然后再进行调试找问题。也许在写代码之前先写好一些测试会是更好的选择。A little bug前面在我们的Questio...
分类:
其他好文 时间:
2015-03-20 10:44:07
阅读次数:
147
http://www.cnblogs.com/mecity/archive/2011/06/11/2078527.htmlhttp://docs.mongodb.org/manual/tutorial/install-mongodb-on-windows/
分类:
数据库 时间:
2015-03-20 10:37:22
阅读次数:
146
原文地址:http://www.javacodegeeks.com/2013/07/spring-jta-multiple-resource-transactions-in-tomcat-with-atomikos-example.htmlIn this tutorial we shall show...
分类:
编程语言 时间:
2015-03-19 18:14:55
阅读次数:
244
This tutorial shows how to declare, invoke, and hook up to events in C#.
Tutorial
An event in C# is a way for a class to provide notifications to clients of that class when some interesting thing ...
http://www.w3cschool.cc/python/python-tutorial.htmlpython实战项目:http://blog.csdn.net/the_fire/article/details/7252472/python专家博客:http://rfyiamcool.blog....
分类:
编程语言 时间:
2015-03-18 22:57:12
阅读次数:
192
描述所谓性别识别就是判断检测出来的脸是男性还是女性,是个二元分类问题。识别所用的算法可以是SVM,BP神经网络,LDA,PCA,PCA+LDA等等。OpenCV官网给出的文档是基于Fisherfaces检测器(LDA)方法实现的。链接:http://docs.opencv.org/modules/contrib/doc/facerec/tutorial/facerec_gender_classifi...
分类:
其他好文 时间:
2015-03-18 10:35:50
阅读次数:
158