摘要:
导出exp name/psw@xe file=f:\xe_20120615.dmp full=y导入imp name/psw@xe file=f:\xe_20120615.dmp full=y=====================//创建临时表空间 create temporary tablespace ex_temp tempfile 'D:\oracle\oradata\xe\xe_temp.dbf' size 100m autoextend on next 32m maxsize 2048m extent management local;说明:1、zfmi_temp 阅读全文
posted @ 2012-06-18 15:31
真大闸蟹
阅读(391)
评论(0)
推荐(0)
摘要:
Spring源代码解析(一):IOC容器:http://www.iteye.com/topic/86339Spring源代码解析(二):IoC容器在Web容器中的启动:http://www.iteye.com/topic/86594Spring源代码解析(三):Spring JDBC:http://www.iteye.com/topic/87034Spring源代码解析(四):Spring MVC:http://www.iteye.com/topic/87692Spring源代码解析(五):Spring AOP获取Proxy:http://www.iteye.com/topic/88187Sp 阅读全文
posted @ 2012-06-18 11:28
真大闸蟹
阅读(41411)
评论(0)
推荐(5)
摘要:
从2002开始接触Java学会HelloWorld这么经典的程序到如今不知不觉已经十年啦,十年中亲耳听到过不少大牛的演讲,见到过项目中的神人在键盘上运指如飞的编程速度,当时就被震撼了。当编程越来越成体力活,我们还能有自己的思想,还能修炼为Java系统级别的程序员嘛?学习与修炼以下知识与技能,帮你早日达成愿望。一:Java语言学习对线程(thread),串行化,反射,网络编程,JNI技术,容器(Map,List, Iterator), 类加载器(ClassLoader),输入输出流,垃圾回收机制, 有比较深入的了解,最起码做过项目应用。有过Java项目的性能优化经验,最起码掌握一种性能监视工具的 阅读全文
posted @ 2012-06-18 08:55
真大闸蟹
阅读(1303)
评论(0)
推荐(2)