全速加载中

摘要: using System;using System.Text;using System.Security.Cryptography;using System.IO;namespace MyCryptography{ /// /// DES加密解密 /// public class DES { /// /// 获取密钥 /// private static string Key { get { return @"P@+#wG+Z"; } } ///... 阅读全文
posted @ 2012-12-21 20:04 许鸿飞 阅读(1093) 评论(0) 推荐(0) 编辑
摘要: 代码示例html部分代码<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head> <title>计算器</title></head><body><form actio 阅读全文
posted @ 2012-12-21 19:55 许鸿飞 阅读(386) 评论(0) 推荐(0) 编辑