| jingchang's profileMy Spaces,My IdeaBlogNetwork | Help |
My Spaces,My Idea2008, Wellcome to China Beijing! |
|||||
|
|
December 15 Config the JDK's source path For EclipseI want to see the Jdk's source,commonly we type "ctrl" to view the souce,but can't see the source!
Follow me!
1、Windows >> Preferences >> Install Jres
2、Select the Installed Jre >> Edit >> Set the "Source Attachment..."
December 09 Oracle Flashback1、Oracle9i的闪回查询概述
在Oracle 9i之前,如果用户错误操作数据后,除了不完全恢复外,没有好的解决办法。Oracle 9i中提供闪回查询,由一个新的包DBMS_FLASH来实现。用户使用闪回查询可以及时取得误操作DML(Delete、Update、Insert)前某一时间点数据库的映像视图,用户可以利用系统时间或系统改变号(SCN:System Change Number)来指定这个只读视图,并可以针对错误进行相应的恢复措施。闪回查询功能完全依赖于自动回滚段管理(AUM),对于Drop等误操作不能恢复。闪回特性可应用在以下方面:
2、回滚段概述
3、操作实例
alter table tmp_test enable row movement; flashback table tmp_test to timestamp to_timestamp('2008-12-09 10:59:00','yyyy-mm-dd hh24:mi:ss'); Build AppFuse 's Development Environment With EclipseShare my experience for Build AppFuse 's Development Environment With Eclipse. December 08 Some OpenSource Projects For Data Mining1 weka http://www.cs.waikato.ac.nz/ml/weka/ 2 Yale http://rapid-i.com/ 3 KNIME http://www.knime.org/index.html 4 R (统计软件) http://www.r-project.org/ 5 Rattle(R基础上的GUI) http://rattle.togaware.com/" TARGET=_blank> http://rattle.togaware.com/ 5 AlphaMiner(哈工大基于weka内核开发) http://bi.hitsz.edu.cn/AlphaMiner/index.htm 6 在Excel中实现了决策树、神经网络等算法。可惜VBA工程被作者加密了,不能看到源码。 http://www.geocities.com/adotsaha/ 7 Apache Lucene是一个开放源程序的搜寻器引擎,利用它可以轻易地为Java软件加入全文搜寻功能。Lucene的最主要工作是替文件的每一个字作索引,索引让搜寻的效率比传统的逐字比较大大提高,Lucen提供一组解读,过滤,分析文件,编排和使用索引的API,它的强大之处除了高效和简单外,是最重要的是使使用者可以随时应自已需要自订其功能。 http://lucene.apache.org/ |
||||
|
|