Asp.Net
Jock.Chen
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
JavaScript 脚本调试
Windows Script 5.6 下载地址:http://download.microsoft.com/download/winscript56/install/1.0a/nt45xp/en-us/scd10en.exe 1、将IE中"禁用脚本调试"勾除;2、在调试的脚本中标识"debugger";原创 2007-03-27 01:59:00 · 950 阅读 · 0 评论 -
Url 加密解密
using System;using System.Collections.Generic;using System.Web;using System.Text;using System.Security.Cryptography;using System.IO;/// ///DESCryption 的摘要说明/// public class DESCryption{ private原创 2009-07-18 10:45:00 · 1546 阅读 · 0 评论
分享