- 博客(5)
- 收藏
- 关注
原创 sqlplus 控制台连接数据库
tnsname.ora eisdev2= (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST =192.168.240.151)(PORT = 1521)) ( CONNECT_DATA = (SERVICE_NAME=eisdev2) ) ) 然后在控制台输入 sqlplus...
2011-10-13 16:51:40
148
原创 windows7 的截屏工具, 和录制工具
psr : you can record screen to a document , so you no longer the Camare Techsimth tools. snippingtool : you no long need snagit.
2011-10-12 14:20:09
213
原创 Compile code with maven ignore test
mvn install -Dmaven.test.failure.ignore=true mvn -Dapps=main -Ddeploy-db -Ditest=full -DskipTests clean source:jar install
2011-10-12 14:16:58
266
原创 maven unable to delete target directory
If you keep hit unable to delete target directory on windows system, this may caused by it used by other process or service. 1. directory used by other process, use Process Explorer to check which...
2011-10-12 09:21:47
272
原创 Java
class Q207 { public static void main(String[] args) { int i1 = 5; int i2 = 6; String s1 = "7"; System.out.println(i1 + i2 + s1); /* Line 8 */ ...
2011-09-21 22:03:35
131
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅