CQ-CSER

计算机爱好者

随笔-MD5悲剧-c#

图书馆对面的2小情侣给了我动力,终于搞定了课设,今晚又尝试了下MD5加解密文件系统密码,网上找了个MD5类如下,结果就悲剧了

string和byte[]的相互(C#)

string类型转成byte[]: byte[] byteArray = System.Text.Encoding.Default.GetBytes ( str ); 反过来,byte[]转成string: string str = System.Text.Encoding.Default.GetString ( byteArray );

app.config-c#读写类

一个APP.CONFIG读写类,2个MD5类

Microsoft Enterprise Library5.0

2010-04-23 10:49 原文链接 What is Enterprise Library ?

jQuery1.4.2新特性

作者: 破浪 发表于 2010-04-23 13:02 原文链接 一 下载: 

随笔-COPY-LOVE

    1.Do you have a map? Because I just keep losting in your eyes.     你有地图么?因为我刚在你的眼神中迷失了。     2.Meeting you was fate, and falling in love with you was out of my control.     遇见你是命运的安排而爱上你是我情不自禁。     3.No man or woman is worth your tears and the one who is, won’t make your cry.     没人值得你为ta流泪,真正爱你的人不会让你哭泣。     [...]

Twitter开放API文档

转自:月光博客  Twitter开放API文档     

sliverlight测试-随笔

http://cq-cser.cn/wp-content/plugins/downloads-manager/upload/sliverlight-test.html //文件比较大,全屏位置有问题,-。- http://cq-cser.cn/wp-content/plugins/downloads-manager/upload/default.html 都是引用VS2010完美CODING的视频,满犀利,戈戈的空间对SLIVERLIGHT支持不错啊 嫌太慢的下面是直接下载地址,MS官网上搞来的 http://cq-cser.cn/wp-content/plugins/downloads-manager/upload/575b01f8-2730-40d3-b87f-1a16d7412c1c.wmv http://cq-cser.cn/wp-content/plugins/downloads-manager/upload/c351c6f5-1f21-4e25-970a-b7f8396efe7b.wmv 猪脚男一脸得意的笑印象深刻啊。另不小心发现个本地XAMPP的BUG

SLIVERLIGHT播放器控件

 <summary>  2    /// Desc:媒体播放器控件  3    /// Author:williams  4    /// Date:2007-9-27//惭愧啊,人07年就在研究SLIVERLIGHT,哎

VISUAL C#系列

  private void button2_Click(object sender, EventArgs e)         {//获取Cmd命令行窗口中显示的内容             Process MyProcess = new Process();             //设定程序名             MyProcess.StartInfo.FileName = “cmd.exe”;             //关闭Shell的使用             MyProcess.StartInfo.UseShellExecute = false;             //重定向标准输入             MyProcess.StartInfo.RedirectStandardInput = true;             //重定向标准输出             MyProcess.StartInfo.RedirectStandardOutput = true;             //重定向错误输出             MyProcess.StartInfo.RedirectStandardError = true;             //设置不显示窗口             MyProcess.StartInfo.CreateNoWindow = true;             //执行DOS命令             MyProcess.Start(); [...]

  • Archives

  • SUNSHINE

  • About

    本博客采用创作共用版权协议,要求署名、非商业用途和保持一致. 转载本博客内容也遵循“署名-非商业用途-保持一致”的创作共用协议.

    订阅

    Search

    Admin