maven 采用 maven 3.0以上的版本。tomcat 采用 tomcat 7.0
以上的版本1. tomcat 配置用户账号和权限tomcat-users.xml
创建其他的role貌似不行,因为你访问http://ip:8080/manager/html然后弹出输入框需要...
分类:
其他好文 时间:
2014-05-07 16:58:21
阅读次数:
298
I had a similar problem when running a spring
web application in an Eclipse managed tomcat. I solved this problem by adding
maven dependencies in the ...
分类:
移动开发 时间:
2014-05-07 14:33:12
阅读次数:
486
执行C:\Windows\Microsoft.NET\Framework[framework
version]\aspnet_regsql.exe,产生一个UI窗口,跟随提示即可。
分类:
数据库 时间:
2014-05-07 14:29:47
阅读次数:
355
执行以下命令创建项目骨架:
mvn archetype:generate -DarchetypeGroupId=org.jboss.spec.archetypes -DarchetypeArtifactId=jboss-javaee6-webapp-ear-archetype -DarchetypeVersion=7.1.1.Final -DgroupId={你的groupId} -Dartif...
分类:
Web程序 时间:
2014-05-07 12:42:16
阅读次数:
450
今天遇到一个问题,要做一个语音识别接口的对接,想先跑一下对方给的demo,但是发现使用了maven却没有在pom里添加依赖,不知道他那边是怎么运行的。于是想到要在pom中添加本地依赖,结果真的可以:
System Dependencies
Dependencies with the scope system are always available and are not looked...
分类:
其他好文 时间:
2014-05-07 04:16:42
阅读次数:
407
新建一个文本文档,打开,输入以下字符Windows Registry Editor
Version
5.00[HKEY_CLASSES_ROOT\*\shell\runas]@="管理员取得所有权""NoWorkingDirectory"=""[HKEY_CLASSES_ROOT\*\shell\r...
分类:
其他好文 时间:
2014-05-07 01:30:55
阅读次数:
312
xfreerdp-server 服务器编译
1、首先查看cmake 版本
cmake -version 如果版本号小于2.8.8 需要重新安装最新的版本
更新版本如下:
1)apt-get autoremove cmake 删除就版本
2)下载最新的版本
cd /usr
wget http://www.cmake.org/files/v2.8/cmake-2.8.9-Li...
分类:
其他好文 时间:
2014-05-06 19:14:10
阅读次数:
434
我是先安装的PHP环境,然后搭建java环境的,刚开始觉得这个环境有点奇怪。因为php环境中,php作为应用服务器。php被加载成模块,用来处理动态请求。从这个角度看tomcat的环境,发现多了个jdk。因为linux系统里我们通常安装的程序是c语言(*或者……)完成的,系统里有c的库函数..
分类:
其他好文 时间:
2014-05-06 16:54:03
阅读次数:
238
今天用yum安装软件的时候出现如下错误:TherewasaproblemimportingoneofthePythonmodulesrequiredtorunyum.Theerrorleadingtothisproblemwas:NomodulenamedyumPleaseinstallapackagewhichprovidesthismodule,orverifythatthemoduleisinstalledcorrectly.It’spossiblethattheabo..
分类:
其他好文 时间:
2014-05-06 16:09:23
阅读次数:
297