Questioni've deployed the jboss-as-helloworld-errai application in my standalone jboss7.1 instance, and i've delete it latter ( in the */standalone/de...
分类:
移动开发 时间:
2014-08-12 12:53:54
阅读次数:
289
Description
Problem F: Tug of War
A tug of war is to be arranged at the local office picnic. For the tug of war, the picnickers must be divided into two teams. Each person must be on one tea...
分类:
其他好文 时间:
2014-08-09 21:37:09
阅读次数:
367
一、首先下载所有的软件:Eclipse 4.3 环境 +tomcat 7.5 +solr软件
二、在Eclipse环境下创建一个Dynamic Program File,命名为solr2。删除solr2的WebRoot下的所有内容,然后解压找到solr.war文件夹,将其解压,放到solr2的WebRoot下,这个时候会出现红色的叉号,先不用管;
三、复制到WebRoot下后,然后找到web....
Command Network
Time Limit: 1000MS
Memory Limit: 131072K
Total Submissions: 12648
Accepted: 3656
Description
After a long lasting war on words, a war on arms fina...
分类:
Web程序 时间:
2014-08-08 18:10:36
阅读次数:
280
一、Jenkins简介Jenkins是一款使用Java开发的开源持续集成(CI)工具。其前身是Hudson。它主要用于监控重复工作,包括软件发布,自动测试等。二、Jenkins运行Jenkins需要依赖Java。因此首先需要安装JRE。1.直接运行war包下载jenkins的war包之后,可以直接执行java-jarjenkins.j..
分类:
其他好文 时间:
2014-08-08 16:32:47
阅读次数:
195
1、安装 网上查到的关于安装Jenkins的文章,都是需要先安装JDK和Tomcat,然后把war包丢进去运行。但是官方的介绍里面没有说要用Tomcat。 事实证明是不需要Tomcat的。而且Jenkins默认使用的也是8080端口,如果之前...
分类:
系统相关 时间:
2014-08-07 23:27:45
阅读次数:
2188
在 pom.xml 添加依赖包的时候,有时候会提示无法从http://repo1.maven.org/maven2/ 获取的情况,这时可配置个本地仓库;从网上下载 maven 仓库网站源码包 Nexus 的 war 包,放到 Tomcat 安装目录的 webapps 下,建议可下载个 单机版的 to...
分类:
其他好文 时间:
2014-08-05 15:21:40
阅读次数:
295
MyEclipse生成的war包中的web根目录是WebRoot,而Eclipse是WebContent,因此,直接导入的话Eclipse是不会认识WebRoot的,需要把Eclipse默认的WebContent改为WebRoot:1.首先进入项目的文件夹目录,删除.settings目录下的所有文件...
分类:
系统相关 时间:
2014-08-05 10:51:29
阅读次数:
365
在 pom.xml 添加依赖包的时候,有时候会提示无法从http://repo1.maven.org/maven2/ 获取的情况,这时可配置个本地仓库;从网上下载 maven 仓库网站源码包 Nexus 的 war 包,放到 Tomcat 安装目录的 webapps 下,建议可下载个 单机版的 to...
分类:
其他好文 时间:
2014-08-05 09:25:58
阅读次数:
461
php用CAS实现SSO单点登陆及登出功能
一..CAS服务器搭建
CAS服务器端下载地址:http://downloads.jasig.org/cas/
解压cas-server-4.0.0-release.zip将modules目录下的cas-server-webapp-4.0.0.war改名称为cas.war复制到tomcat的webapps下,启动tomcat,访问...
分类:
Web程序 时间:
2014-08-04 14:32:27
阅读次数:
418