- 博客(17)
- 收藏
- 关注
原创 Maven Tool
Search Central Repositoryhttp://search.maven.org/http://maven.oschina.net/index.html#welcomehttp://maven.oschina.net/index.html#welcome
2016-01-25 22:14:58
416
原创 JDBC
establish a connectionConnection myConnection = DriverManager.getConnection("jdbc:oracle:thin:@hostname:port:sid","username","password");
2016-01-25 21:45:16
494
原创 Maven Reference
maven install plugin cmdhttp://maven.apache.org/plugins/maven-install-plugin/how to install 3rd party jar to local maven repository samplemvn install:install-file -Dfile=D:\app\Administrator\p
2016-01-25 21:43:04
506
原创 M2Eclipse Debug Maven depencies'Source Code Not Found
It is a bug for not finding Maven depencies' source code when debug using m2clipse jetty:runhttps://bugs.eclipse.org/bugs/show_bug.cgi?id=3840653 ways to solve the above problemhttp://stac
2015-12-10 00:13:48
1325
原创 Tomcat 8 Source Code Analysis[1] Code Preparation
1. make sure you have installed Java JDK and Eclipse.2. check out source code from tomcat svn, see (http://tomcat.apache.org/svn.html) for detail info3. I check out a tag (TOMCAT_8_0_24) into work
2015-10-02 17:23:01
1136
翻译 kill Process based on port number
Windows Command:1: check the process occupying the PortNumer, return PID. can kill the process using task manager once you know PID.C:\> netstat -aon | findstr "PortNumer" 2: list the proc
2015-04-22 21:41:02
653
转载 Spring Framework ContextLoaderListener
reference: spring in action 3rd editionContextLoaderListener is a servlet listener that loads additional configuration into a Spring application context alongside the application context created
2015-04-12 16:57:20
474
转载 Spring MVC framework[3] view resolver
Reference: Spring In Action 3rd Editiona view resolver’s job is to map a logical view name to some implementation of org.springframework.web.servlet.ViewSpring comes with several view resolver i
2015-04-12 16:14:09
525
转载 Spring Framework Logging
Reference URL: http://docs.spring.io/spring-framework/docs/current/spring-framework-reference/html/overview.htmlspring-core depend explicitly on commons-logging.commons-logging has a runtime dis
2015-04-11 20:58:26
581
转载 Spring MVC framework[2] Controller
All contents are referenced from Spring in Action
2015-04-09 21:23:00
472
转载 Spring MVC framework[1] Configuration
servlet-context.xml specified in web.xml is used by DispatcherServlet to defines its request-processing context.web.xml: appServlet org.springframework.web.servlet.DispatcherServlet c
2015-04-06 18:35:05
439
转载 Ubuntu Linux Practical utility
Start SSH On Linux:http://ubuntuforums.org/showthread.php?t=1543474Checking Ubuntu Linux ssh key fingerprint : ssh-keygen -lf /etc/ssh/ssh_host_rsa_key.pub安装Gnome经典桌面在终端(termi
2015-04-03 23:21:25
571
转载 Junit 4 Core Concept [3] suit of test cases and suit of suits
All Contents are referenced from Junit In Action 2nd Edtionthe Suite is used for organizing and running one or more test cases.the test runner automatically creates a Suite if you don’t provide on
2015-03-31 23:31:51
553
转载 Junit 4 Core Concept [2] parameterized tests
All Contents are referenced from Junit In Action 2nd EdtionThe Parameterized test runner allows you to run a test many times with different sets of parameters.the code need testingpu
2015-03-30 22:36:34
457
转载 Junit 4 Core Concept [1] Annotations
All contents of the article are extracted from the book JUnit In Action, 2nd edition by Petar Tahchiev etc.The requirements to define a test class are that the class must bepublic and contai
2015-03-22 11:34:00
662
转载 Eclipse自动补全变量名
y1,先找到相关的插件: window -> show view -> plug-ins 找到插件org.eclipse.jface.text,右键点击,选择import as Source Project,导入完成后,在你的workspace就可以看到这个project了2.修改代码在src/org/eclipse/jface/text/contentassist/Complet
2014-09-14 18:46:01
1070
原创 Eclipse Kepler (4.3.2) SR2 安装 Web Tools Platform (WTP)
http://download.eclipse.org/webtools/repository/kepler/
2014-05-06 15:31:11
3995
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人