码迷,mamicode.com
首页 >  
搜索关键字:docs    ( 6736个结果
[Spring MVC]学习笔记--表单标签的使用
github例子地址:https://github.com/lemonbar/spring-mvc-jsp效果图关于spring mvc的标签的讲解, 有一篇blog已经讲的很细了.http://haohaoxuexi.iteye.com/blog/1807330官方文档地址:http://docs...
分类:编程语言   时间:2014-08-14 19:34:29    阅读次数:188
Unity3D IOS IPhone添加Admob的方法
原地址:http://dong2008hong.blog.163.com/blog/static/4696882720140403119293/首先阅读官方文档https://developers.google.com/mobile-ads-sdk/docs/按步就班注册获取AdMob Publis...
分类:移动开发   时间:2014-08-14 13:10:48    阅读次数:181
Scala并发编程
1、Async library ? ? ?SIP-14 Futures and Promises ? ? ?http://docs.scala-lang.org/sips/completed/futures-promises.html ? ? ?http://en.wikipedia.org/wiki/Futures_and_promises 2、Akka ? ? ...
分类:其他好文   时间:2014-08-14 11:06:58    阅读次数:200
OSSEC 加固linux系统详细配置
ossec官方网站http://www.ossec.net/ossec帮助文档http://ossec-docs.readthedocs.org/en/latest/manual/index.htmlOSSEC是一个开源的基于主机的入侵检测系统,执行日志分析,文件完整性检查,政策监控,rootkit检测,实时报警和积极响应。它可以运行在大多数的操作系统,包括L..
分类:系统相关   时间:2014-08-13 15:20:57    阅读次数:568
[Python 2.7] Hello World CGI HTTP Server
# CGI HTTP server ## Getting Started Python 2.x is preferred to this simple demo. I'm using Python 2.7 over windows. * https://docs.python.org/2.7/library/cgihttpserver.html * https://do...
分类:编程语言   时间:2014-08-13 01:09:54    阅读次数:222
nginx负载均衡配置
原文http://nginx.org/en/docs/http/load_balancing.html 本文依照自己的理解翻译   在多个应用程序间提供负载均衡是一种常用的提高资源利用率的技术,提高服务器的吞吐量,减少延迟,确保应用程序容错。Nginx可以做为一个高效的http负载均衡器来将负载分发到多个应用程序上以提高性能,它也是一种可靠地,可伸缩的web应用程序服务器。   负载...
分类:其他好文   时间:2014-08-12 13:39:54    阅读次数:229
centos 安装redmine
#新装: #删除旧的ruby yum?erase?ruby?ruby-libs?ruby-mode?ruby-rdoc?ruby-irb?ruby-ri?ruby-docs wget?http://nodejs.org/dist/v0.6.6/node-v0.6.6.tar.gz wget?http://pyyaml.org/download/libyam...
分类:其他好文   时间:2014-08-11 18:20:52    阅读次数:224
linux服务之drbd
http://www.drbd.org/docs/about/http://oss.linbit.com/drbd/安装drbd# wget http://oss.linbit.com/drbd/8.4/drbd-8.4.3.tar.gz# tar zxvf drbd-8.4.3.tar.gz# c...
分类:系统相关   时间:2014-08-11 17:14:12    阅读次数:301
webmagic框架
http://webmagic.io/docs/zh/posts/ch6-custom-componenet/scheduler.htmlhttp://webmagic.io/
分类:Web程序   时间:2014-08-11 10:00:01    阅读次数:152
【转】Hibernate入门实例
1. 环境配置1.1 hiberante环境配置hibernate可实现面向对象的数据存储。hibernate的官网:http://hibernate.org/官网上选择hibernate ORM,可以下载最新的hibernate,还有配套的document教程http://docs.jboss.o...
分类:系统相关   时间:2014-08-10 12:40:00    阅读次数:340
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!