- 浏览: 182637 次
- 性别:
- 来自: 济南
最新评论
-
yuekinger:
若果 64bit 下正常 32位系统下不正常运行的 排除dll ...
Java 调用 C# DLL -
yuekinger:
Win764 系统下成功! 实现 java 调用 c++ 链接 ...
Java 调用 C# DLL -
sdasds:
sdasds 写道pp1314 写道x931100537 写道 ...
Java 调用 C# DLL -
sdasds:
pp1314 写道x931100537 写道Exception ...
Java 调用 C# DLL -
pp1314:
x931100537 写道Exception in threa ...
Java 调用 C# DLL
文章列表
unix
1,ftp ip address
2,get remoteFile localFile
3,gunzip apache-tomcat-6.0.18.tar.gz
4,tar -xvf apache-tomcat-6.0.18.tar
5,zip file as by winrar on Windows
6, unzip wapiconnect2.0.zip -d wapi2 (on Unix)
7,tail -n 30 -f apache-tomcat-6.0.18/logs/localhost.2010-01-05.log
kill -9 processID
date --se ...
1, ctrl + '.' , 自动提示 类的方法。
2, for project of web type, if it is used by another project, its classes can not be copied to another.
3, 当项目与Maven集成时,设置java测试类(如JUnit形式的测试类)的编译输出路径时,不应将路径设成WEB-INF下的路径 ...
1. web.xml中的filter链
acegi与struts的filter都在一个链中,一个包含action URI请求传到web server后,按照filter chain,先进行acegi处理,然后struts在处理action URI对应的action类,后转到对应的jsp上,这时在web server内部通过struts跳转的jsp不会去acegi做过滤处理。
通过acegi,struts等的filter源代码跟踪调试,可以判断出filter配置中定义的匹配URI是针对来自web server外部的请求。
Tomcat 5.5源代码调试环境搭建
1. 从apache 站点 下载T ...
Problem: no response to right-click on file in Window XP
Solution: In HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers of regedit in Window XP, remove item of 'Openwith'.
SQL Sever:
1. because protocol of VIA is enabled, SQL Server can not be started.
2. enable feature of connecting SQL Sever by TCP/IP
jdbc:jtds:sqlserver://192.168.1.100:2374;DatabaseName=***
open tool of 'SQL Server Configuration Manager', select sqlserver protocols, enable TCP/IP
3. check port o ...
Addressed issues when starting Tomcat with Spring application
Issue 1: failed to register JDBC
Problem: registered the jdbc, failed to register com.microsoft.sqlserver.jdbc.SQLServerDriver, prevent memory leak
Solution: overwrite org.apache.commons.dbcp.BasicDataSource
Issue 2: servlet-api offends ...
1, Site of Team City
http://www.jetbrains.com
2, download software of team city
3, step by step, do some actions
1) Create an administrator account
2) Create a new project
3) Create build configuration for project
maven2: goal, compile test -e
4, E-Mail notification configuration
administration > ...
1. implementors
site: http://eclipse-tools.sourceforge.net/implementors/download.html
Online update for eclipse: http://eclipse-tools.sourceforge.net/updates
2. svn
http://subclipse.tigris.org/servlets/ProjectProcess;jsessionid=46928914250FE13CE0248B066EB1A6F2?pageID=p4wYuA
http://subclipse.tigris. ...
1. for spring-json (sojo-optional-0.5.0.jar)
add repository for spring-json (sojo-optional-0.5.0.jar) into pom.xml
<repository>
<id>Spring json</id>
<url>http://spring-json.sourceforge.net/repository</url>
</repository>
2. for sqljdbc jar of SQL ...
一、Install CheckStyle plugin for Eclipse
The used eclipse is eclipse-jee-helios-win32.
1. download checkstyle plugins on url of http://sourceforge.net/projects/eclipse-cs/files/Eclipse%20Checkstyle%20Plug-in/
2. copy directories of 'features' and 'plugins' in checkstyle plugin into corresponding ...
Install FindBugs plugin for Eclipse
The used eclipse is eclipse-jee-helios-win32.
1. click menmu of 'help -->Install New Software...'
2. On the popup window of 'Install New Software...', click button of 'Add...'
3. On the popup window of 'Add...', enter below value into the input box of 'Loca ...