上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 164 下一页
摘要: 主服务器:192.168.5.13_ubuntu从服务器:192.168.5.11_centos================== 1> 在两台主机上分别安装rsync===================ubuntu安装如下:# apt-get install rsync编译安装:下载这个免费的... 阅读全文
posted @ 2014-12-20 14:10 火腿骑士 阅读(425) 评论(0) 推荐(0) 编辑
摘要: JSON-RPC for Javahttps://github.com/briandilley/jsonrpc4j#json-rpc-for-javaThis project aims to provide the facility to easily implement JSON-RPC for ... 阅读全文
posted @ 2014-12-20 13:12 火腿骑士 阅读(565) 评论(0) 推荐(0) 编辑
摘要: 请参考官方文档下载所需的包了:tomcat-redis-session-manager-1.1.jarjedis-2.1.0.jarcommons-pool-1.6.jar将这些jar包都丢到tomcat的lib目录下,然后修改tomcat7的conf/context.xml文件中加入host:re... 阅读全文
posted @ 2014-12-19 12:19 火腿骑士 阅读(647) 评论(0) 推荐(0) 编辑
摘要: PS:Nginx使用有两三年了,现在经常碰到有新用户问一些很基本的问题,我也没时间一一回答,今天下午花了点时间,结合自己的使用经验,把Nginx的主要配置参数说明分享一下,也参考了一些网络的内容,这篇是目前最完整的Nginx配置参数中文说明了。更详细的模块参数请参考:http://wiki.ngin... 阅读全文
posted @ 2014-12-19 10:05 火腿骑士 阅读(198) 评论(0) 推荐(0) 编辑
摘要: axis2 WebService的发布与调用1:准备:JDK:http://www.oracle.com/technetwork/java/javase/downloads/jdk6downloads-1902814.html eclipse:http://www.eclipse.org/down... 阅读全文
posted @ 2014-12-19 09:30 火腿骑士 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 显示每个地区的总人口数和总面积.仅显示那些面积超过1000000的地区。SELECT region, SUM(population), SUM(area)FROM bbcGROUP BY regionHAVING SUM(area)>1000000在这里,我们不能用where来筛选超过1000000... 阅读全文
posted @ 2014-12-19 09:25 火腿骑士 阅读(210) 评论(0) 推荐(0) 编辑
摘要: tomcat自启动配置:方法一:Xml代码vi/etc/rc.local添加如下一行Xml代码/opt/apache-tomcat-7.0.29/bin/startup.sh(脚本绝对路径)注意:要添加在exit 0上边,reboot试试。方法二:1、安装 sysv-rc-confXml代码apt-... 阅读全文
posted @ 2014-12-18 17:55 火腿骑士 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 框架使用的技术主要是SpringMVC 在此基础上进行扩展1Web前端使用2 前段控制器采用SpringMVC零配置3 IOC容器Spring4 ORM使用 Mybites或者hibernate5 搜索引擎采用 Lucen或者 Solr或者内置搜索引擎 Compass6 认证采用SpringSecu... 阅读全文
posted @ 2014-12-18 10:53 火腿骑士 阅读(255) 评论(0) 推荐(0) 编辑
摘要: 系统环境:操作系统:windowsxp数据库:mongodb2.0.6驱 动 包: Spring3.1.2+mongodb2.7.3+spring-data-mongodb1.0.1说明:对于xp系统用户,在执行mongod.exe安装mongodb时出现,无法定位程序输入点InterlockedC... 阅读全文
posted @ 2014-12-18 10:30 火腿骑士 阅读(205) 评论(0) 推荐(0) 编辑
摘要: https://github.com/richardwilly98/elasticsearch-river-mongodbhttps://github.com/mallocator/Elasticsearch-MySQL-Riverhttps://github.com/BioMedCentralLt... 阅读全文
posted @ 2014-12-18 10:18 火腿骑士 阅读(204) 评论(0) 推荐(0) 编辑
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 164 下一页