<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_似水流年</title><subtitle type="text">努力吃苹果...</subtitle><id>http://feed.cnblogs.com/blog/u/26054/rss</id><updated>2009-10-11T13:34:31Z</updated><author><name>苹果王子</name><uri>http://www.cnblogs.com/ajaxren/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ajaxren/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/26054/rss"/><entry><id>http://www.cnblogs.com/ajaxren/archive/2009/07/24/1529934.html</id><title type="text">c++ 属性</title><summary type="text">- -最近非常怀念c++的属性 上网一搜结果 哎不支持,只能用c++进行扩展汗死死死&amp;#8220;__declspec&amp;#8221;是Microsoft c++中专用的关键字，它配合着一些属性可以对标准C++进行扩充。这些属性有：align、allocate、deprecated、dllexport、dllimport、 naked、noinline、noreturn、nothrow、novtab...</summary><published>2009-07-24T02:20:00Z</published><updated>2009-07-24T02:20:00Z</updated><author><name>苹果王子</name><uri>http://www.cnblogs.com/ajaxren/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ajaxren/archive/2009/07/24/1529934.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ajaxren/archive/2009/07/24/1529934.html"/></entry><entry><id>http://www.cnblogs.com/ajaxren/archive/2009/07/23/1529283.html</id><title type="text">一维动态数组类模板</title><summary type="text">非常怀念c#的数组，于是在资料的帮助下有下面的代码呵呵[代码]</summary><published>2009-07-23T03:52:00Z</published><updated>2009-07-23T03:52:00Z</updated><author><name>苹果王子</name><uri>http://www.cnblogs.com/ajaxren/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ajaxren/archive/2009/07/23/1529283.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ajaxren/archive/2009/07/23/1529283.html"/></entry><entry><id>http://www.cnblogs.com/ajaxren/archive/2008/11/08/1329745.html</id><title type="text">加密技术（学习笔记四矩阵加密）</title><summary type="text">看名字就知道了，这是一个矩阵既然是矩阵就有 [0，0]，就可以比方作x轴，和y轴了,.1 首先，要确定，原文出现的所有字符串作为---x轴2 对比文-------------y轴3 x,y生成一个字符串矩阵4 要求，x轴密码不可以重复5 有x,y 的坐标点确定一个密码采用此种方法，首先确定x轴，是明文所以，同一y轴下的所有x轴变量不可重复,注意采用此方法写的密码不能被频率分析法破解哦[代码]</summary><published>2008-11-08T10:36:00Z</published><updated>2008-11-08T10:36:00Z</updated><author><name>苹果王子</name><uri>http://www.cnblogs.com/ajaxren/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ajaxren/archive/2008/11/08/1329745.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ajaxren/archive/2008/11/08/1329745.html"/></entry><entry><id>http://www.cnblogs.com/ajaxren/archive/2008/11/06/1327734.html</id><title type="text">窗口 交互 窗口的方法</title><summary type="text">比如- -我有一个窗口 a 要控制 窗口b中的按钮.首先必须确定一个窗口的确句柄= =他是唯一的,还要确定要控制的按钮名称.这些都可以利用SPY++ 得到非常简单然后头痛的是- -每次编译net程序的时候他的窗口句柄都变化,经测试编译是发布版本的化就将变化缩小到两个- -都记住就行了[代码]还是比较简单的哦</summary><published>2008-11-05T16:10:00Z</published><updated>2008-11-05T16:10:00Z</updated><author><name>苹果王子</name><uri>http://www.cnblogs.com/ajaxren/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ajaxren/archive/2008/11/06/1327734.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ajaxren/archive/2008/11/06/1327734.html"/></entry><entry><id>http://www.cnblogs.com/ajaxren/archive/2008/11/05/1327716.html</id><title type="text">加密技术（学习笔记三）Replace</title><summary type="text">非常感谢鬼谷谷主 的支持(呵呵本人人气不好..很少有人支持- -)顺便说说beerhouse是个不错的程序- -运用设计模式得当...当初刚毕业的时候就是从,这个程序上收获不少----Replace顾名思义就是替换比如有字符串 abc,可以将他替换成 zxd,zxd就是密钥看一个简单的例子[代码]上面的例子从明文中随机取得密钥.下面是我的例子,我首先将字符串转换成字节数组利用有限的数组空间,然后用...</summary><published>2008-11-05T15:46:00Z</published><updated>2008-11-05T15:46:00Z</updated><author><name>苹果王子</name><uri>http://www.cnblogs.com/ajaxren/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ajaxren/archive/2008/11/05/1327716.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ajaxren/archive/2008/11/05/1327716.html"/></entry><entry><id>http://www.cnblogs.com/ajaxren/archive/2008/11/01/1324092.html</id><title type="text">加密技术（学习笔记=）Caesar算法</title><summary type="text">一个传统的算法(拥有2000年历史)非常古老的算法,就是字母移动位..比如://--直接让字符串+偏移位(甚至可以减去偏移位)  char aaa = Convert.ToChar(('中'+2) ); Console.WriteLine(aaa);//---解密的时候反转就可以了 char bbc = Convert.ToChar(((aaa) - 2));但是这就设计到一个问题,可以用反转的方...</summary><published>2008-11-01T00:12:00Z</published><updated>2008-11-01T00:12:00Z</updated><author><name>苹果王子</name><uri>http://www.cnblogs.com/ajaxren/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ajaxren/archive/2008/11/01/1324092.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ajaxren/archive/2008/11/01/1324092.html"/></entry><entry><id>http://www.cnblogs.com/ajaxren/archive/2008/10/30/1323308.html</id><title type="text">加密技术（学习笔记一）</title><summary type="text">加密很重要- -比如登陆密码在数据库中的保存，很少有明文的安全的重要性１秘密性 ２身份验证（解密或者加密必须验证身份？？估计） ３完整性 ４不可抵赖性（实际上就是数字签名，发消息的人对所发消息必须负责） 　　　　　　　　　　　　　　 加密技术功能有Ｓecurity 类提供． 加密技术的基本术语１密码：　一种算法．将可能输入的消息转为特定的加密消息，注意其可逆性必须存在， 　　　　　可在现原始消息 ...</summary><published>2008-10-30T13:35:00Z</published><updated>2008-10-30T13:35:00Z</updated><author><name>苹果王子</name><uri>http://www.cnblogs.com/ajaxren/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ajaxren/archive/2008/10/30/1323308.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ajaxren/archive/2008/10/30/1323308.html"/></entry><entry><id>http://www.cnblogs.com/ajaxren/archive/2008/10/30/1323304.html</id><title type="text">net2008+sql2008 安装问题指南</title><summary type="text">- -最近难得休息3天= =.决定更新下net2008 学习学习,结果郁闷那~~装了两天啊准备活动一:请你卸载所有的netframework二:电脑的临时文件夹也就是temp, 不要在ntfs分区否则 1330错误 提示签名错误~~三:到官网下载独立的发行包dotnetfx35四:准备装sql 2008 的 请下载 net2008 sp1 大概800m五:下载 你所用系统的更新补丁 - -常用的就...</summary><published>2008-10-30T13:23:00Z</published><updated>2008-10-30T13:23:00Z</updated><author><name>苹果王子</name><uri>http://www.cnblogs.com/ajaxren/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ajaxren/archive/2008/10/30/1323304.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ajaxren/archive/2008/10/30/1323304.html"/></entry><entry><id>http://www.cnblogs.com/ajaxren/archive/2008/07/27/1252625.html</id><title type="text">补丁更新服务器二(多线程下载+进度条)</title><summary type="text">- -为了做补丁服务器就差这个下载,所以就做了这个- -测试用http://files.cnblogs.com/ajaxren/DowonFile2008_07_27.rar 原代码用2008写的界面,同时下栽两个(我的图画的好差啊) newDownFile--下载类newDownFile.ExecDown(ABDownFileChange inputDownFileChange)开始下载/// ...</summary><published>2008-07-27T08:27:00Z</published><updated>2008-07-27T08:27:00Z</updated><author><name>苹果王子</name><uri>http://www.cnblogs.com/ajaxren/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ajaxren/archive/2008/07/27/1252625.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ajaxren/archive/2008/07/27/1252625.html"/></entry><entry><id>http://www.cnblogs.com/ajaxren/archive/2008/07/24/1250629.html</id><title type="text">Thread交叉访问的问题.....</title><summary type="text">本来在做下载的进度条,自己的线程访问ProgressBar时候出现错误:[代码]- -上网搜索下,原来我自己创建的线程和ui的线程不在一起.....看的我头大.具体资料请看http://www.yoda.arachsys.com/csharp/threads/winforms.shtml一直接调用委托不行的必须是,MethodInvoker updateCounterDelegate = new ...</summary><published>2008-07-24T08:16:00Z</published><updated>2008-07-24T08:16:00Z</updated><author><name>苹果王子</name><uri>http://www.cnblogs.com/ajaxren/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ajaxren/archive/2008/07/24/1250629.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ajaxren/archive/2008/07/24/1250629.html"/></entry></feed>
