原创 容易被忽略的JAVA賦值操作

炸一看,覺得賦值操作沒什麼可說的,無非就是:使用操作符“=”,表示 “把右邊的值複製給左邊”,右邊的值可以是任何常數、變量或者表達式(只要它能生成一個值就行) 但是在JAVA中,賦值的操作並不緊緊表示值的複製,單純的這樣認爲,會掉入賦

原创 關於binding的一個問題

<?xml version="1.0"?> <!-- events/SimpleEventHandler.mxml --> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"

原创 Accessing Spring beans from Quartz jobs

  The Spring Framework integrates with the Quartz scheduler in a way that makes Quartz much easier to use. Although

原创 關於QUARTZ JOB 中cluster的用法

在quartz job 中如果把cluster = true,則schedule一個job,則運行的instance有可能不是本地的INSTANCE,

原创 在model 中定義get / set 方法時變量名的第二位不能是大寫

    在 gecBorrow.java中定義一個     //for reverse allocation of manually entered qty     private String rAllocKey;     public

原创 存儲過程的一個例子

  spool gec13_merge_security_master.log; prompt create temp table select to_char(sysdate, 'HH24:MI:SS') as begin_time f

原创 Some common problems in RAD and their solutions/work arounds

Some common problems in RAD and their solutions/work arounds Bug in RAD Debugger! If the value of a variable

原创 Unit tests with JUnit

By David Neary .   Contents: Why write tests? To test code To document interfaces To locate bugs To fix bugs J

原创 String 中的轉義字符‘\r\n’在用EMAIL發出來後發現在OUTLOOK中沒起作用

content.append("Error occurs when allocate this SHTT messages - ").append("\r\n").append("Error Message -").append("\

原创 pwMatrix

Exception in thread "main" org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'data

原创 Annotations in Tiger, Part 2: Custom annotations

In the first article in this series , I explained what metadata is, why it's valuable, and how to use the basic built

原创 eclipse 下遇到的一些問題

1。如果改了系統時間提早的話,JAVA代碼修改了卻沒有重新編譯成class文件

原创 關於在RAD中NoClassDefFoundError

如果出現在RAD中起了SERVER 然後發現NoClassDefFoundError ,有可能需要把JAR 包放在WebContent/lib 下,如

原创 關於FLEX 裏控件寬度的一個問題

<mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml"     xmlns:aggregatedDemond="com.sft.gec.view.trade.aggregatedDemond.

原创 Eclipse中使用Junit插件測試

 測試對於保證軟件開發質量有着非常重要的作用,單元測試更是必不可少,JUnit是一個非常強大的單元測試包,可以對一個/多個類的單個/多個方法測試,還可以將不同的TestCase組合成TestSuit,使測試任務自動化。Eclipse同樣集