自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Jackxin Xu IT技术专栏

专注于IT研发、技术知识的探索记录

  • 博客(5)
  • 收藏
  • 关注

原创 JAVA中MD5算法实现函数

<br />JAVA中MD5算法实现函数,此函数生成的字符串(MD5)跟本博客中的C语言生成的完全一样,这个可以方便实现替换。<br /> <br /> <br />private static String md5(String input) {<br />  if ( (input == null) || (input.length() == 0) ){<br />   return "D41D8CD98F00B204E9800998ECF8427E";     //这个值是为了兼容C语言的DLL MD

2011-01-24 10:03:00 2527

翻译 MD5 算法实现

<br />经典C语言的MD5 实现过程(DLL封装):共有4个文件 xp_md5.def, xp_md5.c, md5.h, md5.c<br /> <br />首先是DLL的输出定义文件 xp_md5.def<br />LIBRARY xp_md5<br />EXPORTS<br /> xp_md5<br /> __GetXpVersion<br /> <br /> <br />然后是输出实现文件xp_md5.c<br />#include <stdlib.h><br />#include <srv.h

2011-01-24 09:19:00 1427

原创 Simple data collection target set (PMP中的数据收集管理)

<br /> 1.Project time duration by phase2.Project staff days (Man-month)üProject scale (Code lines KLOC)3.Document üDefect quantity(Reason, Injection phase, Detect phase)üInternal Q/A quantityüPages (Optional)üRequirement change quantity (Can be used to eva

2011-01-17 13:52:00 1024

原创 Phase activities definition for the whole software lifecycle

<br />1.Concept phase (For BD and presale staff)üConcept definition 2.Plan phaseüWBS  generationüProject scale assessment (Code lines[function points] and time cost in work days)üStaff scale assesmentüDocumentation target customization(Preliminary target/d

2011-01-17 13:45:00 1088

原创 CMMI 1-5 级别定义

CMMI: Capability Maturity Model Integration Five Levels:   1 - Initial ,  2 - Managed,  3 - Defined,  4 - Quantitatively Managed, 5 - Optimizing---------------------------------------------------------------------------------------------------At maturity l

2011-01-17 13:29:00 2187

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除