- 浏览: 236830 次
- 性别:
- 来自: 苏州
最新评论
-
guji528:
谢谢分享!
一些关于Emma的资料 -
atgoingguoat:
我也碰到这个问题
Linux 下具体如何处理.
java.net.UnknownHostException: ibatis.apache.org -
zerostar88:
http://www.limodev.cn/blog/arch ...
HTC G3 刷 Recovery and ROM -
zerostar88:
but DES now is deprecated, we u ...
DES/CBC/PKCS5Padding密码 -
xnxylxh:
辛苦了
数字证书
文章列表
http://www.hudong.com/wiki/Jpetstore
PetStore是sun公司为了演示自己的J2EE而编写的一个宠物店的电子商务的例子。随后它便成为其他一些公司为了展示自己性能而竞相模仿的例子。JPetStore就是ibatis所展示的例子,当然各个公司实现这 ...
Programming will never be “easy”
编程真的容易吗?
你认为呢?
程序固然不难,难的是行业逻辑
原文:http://mdmstudios.wordpress.com/2010/08/28/programming-will-never-be-easy/
There seems to be this idea going around the internet that the reason someone isn’t able to program, is because languages aren’t good enough yet ...
Source: http://code.google.com/intl/zh-CN/apis/apps/sso/saml_static_demo/saml_demo.html
SAML-based Single Sign-On for Google Hosted Services - Demo Tool
This static demo of the Security Assertion Markup Language (SAML)-based
Single Sign-On Service for Google Hosted Ser ...
Knight Rider
- 博客分类:
- English
Knight Rider
When a young detective is ambushed in a failed police stake out, he is believed to have been killed. In reality, he revives and learns that his face has been altered and his identity has been changed to Micheal Knight. The person responsible for this is Wilton Knight, a dying billionare ...
English Hour–Topic: What's your favorite city ?(9/8/2010)
Today’s topic is "What's your favorite city".
Smiling, Darcy, Johnny, Benjamin, Phoenix, Jojo, Asa and I
joined the topic.
The brief summary as below:
* To Smiling and
Darcy, their favorite city is their home ...
Debug your Java code with ease using JPDA
Source: http://articles.techrepublic.com.com/5100-10878_11-6139512.html
Takeaway:
The Java Platform Debugger
Architecture (JPDA) helps developers debug a running Java application in
all situations. Peter V. Mikhalenko explains how this technolog ...
采用EMMA对JMeter执行代码覆盖率分析
源文档
<
http://www.51testing.com/?uid-13997-action-viewspace-itemid-87389
>
EMMA: a free Java code coverage tool
源文档
<
http://emma.sourceforge.net/
>
使用 EMMA 测量测试覆盖率
...
http://coolshell.cn/articles/2853.html
在google、开源平台,和来自移动电话制造商HTC,Samsung和Sony Ericsson的支持下,Android平台在市场占有率上相比去年取得的886%增长!如果我只看增长率,IPhone据统计才有61%的增长。这些数据可以给你关于两个平台流行度的印像,但是事实上,这些数据告诉了智能机开发员的谁才是真正的赢家。在时下,智能机越来越流行,因此成为一个快速增长的Android平台的智能机开发人员将会是一个不错的选择。
相比较其他的平台,Android不依赖于任何约束第三方应用程序的私有的操作系统(题外 ...
http://sd.csdn.net/a/20100820/278429.html
体会: 10点当中我觉得第一条很重要,我就是缺乏这一点所以有机会一定要把握这一点!
程序员从初级到中级10个秘诀
Justin James曾发表过一篇博文《10 tips for advancing from a beginner to an intermediate developer》,为我们分享如何才能完成程序员从初级到中级的蜕变,现将中文译文转载于此,供大家借鉴。
在一封与TechRepublic会员交流的邮件当中,他提到了面向程序员的博客、文章及杂志分成两类:面向初学者类(“he ...
Source: http://sd.csdn.net/a/20100820/278434.html
体会: 我们需要更多的时间来思考和体会程序的功能及如何实现而非coding,写技术博客也是非常重要的!
为什么5%的技术人员开发效率是其他95%的20倍?
5%神话
Bruce Eckel(Thinking in Java/C++作者) 在他的5%的神话(Mythical 5%) 中提到:5%的程序员开发效率是其他95%程序员的20倍(5% of programmers are 20x more productive than the other 95%)。
按照80-2 ...
2009 Java 专区最受欢迎内容
http://www.ibm.com/developerworks/cn/java/best2009/?S_TACT=105AGX52&S_CMP=tec.cto
Web2.0
云计算
新的JVM语言:like Groovy and Scala
并行开发
From today, I will learn how to do using shell command in Linux.
1. 定义变量
格式: 变量名=值, Linux没有类型之说,另外注意=前后没有空格, e.g.
car=Benz
2. 引用变量
$变量名,e.g. $car
echo $car
3. 函数
格式: function 函数名() { }, function可以省略, e.g. pt.sh
ptdate(){
date
...
亚太软件研发团队管理年会-msup open day 即msup开放日,简称mpd大会 官网
http://www.mpday.com.cn/2010sh/agenda.html
Is Google Going Agile?
Source: http://adtmag.com/articles/2010/07/30/is-google-going-agile.aspx
It is a very good presentation. We need to put more effort on unit and interface testing and reduce UI testing.
This article http://adtmag.com/articles/2010/07/30/is-google-going-agile.aspx
talks ...
First, you should enable accesslog overlay when configure openLDAP before install openLDAP:
./configure
--enable-accesslog=yes --prefix=/usr/local/openldap
make depend
make
make install
OpenLDAP accesslog configuration:
#
# See slapd.conf(5)
for details on configuration opti ...