自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

转载 一个可逆的DES和TripleDES方式加密类

usingSystem;usingSystem.Security;usingSystem.Security.Cryptography;usingSystem.IO;usingSystem.Text;namespaceEncryptDownmoon{/**////<summary>///EncryptSqlConn的摘要说明。///</summary...

2007-04-30 01:52:00 51

转载 WinXP中快捷方式加箭头

HKEY_CLASSES_ROOT\lnkfile右边加字符串isshortcut,设为1不要箭头就改为0吧 转载于:https://www.cnblogs.com/cxun/archive/2007/04/28/731509.html

2007-04-28 20:58:00 46

转载 几种字符串反转方法效率比较

staticstringReverse1(stringoriginal)...{char[]arr=original.ToCharArray();Array.Reverse(arr);returnnewstring(arr);...

2007-04-19 16:42:00 49

转载 [转载]Win32 Dll编程详解

/*此函数通过DEF文件导出,不会发生名字改编*/int add1(int a,int b){ return a+b;} /*此函数通过DEF文件导出,不会发生名字改编 此函数的调用方式为_stdcall*/int __stdca...

2007-04-11 17:33:00 40

转载 自定义WebControl:广告控件

花3小时写了个广告控件组合了3中广告形式:1,Flash的轮显广告,如zol.com.cn笔记本频道首页广告。2,一般的flash广告。3,一般的图片广告。代码如下: using System; using System.Collections.Generic; using System.ComponentModel; using System.Text; using System.We...

2007-04-10 19:38:00 68

转载 近期关于“软件架构”的一个看点(zt)

Peter Eeles准备写一系列的关于软件架构的文章,这个消息我是从www.artima.com上看来的。因为Bill Venners写了一篇文章叫做Software Architecture is Leadership,地址:http://www.artima.com/weblogs/viewpost.jsp?thread=154933里面提到他对于Peter Eeles写的What is a...

2007-04-01 00:46:00 42

空空如也

空空如也

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

TA关注的人

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