04 2016 档案

摘要:解决办法是修改D:\app\Administrator\product\11.1.0\db_1\NETWORK\ADMIN下的listener.ora # listener.ora Network Configuration File: d:\app\Administrator\product\11 阅读全文
posted @ 2016-04-20 14:21 大象舞 阅读(188) 评论(0) 推荐(0)
摘要:监听启动: lsnrctl start监听停止: lsnrctl stop或者就输入:lsnrctl 再输入start 或者 stop启动Oracle: net start OracleServiceORACLE(ORACLE 我的SID)停止Oracle: net stop OracleServi 阅读全文
posted @ 2016-04-20 11:50 大象舞 阅读(109) 评论(0) 推荐(0)
摘要:注:该文完全摘录自http://www.cnblogs.com/xwdreamer/archive/2011/08/02/2296973.html。 作者:xwdreamer 出处:http://www.cnblogs.com/xwdreamer 1.环境 win7 x64,oracle 11g r 阅读全文
posted @ 2016-04-20 10:10 大象舞 阅读(307) 评论(0) 推荐(0)
摘要:注:确保路径存在 1.创建临时表空间 create temporaty tablespace user_temp tempfile 'd:\oracle\oradata\Oracle11g\user_temp.dbf' size 100m autoextend on next 100m maxsiz 阅读全文
posted @ 2016-04-20 10:09 大象舞 阅读(142) 评论(0) 推荐(0)
摘要:Maven目录下/conf/settings.xml,找到profile节点,修改为目标jdk版本就行 <profile> <id>jdk-1.7</id> <activation> <activeByDefault>true</activeByDefault> <jdk>1.7</jdk> </a 阅读全文
posted @ 2016-04-19 11:07 大象舞 阅读(230) 评论(0) 推荐(0)
摘要:10 Minute Tutorial on Apache Shiro 1.jdk 1.6 and Maven 3.1.1 installed 2.download the lastest "Source Code Distribution" , I use 1.2.4 3.>unzip shiro- 阅读全文
posted @ 2016-04-19 10:01 大象舞 阅读(121) 评论(0) 推荐(0)