- 浏览: 127146 次
- 性别:
- 来自: Singapore
最新评论
-
houzhe11:
<property name="proxyTa ...
AOP usage -- BeanNameAutoProxyCreator usage
文章列表
### direct log messages to stdout ###
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.Target=System.out
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d{ABSOLUTE} %5p %c{1}:
- 2009-07-20 17:06
- 浏览 1185
- 评论(0)
<bean id="terminateTrigger" class="org.springframework.scheduling.quartz.CronTriggerBean"
>
<property name="jobDetail" ref="terminateJob"
/>
<property name
- 2009-07-08 10:59
- 浏览 987
- 评论(0)
PATH is the environment variable.
java.library.path is the system properties.
When the java application started, JVM will set java.library.path’s value using PATH’s value.
In java program, it's very difficult to get the value of environment variables, but it's very easy to get/set system pr ...
- 2009-07-06 17:17
- 浏览 1809
- 评论(0)
import java.util.Date;
import org.apache.log4j.Logger;
import org.quartz.JobDataMap;
import org.quartz.JobDetail;
import org.quartz.Scheduler;
import org.quartz.SchedulerException;
- 2009-07-03 14:33
- 浏览 1004
- 评论(0)
import org.quartz.Job;
import org.quartz.JobDataMap;
import org.quartz.JobExecutionContext;
import org.quartz.JobExecutionException;
/**
*
- 2009-07-03 14:31
- 浏览 828
- 评论(0)
Table:
create table BE_TES_FEED (
TRADE_STATUS VARCHAR(1) NOT NULL
,INSERT_DATE DATETIME NOT NULL
- 2009-07-02 17:55
- 浏览 598
- 评论(0)
StringUtil
- 博客分类:
- util Class
/**
* This is a util method for String object
- 2009-06-25 14:34
- 浏览 737
- 评论(0)
Monitor repository change
<modificationset quietperiod="30">
p4 port="apa….apac.nsroot.net:1999"
client="BookingEngine-CI" user="hf52065"
view="//eqtg/dev/hk/trading/BookingEngine/..."/>
</
important page: http://www.robvanderwoude.com/for.php
some explanation in the below example:
for /f %%i in ('dir /b /on %exchangesim_home%\lib\exchangesim-*.jar') do set exchangesim_jar_file=%exchangesim_home%\lib\%%i
this code won't work as you think. The reason is because, %e ...
- 2009-06-25 09:38
- 浏览 643
- 评论(0)
1st kind:
@BeforeClass
public static void setUp() throws Exception
{
}
- 2009-06-24 11:28
- 浏览 558
- 评论(0)
On Jun 23rd, 2009. I am working on a linux box. I find, constantly a lot of commands doesn't work, like what I usually did, vi, export, java. and I checked the path, the path is not seperated by :
when I echo $SHELL, I find it's Csh. I guess that's the root reason! This cost me 2 days time. I hat ...
- 2009-06-23 10:15
- 浏览 548
- 评论(0)
RMI quick start
- 博客分类:
- Java Basic
Q) How to start RMI Registry Server?
A) 2 solutions.
Solution 1) From cmd window. Java/bin folder, use rmiregistry.exe
If you call rmiregistry, it will start rmi server on port 1099
You can also start rmiregistry portNumber
Solution 2) From ja ...
- 2009-06-19 17:45
- 浏览 569
- 评论(0)
firm account represents the account for trading
customer mnemonic identifies customer.
Several customers may share one firm account.
Slang means a shortcut to a customer account. One customer may use one customer account to trade HK market, Sg market, TK market. There will be each slang for ...
- 2009-06-16 13:37
- 浏览 712
- 评论(0)
Order Type
35 = 8 à D à New Order Request; F à Cancel Request; 8 à Execution Report; 9 à Cancel Reject
All ids
11=1BPnBE4ua.60FjQF à clientOrderId
41=1BPnBE4ua.60FjQF à
- 2009-06-15 10:27
- 浏览 833
- 评论(0)