态度决定高度、企图决定版图、格局决定结局

My Links

News

10 2009 档案

Asp.Net MVC framework And Asp.Net Webform
摘要: The ASP.NET MVC framework offers the following advantages:Complexity of application logic is made easier to manage because of theseparation of an application into model, view, and controller.It allows...阅读全文

posted @ 2009-10-22 16:27 flyingchen 阅读(86) | 评论 (1) 编辑

java 与 c# 3des 加解密
摘要: 主要差异如下:1、 对于待加密解密的数据,各自的填充模式不一样 C#的模式有:ANSIX923、ISO10126、None、PKCS7、Zero,而Java有:NoPadding、PKCS5Padding、SSL3Padding2、 各自默认的3DES实现,模式和填充方式不一样C#的默认模式为CBC,默认填充方式为PKCS7; java的默认模式为ECB,默认填充方式为PKCS5Padding3、...阅读全文

posted @ 2009-10-15 09:04 flyingchen 阅读(1375) | 评论 (0) 编辑