`
文章列表
eclipse中设置虚拟机参数 -Xloggc:gc.log -XX:ErrorFile=./hs_err_pid.log   -XX:HeapDumpPath=./java_pid.hprof -XX:+HeapDumpOnOutOfMemoryError http://dev.eclipse.org/blogs/memoryanalyzer/2008/04/21/immortal-objects-or-how-to-find-memory-leaks/ http://wiki.eclipse.org/index.php/MemoryAnalyzer#Finding_Memory ...
. 查看你的Eclipse 中使用的是什么SVN Interface windows > preference > Team > SVN #SVN Interface   2. 如果是用的JavaHL, 找到以下目录并删除auth目录. C:\Documents and Settings\[YourUserName]\Application Data\Subversion\   3. 如果你用的SVNKit, 找到以下目录并删除.keyring文件. [eclipse ]\configuration\org.eclipse .core.r ...
add the contents as follows:     Throwable ex = new Throwable();     StackTraceElement[] stackElements = ex.getStackTrace();         if(stackElements != null)     {         for(int i = 0; i < stackElements.length; i++)         {         System.out.println(stackElements[i].get ...
1.Using preparedstatement to set params for char type in where clause, it wouldn't return the correct result. We should use the method trim to deal with it . such as  "select count(1) from STOCKINFKEYCHAR where trim(stockcode) =?"   2. Use oralce preparedstatement to setnull in wher ...
When I debug my program,the preparedstate execute is blocked . The reason is I use Oracle SQL Developer to update the same table , so the table is locked.
"MERGE INTO MERCURY_VRM_CACHE cache USING (   SELECT :1 reg, :2 colour, :3 fuel, :4 transmission, :5 regDate, :6 doors, :7 capId, :8 capCode, :9 bodyType, :10 previous   FROM DUAL) incoming ON (cache.registration = incoming.reg) WHEN MATCHED THEN   UPDATE SET cache.colour = incoming.colou ...
 a.触发器:在要抽取的表上建立需要的触发器,一般要建立插入、修改、删除三个触发器,每当源表中的数据发生变化,就被相应的触发器将变化的数据写入一个临时表,抽取线程从临时表中抽取数据,临时表中抽取过的数据 ...
BEC英语 Toeic托业考试
vitual machine sofware : virtualbox svn: visualsvn bugtracker Mantis
sid 标示唯一的一个数据库实例 oracle服务名 ,跟sid类似,但在集群环境下,可以对应多个数据库实例 本地服务名(net service)一般用于oci连接,只需要服务名、用户名和密码信息
ETL  Extraction-Transformation-Loading BI business intelligence DW Data WareHouse   数据仓库之父William H. Inmon  他的几本数据仓库方面的书值得一看   数据仓库模型 inmon提出的企业级数据仓库模型 kimball提出的维模型   星型模型 MDDB Mutil-Dimension-database   数据集市,宽表实现   OLTP   on-line transaction processing OLDP   On-Line Analytical ...
ETL工具有:OWB(Oracle Warehouse Builder)、ODI(Oracle Data Integrator)、Informatic PowerCenter、AICloudETL、DataStage、Repository Explorer、Beeload、Kettle(java开源)、DataSpider Apatar(开源) ETL 倒数据工具 datastage 、powerSmart   bi开源套件   Pentaho   Weka java写的数据挖掘工具   相关文档   http://wenku.baidu.com/view/43d ...
java   http://www.javaworld.com/   
常用的eclipse uml插件 Argo Uml argoeclipse
把A替换成 public vois functionA()          {           }     ^(\s*)\b([A-Z])\b \1public void function\2()\R\t\t{\R\t\t} 选中option中的大小写敏感和正则表达式选项     开始字符前添加引号   ^([^\n]) "$1     结束字符后添加引号   ([^\n])$ $1"+
Global site tag (gtag.js) - Google Analytics