- 浏览: 200642 次
- 性别:
- 来自: 上海
最新评论
-
Me_is_vector:
jxf657012724 写道如果用maven管理jar包。记 ...
jasperreports不能导出PDF格式:Could not load the following font -
jxf657012724:
如果用maven管理jar包。记得iText2.X和 iTex ...
jasperreports不能导出PDF格式:Could not load the following font -
我是大土豪:
都2017年了,还没写完?
十二步学会Scala-3 -
xiaodongjsj:
都2016年年底了,还没写完吗?
十二步学会Scala-3 -
WesTwardblue:
好东西,给楼主赞一个
十二步学会Scala-2
文章列表
http://www.theacagroup.com/improveproductivity.htm "How
To Improve Productivity"
Seven
Skills of a Highly Productive Workforce
by
Doug Howardell. CPIM
Customers
in the global economy are more demanding than ...
- 2008-03-12 23:07
- 浏览 889
- 评论(0)
http://www.accel-team.com/productivity/productivity_01_what.htmlWhat is productivity?
A simple way of looking at productivity in a business organization is
to think of it in terms of the productivity model below.
Essentially, productivity is a ratio ...
- 2008-03-12 23:01
- 浏览 1086
- 评论(0)
http://www.ibm.com/developerworks/cn/rational/nov07/ishigaki/ 使用 RUP for PSM 插件将系统度量集成到软件和系统交付过程中文档选项<tr
valign="top"><td width="8"><img alt="" height="1" width="8" src="//www.ibm.com/i/c.gif" /></td><td width=&qu ...
- 2008-03-12 22:57
- 浏览 1033
- 评论(0)
http://www.stevepavlina.com/blog/2007/05/33-rules-to-boost-your-productivity/ Heuristics are rules intended to help you solve problems. When a
problem is large or complex, and the optimal solution is unclear,
applying a heuristic allows you to begin making progress towards a
solution even though yo ...
- 2008-03-12 22:56
- 浏览 860
- 评论(0)
http://www.psmsc.com/ Welcome
to the Official PSM Web Site!
What's New
11th Annual
PSM Users’ Group Conference
Practical Software and Systems Measurement (PSM) was
developed to meet today's software and system technical and ...
- 2008-03-12 22:54
- 浏览 766
- 评论(0)
http://www.mypm.net/training/show_message_content.asp?ID=3586 课程安排:(3天/21学时)
时间
主题
内容提要
第
一
天
- 2008-03-12 22:53
- 浏览 1011
- 评论(0)
http://www.lifehack.org/articles/lifehack/5-ways-to-improve-your-productivity-in-the-office.html 5 Ways to Improve Your Productivity in the Office
It
is possible to find extra time in your day simply by reorganizing the
way in which you approach the tasks that fall ...
- 2008-03-12 22:51
- 浏览 881
- 评论(0)
http://www.infoq.com/news/2008/02/reviewboardReview Board - Online Code Review ToolPosted by Gavin Terrill on Feb 12, 2008 10:07 PM Community Architecture Topics Collaboration, Artifacts & Tools, Teamwork Code reviews improve quality, and serve as an excellent means for knowledge sharing and me ...
- 2008-03-11 16:29
- 浏览 1638
- 评论(0)
http://www.parasoft.com/jsp/aep/aep_practices.jsp?practice=CodeReview
Source Code Review Process
Source Code Review Process
A source code review is the process where the developers and the architect meet and discuss code. The purpose of source code reviews is to exchange ideas about how the s ...
- 2008-03-11 16:28
- 浏览 1012
- 评论(0)
http://www.owasp.org/index.php/Category:OWASP_Code_Review_Project Code Review Guide (RC1) Completed The code review guide has been completed and is available here: http://www.lulu.com/content/1415989 Either as a free PDF or a bound book. Code review toolThe following link is for the new version of Co ...
- 2008-03-11 15:27
- 浏览 984
- 评论(0)
Effective Code Reviews Without the PainBy Robert BogueCode reviews in most organizations are a painful experience for everyone involved. The developer often feels like it's a bashing session designed to beat out their will. The development leads are often confused as to what is important to point out ...
- 2008-03-11 15:15
- 浏览 806
- 评论(0)
How To: Perform a Security Code Review for Managed Code (Baseline Activity)http://msdn2.microsoft.com/en-us/library/ms998364.aspx patterns & practices Developer Center J.D. Meier, Alex Mackman, Blaine Wastell, Prashant Bansode, Jason Taylor, Rudolph AraujoMicrosoft CorporationOctober 2005Applies ...
- 2008-03-11 15:12
- 浏览 1838
- 评论(0)
http://blog.csai.cn/group.asp?gid=47&pid=1374
1. Code Review & Code Conventions
质量是衡量一个软件是否成功的关键要素。而对于商业软件系统,尤其是企业应用软件系统来说,除了软件运行质量、文档质量以外,代码的质量也是非常重要的。软件开发进行到编码阶段的时候,最大的风险就在于如何保证代码的易读性和一致性,从而使得软件的维护的代价不会很高。
在软件开发的过程中,以下几种情形随处可见:
1. 软件维护时间长,而且维护人员的积极性不高:
做过软件维护的开发人员,尤其是在接手不是自己开发产品的源码的时候,即 ...
- 2008-03-11 15:04
- 浏览 945
- 评论(0)
http://www.mozilla.org/hacking/code-review-faq.html Frequently Asked Questions about mozilla.org's Code Review ProcessTable of ContentsWhat's the purpose of code review? Who must review my code? What do reviewers look for? What is super-review? Does a super-reviewer need domain expertise? Why does th ...
- 2008-03-11 15:01
- 浏览 850
- 评论(0)
Java中文&编码问题小结
http://www.blogjava.net/zhugf000/archive/2005/10/09/15068.html
图解Java如何处理字符编码, 让人一看就能明白。推荐。
Oracle字符集问题
http://www.blogjava.net/cheneyfree/archive/2007/12/05/165634.html
作者首先简单介绍了各种字符集,然后分析了与Oracle连接过程中各个环节的字符集编码转换问题。
JSP中文乱码解决方案-Tomcat5.0版
http://leng-cn.iteye.com/blog/70607
详细得 ...