码迷,mamicode.com
首页 >  
搜索关键字:tutorial    ( 3034个结果
quartz.net
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
Tutorial: 使用rsyslog向kafka, elasticsearch推送日志
本文介绍了一种简单易行的使用rsyslog向kafka,elasticsearch推送日志的方法;rsyslog的omkafka插件的安装、使用方法;rsyslog的omelasticsearch插件的安装、使用方法。...
分类:其他好文   时间:2015-03-20 18:41:44    阅读次数:374
使用sencha cmd+eclipse+tomcat进行java web开发
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
Django tutorial part6
writing_first_django_app_part6在django中,网页应用中的一些附加文件,如image, JS, CSS等,称为静态文件"static files"django.contrib.staticfiles: 从各个应用中收集静态文件,放到一个单独的位置,方便使用和管理Usi...
分类:其他好文   时间:2015-03-20 12:36:29    阅读次数:105
Django tutorial part5
writing_first_django_app_part5Automated Testing解决问题一个很好的方法是首先描述这个问题,然后写出代码来实现它。但是很多人习惯先写好代码然后再进行调试找问题。也许在写代码之前先写好一些测试会是更好的选择。A little bug前面在我们的Questio...
分类:其他好文   时间:2015-03-20 10:44:07    阅读次数:147
MongoDB介绍及下载与安装
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
Spring JTA multiple resource transactions in Tomcat with Atomikos example--转载
原文地址: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
C# - Events Tutorial
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 ...
分类:Windows程序   时间:2015-03-19 14:48:24    阅读次数:178
python基础教程
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
基于OpenCV性别识别
描述所谓性别识别就是判断检测出来的脸是男性还是女性,是个二元分类问题。识别所用的算法可以是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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!