摘要:
最近使用SVN管理台代码,包括.net代码和Java代码。 经过测试最新匹配版本如下: 服务端:VisualSVN-Server-3.2.2-win32.msi 文件客户端:TortoiseSVN-1.8.10.26129-win32-svn-1.8.11.msi VisualStudio插件:An 阅读全文
摘要:
最近使用SVN管理台代码,包括.net代码和Java代码。 经过测试最新匹配版本如下: 服务端:VisualSVN-Server-3.2.2-win32.msi 文件客户端:TortoiseSVN-1.8.10.26129-win32-svn-1.8.11.msi VisualStudio插件:An 阅读全文
摘要:
1、控制文件:load datainfile 'data.txt'append into table CustBasicInfoFields terminated by ','(CustId "'ZJYDTZ'||:CustId", CustTel,field1 Filler,field2 Fill... 阅读全文
摘要:
1、The resource is not on the build path of a Java project 然后把相应的依赖加入构建路径2、Type mismatch: cannot convert from Class to Class 版本过低,spring不支持junit4.5以下... 阅读全文
摘要:
1、准备添加引用:velocity-1.7.jar,velocity-tools-2.0.jar,commons-beanutils-1.7.0.jar,commons-chain-1.1.jar,commons-codec-1.6.jar,commons-collections-3.1.jar,c... 阅读全文
摘要:
1、ConnectionFactory(添加引用:druid-1.0.1.jar)package nankang.test;import java.sql.Connection;import com.alibaba.druid.pool.DruidDataSource;public class Co... 阅读全文
摘要:
1、准备通用类(引用:c3p0-0.9.1.2.jar)package nankang.test;import java.sql.Connection;import com.mchange.v2.c3p0.ComboPooledDataSource;public class ConnectionFa... 阅读全文
摘要:
1、JDBC源码如下:(添加引用:ojdbc6.jar)package nankang.test;import java.sql.Connection;import java.sql.DriverManager;import java.sql.PreparedStatement;import jav... 阅读全文
摘要:
1、使用 String toFileName = "E:\\sheet1.xlsx"; String fromFileName = "E:\\sheet2.xlsx"; MemoryTo... 阅读全文
摘要:
1\参考地址:http://www.cnblogs.com/codingsilence/archive/2011/03/29/2146580.html 阅读全文
摘要:
'> ='> %3Cscript%3Ealert('XSS')%3C/script%3E %0a%0a.jsp %22%3cscript%3ealert(%22xss%22)%3c/script%3e %2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e... 阅读全文
|