摘要:版本控制器是码农必备的工具,很多常用的,像svn,git,cvs等,工作中用过svn,Tortoisehg,firefly,其实大同小异,现在要用git,走高大上的路线,那么简单介绍下它的一些常用命令。在windows客户端安装
git_for_windows,在git的shell下,如:.....
分类:
其他好文 时间:
2014-05-18 20:14:48
阅读次数:
336
1.Jexus国内的官网:http://www.jexus.org2.Apache官网:http://mono-project.com/Mod_mono3.Nginx官网:http://mono-project.com/FastCGI_Nginx
分类:
Web程序 时间:
2014-05-18 19:59:10
阅读次数:
385
1)FilterDispatcher
Struts2的前端控制器,也是Struts2的MVC中的控制器部分。在实际开发中,只需要在web.xml中配置一次即可,如下所示: Struts2
org.apache.struts2.dispatcher.FilterD...
分类:
其他好文 时间:
2014-05-18 19:01:16
阅读次数:
248
安装STS报错
1、具体报错如下
Failure to transfer org.codehaus.plexus:plexus-archiver:jar:1.2 from http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted...
分类:
其他好文 时间:
2014-05-18 07:41:32
阅读次数:
230
maven3 安装:
安装 Maven 之前要求先确定你的 JDK 已经安装配置完成。Maven是 Apache 下的一个项目,目前最新版本是 3.0.4,我用的也是这个。
首先去官网下载 Maven:http://www.apache.org/dyn/closer.cgi/maven/binaries/apache-maven-3.0.4-bin.tar.gz
下载...
分类:
系统相关 时间:
2014-05-18 06:56:18
阅读次数:
345
org.apache.ibatis.exceptions.PersistenceException:
### Error querying database. Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is o...
分类:
数据库 时间:
2014-05-18 06:19:21
阅读次数:
547
本文简要介绍Tomcat的安装与配置。
(1)下载
访问官网 http://tomcat.apache.org/
下载相应版本。
(2)配置环境变量 CATALINA_HOME。
变量值为Tomcat解压后的所在目录。
(3)启动Tomcat目录下的bin文件夹里的starup.sh文件,出现如下窗口:
注意不要关掉该窗口。
(4)...
分类:
其他好文 时间:
2014-05-18 03:09:47
阅读次数:
320
# This is the main Apache HTTP server configuration
file. It contains the这是Apache HTTP Server的主配置文件。它包括了# configuration directives
that give the serve...
分类:
其他好文 时间:
2014-05-18 02:32:54
阅读次数:
272
1、下载subclipse的安装包
URL:http://subclipse.tigris.org/servlets/ProjectDocumentList?folderID=2240
注:下载时要注意对应的Eclipse版本号 (Eclipse3.X, 1.10.x)2、从中解压出features...
分类:
系统相关 时间:
2014-05-18 01:45:40
阅读次数:
326
发布时间:2013-06-18
编辑:thatboy本文介绍下,在阿里云的linux服务器上,安装apache的简单方法,供大家参考。随着阿里云主机的火热推出,很多的站长朋友,也开始使用阿里云服务器了。php程序,大多还是要跑在linux系统的主机上的。今天,介绍下在阿里云的linux主机上安装a....
分类:
系统相关 时间:
2014-05-17 18:47:34
阅读次数:
418