- 浏览: 180000 次
最新评论
-
tottichen:
换到当前的branch即可
CVS commit过程中出现 commit error,sticky tag is not a branch -
zzknight:
代码中出现;; 这样的是有特殊意义的吗?
NIO -
wangwenjunHi:
你的程序不死循环才怪呢,
while (client.read ...
NIO笔记二 -
iamzmstone:
good idea!
From JasperReports To Birt -
shaken:
装了ubuntu 7.04的tomcat ,但是无法连接啊。
...
Installing Tomcat on Ubuntu
文章列表
两个培训师,一个讲项目管理,另一个讲软件测试。总的感觉,听项目管理还是很有收获的。
管理的最高境界就是管理你的上级。这句话很耐人寻味。在Intel培训师那里的解释是,项目经理(员工)需要不断产生自己的Idel,通过游说上级,来得到上级的风险投资(项目),自己才能够生存下去。我想,也的确是这个道理,作为一个企业领导者,当然喜欢那种能够不断提出好的想法的员工,这些想法不一定全部成功,但是至少证明了他们一直在努力工作、积极思索。那种能够让上级转变思路,采纳自己提议的员工,一定是很有能力的人。
另一方面,“沟通”在实现管理的过程中贯穿始终,这方面的大师(卡内基)就提出了许多处理人际管理的基本法则。
你能 ...
- 2006-12-25 09:37
- 浏览 1316
- 评论(0)
winter@dodo:~/SDK/bin$ ./asadmin start-domain domain1
Starting Domain domain1, please wait.
Log redirected to /home/winter/SDK/domains/domain1/logs/server.log.
Nov 30, 2006 5:15:00 PM com.sun.jbi.installer.JBIDomainConfigurator main
INFO: OpenESB Starter Kit Configuration Successful
INFO:Access Manag ...
- 2006-11-30 17:19
- 浏览 1414
- 评论(0)
http://doc.gwos.org/index.php/Install_tomcat_5.5
Versions:
SDK: 1.5
JRE: 1.5
Tomcat: 5.5
Step 1 – Install JRE and SDK
Use the advice here to install these packages
You can verify that both items were installed corectly, by checking that you get a response when typing in terminal: ...
Email On-the-Go Now Even Easier -- Google Launches New Mobile Application for Speedier Access to Gmail
http://www.google.com/press/pressrel/mail_mobileclient.html
MOUNTAIN VIEW, Calif., November 2, 2006 – Google Inc. (NASDAQ: GOOG) today announced the release of an innovative new mobile client, Gmai ...
The Mobile & Embedded Community is a gathering place that enables and empowers developers to collaborate and innovate, driving the evolution and adoption of the Java(TM) Platform, Micro Edition (Java ME) for mobile and embedded devices. Here you can be a part of a robust culture of developers a ...
I installed several jdk version into my ubuntu system.
I modified the '.bashrc' or the '.bash_profile' files and set the JAVA_HOME properties ,but it didn't work.
In ubuntu , set the right like this (Debian command).:
winter@dodo:~$ sudo update-alternatives --config java
There are 3 alternatives wh ...
- 2006-11-20 16:11
- 浏览 1601
- 评论(0)
j2mepolish is a wonderful framework .
------------------------
First of all , install netbeans and mobility package.
Then do the follows:
http://www.j2mepolish.org/docs/install.html#netbeans5
J2ME Polish provides NetBeans specific build scripts from J2ME Polish 1.3 Beta 3 onwards. You can now just ...
https://jdk-distros.dev.java.net/ubuntu-dev.html
http://www.qyjohn.net/?m=200607
How to set the UBUNTU OS's evironment?
- 2006-11-13 14:49
- 浏览 1347
- 评论(0)
不同操作系统的JAVA模拟器提供下载http://www.pppda.com/bbs/viewthread.php?tid=148&extra=page%3D1 有的机子安装时需要用到JAD文件,下面已经提供了JAD生成器,不要再问了哟!据我所知IBM的JAVA虚拟机与各个平台都比较支持(SP230该用什么JAVA模拟器,一直是个悬而未决的问题,今天 betterman21与我共同研究,终于解决问题,SP230的朋友推荐你们使 ...
- 2006-10-17 20:50
- 浏览 14310
- 评论(0)
我在j2mepolish的cvs上check out了build包,在其根目录下发现了‘translations.txt’文档。
其专门用于翻译在j2mepolish中出现的英文,内容如下:
################################################################################
# ...
When I append a TextField into a Form ,I found j2mepolish automatic add two Command 'delete' and 'clear'. So I look at the source of j2mepolish's 'TextFiele',I found this:if (!this.isUneditable) ...{//#ifdef polish.i18n.useDynamicTranslationsString delLabel = Locale.get("polish.command.delete&qu ...
- 2006-10-11 10:43
- 浏览 1321
- 评论(0)
在java语言中,一共有50个关键词,他们都是保留词。true、false、null都不是关键词,但是他们都是保留词,这些词都不能够在你的程序自行定义。Keywords 和 Reserved words看来范围是不相同的。 abstract continue for new switch assert*** default goto* packa ...
- 2006-10-07 14:57
- 浏览 879
- 评论(0)