上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 32 下一页
摘要: http://blog.csdn.net/haoel/article/details/4028232http://www.blogjava.net/kenzhh/archive/2013/03/15/357824.html 阅读全文
posted @ 2014-01-14 14:15 七月逆流 阅读(134) 评论(0) 推荐(0) 编辑
摘要: For working with tutorial of oracle Introduaction to oracle/sql you need to work on the tables which is locked in oracle. for Unlocking these tables you have to follow these steps1. Login in sqlplus or sqlplus or isqlplus as a user “system” with respective password.2. Execute the following commandAL 阅读全文
posted @ 2014-01-12 17:46 七月逆流 阅读(198) 评论(0) 推荐(0) 编辑
摘要: If you try and connect to a p2 repository on a server with a self-signed cert, you will more than likely hit the following error.Looking closely at the log, and you will see:javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated at sun.security.ssl.SSLSessionImpl.getPeerCertificates(SSLSes 阅读全文
posted @ 2014-01-12 13:09 七月逆流 阅读(599) 评论(0) 推荐(0) 编辑
摘要: I am using Maven in my projects from last couple of years, and the automatically downloading the Jars from repository feature of maven is really helpful for developers. But If you are using Eclipse and want to read/analyse Source Code or Java Doc of API then you need the jar file that contains the S 阅读全文
posted @ 2014-01-11 23:30 七月逆流 阅读(686) 评论(0) 推荐(0) 编辑
摘要: https://code.google.com/p/jpa-basics-tutorial/source/checkouthttp://alextretyakov.blogspot.com/2013/07/jpa-many-to-many-mappings.html 阅读全文
posted @ 2014-01-10 18:27 七月逆流 阅读(252) 评论(0) 推荐(0) 编辑
摘要: All scripts necessary to install sample schemas reside in $ORACLE_HOME/demo/schema directory. Before you install sample schemas by running these scripts, follow these guidelines:You must connect as a system administrator using the SYSDBA privilege.When prompted to enter a password for the schema, en 阅读全文
posted @ 2014-01-09 16:15 七月逆流 阅读(393) 评论(0) 推荐(0) 编辑
摘要: 这个问题说明数据库没有Mount 最好先将系统日志一并清空,避免以下报错信息:ERROR:ORA-28056: Writing audit records to Windows Event Log failedOSD-246729112: Message 246729112 not found; product=RDBMS; facility=SOSDO/S-Error: (OS 1502) The event log file is full.ORA-01075: you are currently logged on通过命令 sqlplus /nolog 进入SQL> connect 阅读全文
posted @ 2014-01-09 01:52 七月逆流 阅读(4312) 评论(0) 推荐(0) 编辑
摘要: THE INFORMATION IN THIS ARTICLE APPLIES TO:Secure FTP Server (All Versions)EFT Server (All Versions)QUESTIONHow can the EFT Server or Secure FTP Server service loading order be changed/delayed?ANSWERWindows 2008 and 2012:To delay start of the EFT server service on a Windows 2008 server that needs to 阅读全文
posted @ 2014-01-06 17:57 七月逆流 阅读(292) 评论(0) 推荐(0) 编辑
摘要: It is possible to run a Windows program as a system service. The advantage of services is that they can be started at boot time independently of any logon session, and will continue to run as users log on and off of the machine.Frequently users would like to run Bitvise SSH Client as a service so th 阅读全文
posted @ 2014-01-06 16:07 七月逆流 阅读(2820) 评论(0) 推荐(0) 编辑
摘要: http://www.javacodegeeks.com/2012/04/lazy-jsf-primefaces-datatable.html 阅读全文
posted @ 2013-12-25 18:22 七月逆流 阅读(207) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 32 下一页