Eogene

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2011年10月15日

摘要: using System;using System.Collections.Generic;using System.Text;using System.Security.Cryptography;using System.IO;namespace ToolsUtil{ //AES加密DES加密MD5加密 public class EncryptionAlgorithm { public static AESEncryptor fAESEncryptor = new AESEncryptor("My Password", AESBits.BITS256); public s 阅读全文
posted @ 2011-10-15 09:38 EoGene 阅读(881) 评论(0) 推荐(1) 编辑

摘要: 封装XML文件的读写操作,将配置对象数据保存在XML文件中,生成文件可读取配置。 阅读全文
posted @ 2011-10-15 09:33 EoGene 阅读(614) 评论(0) 推荐(1) 编辑

摘要: 一隐藏信息: 将2.txt文件 隐藏在 1.jpg图片中 copy 1.jpg/b + 2.txt/a 3.jpg二 破解XP登入密码: 1.备份加密后的sam文件 在C盘下输入: copy windows\system32\config\sam d:\ 2.将空密码文件替换掉当前有密码的sam文件 copy /y windows\repair\sam windows\system32\config三 整人:用到的命令:CHOICE(很早以前DOS下的一个命令)类似于DOSKEY 1.首先先写两行命令 @ echo off c:\dos\choice/c@/n(假设C... 阅读全文
posted @ 2011-10-15 09:13 EoGene 阅读(2329) 评论(0) 推荐(1) 编辑

2010年11月15日

摘要: using Microsoft.CSharp;using Microsoft.VisualBasic;using System;using System.Collections;using System.Diagnostics;using System.IO;using System.CodeDom.Compiler;using System.Reflection;using System.Ref... 阅读全文
posted @ 2010-11-15 13:36 EoGene 阅读(647) 评论(0) 推荐(0) 编辑

摘要: using System;using System.Collections.Generic;using System.Text;using Microsoft.Reporting.WinForms;using System.ComponentModel;using System.IO;namespace CRReportDesigner{ public class ReportViewer : M... 阅读全文
posted @ 2010-11-15 13:22 EoGene 阅读(1646) 评论(0) 推荐(0) 编辑

摘要: 亮丽特征:1. 通过浏览器访问WEB地址的方式安装,免去分发安装程序的问题;2. 安装后的应用软件启动时,可自动检测发布的更新——更新策略是可定制的,比如:必须更新、启动前更新、启动后更新等——更重要的是,这套机制是M$的这套框架做的事情,你自己只需要设定更新策略就好了;3. 制作发布包的过程也很简单——右键点击待发布项目,选... 阅读全文
posted @ 2010-11-15 11:24 EoGene 阅读(310) 评论(0) 推荐(0) 编辑