<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_zxWraith的窝</title><subtitle type="text">dotnet,Warcraft and life!</subtitle><id>http://feed.cnblogs.com/blog/u/17170/rss</id><updated>2010-05-11T15:35:28Z</updated><author><name>zxWraith</name><uri>http://www.cnblogs.com/wzx725725/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wzx725725/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/17170/rss"/><entry><id>http://www.cnblogs.com/wzx725725/archive/2006/08/29/488977.html</id><title type="text">开始实习了</title><summary type="text">坐了一个半小时的飞机，提着大包小包的，终于到了西安，唉，自己在外面人生地不熟的真是麻烦。下了机场大巴，看着周围的高楼大厦，自己都有点茫然了。</summary><published>2006-08-29T00:31:00Z</published><updated>2006-08-29T00:31:00Z</updated><author><name>zxWraith</name><uri>http://www.cnblogs.com/wzx725725/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wzx725725/archive/2006/08/29/488977.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wzx725725/archive/2006/08/29/488977.html"/></entry><entry><id>http://www.cnblogs.com/wzx725725/archive/2006/05/21/405531.html</id><title type="text">关于dotnet framework 的一些学习资源(MS WebCast)</title><summary type="text">前几天学校招微软实习生,信心满满的我竟然连笔试都没过..........考试的时候发现全部都是关于怎么使用vs.net的问题,以及很基础的问题,从此自己郁闷好几天......发誓每天学习一点关于这方面的东西,在网上找到了这些好东东:MSDN Events and Webcasts Webcast Series,都是些很好的视频教程,有很多方面的ado.net,asp.net,sql2005.......</summary><published>2006-05-21T04:10:00Z</published><updated>2006-05-21T04:10:00Z</updated><author><name>zxWraith</name><uri>http://www.cnblogs.com/wzx725725/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wzx725725/archive/2006/05/21/405531.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wzx725725/archive/2006/05/21/405531.html"/></entry><entry><id>http://www.cnblogs.com/wzx725725/archive/2006/04/16/376592.html</id><title type="text">这几天做了hook，把心得写一下～</title><summary type="text">写了一个简单的Demo，做完后发现一个问题，开始想了很久:两个模块：exe：main(){ 启动目标进程(一个记事本程序)； 导入dll； 执行dll中的sethook； Free掉dll；}dll；Export sethook（dwThreadid）{ SetWindowsHookEx(目标线程); *}程序本身没什么问题,但是执行的时候发现dll没有挂接上去,开始觉得是SetWindowsHo...</summary><published>2006-04-16T11:33:00Z</published><updated>2006-04-16T11:33:00Z</updated><author><name>zxWraith</name><uri>http://www.cnblogs.com/wzx725725/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wzx725725/archive/2006/04/16/376592.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wzx725725/archive/2006/04/16/376592.html"/></entry><entry><id>http://www.cnblogs.com/wzx725725/archive/2006/04/14/374841.html</id><title type="text">sql2k中uniqueidentifier做id时候，怎么读取和保存？对大数据库应该很有用</title><summary type="text">读取uniqueidentifier类型变量，string就行了，如string strGuidValue = dataTable.Rows[i]["GUIDField"].ToString();存储时，当字符存就可以string strGuidValue = System.Guid.NewGuid().ToString()Insert Into table(GuidField,...) Valu...</summary><published>2006-04-14T00:55:00Z</published><updated>2006-04-14T00:55:00Z</updated><author><name>zxWraith</name><uri>http://www.cnblogs.com/wzx725725/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wzx725725/archive/2006/04/14/374841.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wzx725725/archive/2006/04/14/374841.html"/></entry><entry><id>http://www.cnblogs.com/wzx725725/archive/2006/04/06/367944.html</id><title type="text">现在被apihook搞郁闷了.....进展很慢...先放上几个必用的api说明吧.</title><summary type="text">一:LONG_PTRSetWindowLongPtr(HWNDhWnd,intnIndex,LONG_PTRdwNewLong);对窗口才有用,不过很多地方都用了,可以做很多事情,hWnd是你要改的窗口的句柄,nIndex说明你要改的东西,dwNewLong是你要替换的东西(其实是个长整型);if(nIndex==GWLP_WNDPROC) dwNewLong写你自己写的窗口消息处理函数地址,这样...</summary><published>2006-04-05T17:34:00Z</published><updated>2006-04-05T17:34:00Z</updated><author><name>zxWraith</name><uri>http://www.cnblogs.com/wzx725725/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wzx725725/archive/2006/04/06/367944.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wzx725725/archive/2006/04/06/367944.html"/></entry><entry><id>http://www.cnblogs.com/wzx725725/archive/2006/03/31/363524.html</id><title type="text">一段对网络虚拟ip的解决方案的描述,用来参考</title><summary type="text">让两台不同局域网的电脑通过公网进行局域网的联系.如打局域网游戏~if(true){ 1、不能再直接使用IP+固定端口号的方法通信； 2、局域网内的A电脑到公网的信息为：固定公网IP+临时端口号；换句话说，传入该固定公网IP+该临时端口号的信息，即一定被送往内网A电脑； 3、让两内网电脑A、B都先连上服务器C，由C得到A、B的公网IP和临时端口号，C并将A的信息告诉B，B的信息告诉A（打个比方：张三...</summary><published>2006-03-31T05:35:00Z</published><updated>2006-03-31T05:35:00Z</updated><author><name>zxWraith</name><uri>http://www.cnblogs.com/wzx725725/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wzx725725/archive/2006/03/31/363524.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wzx725725/archive/2006/03/31/363524.html"/></entry><entry><id>http://www.cnblogs.com/wzx725725/archive/2006/03/30/362566.html</id><title type="text">现在大部分时间都在搞winapi了,dotnet...以后再说....顺便补上几个好用的api的用法</title><summary type="text">发现自己做应用程序比做mis系统兴趣要浓(大家能告诉我b/s模式有些什么别的好用途吗?除了ajax)不过学点winapi也没坏处,Jeffrey Richter也说了,了解底层总是没坏处的..HWNDFindWindow(LPCTSTRlpClassName,LPCTSTRlpWindowName);lpClassName :就是程序用RegsterClass注册的类名,lpWindowName就...</summary><published>2006-03-30T04:22:00Z</published><updated>2006-03-30T04:22:00Z</updated><author><name>zxWraith</name><uri>http://www.cnblogs.com/wzx725725/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wzx725725/archive/2006/03/30/362566.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wzx725725/archive/2006/03/30/362566.html"/></entry><entry><id>http://www.cnblogs.com/wzx725725/archive/2006/03/13/349437.html</id><title type="text">关于dao得一些使用问题,以备忘....也用来纪念自己解决得第一个内存泄漏问题</title><summary type="text">在dao连接里面如果是mfc的控制台的话,使用完dao操作数据库之后必须在程序退出之前使用AfxDaoTerm( );不然你就等着傻眼吧....如果是图形界面的话不必,应该是mfc框架帮你做了......上面的问题应该是传说中的内存泄漏,下面是msdn的解决办法http://msdn.microsoft.com/library/chs/default.asp?url=/library/CHS/vc...</summary><published>2006-03-13T15:11:00Z</published><updated>2006-03-13T15:11:00Z</updated><author><name>zxWraith</name><uri>http://www.cnblogs.com/wzx725725/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wzx725725/archive/2006/03/13/349437.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wzx725725/archive/2006/03/13/349437.html"/></entry><entry><id>http://www.cnblogs.com/wzx725725/archive/2006/03/06/344236.html</id><title type="text">郁闷的petshop 4.0</title><summary type="text">好不容易出了个2.0的实例,正准备好好研究,吸取精华,打开一看,除了一个web工程,其余都是些membership和profile要用的自定义provider,怎么没有商业逻辑的呀?觉得有点不对劲,发现web的reference里面有几个非.net framework的dll.原来还有代码没公开啊,果然微软就是微软,虽然用reflector可以看,还是头上浇了盆冷水.不过自己为了项目还有自己的未来...</summary><published>2006-03-06T12:52:00Z</published><updated>2006-03-06T12:52:00Z</updated><author><name>zxWraith</name><uri>http://www.cnblogs.com/wzx725725/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wzx725725/archive/2006/03/06/344236.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wzx725725/archive/2006/03/06/344236.html"/></entry><entry><id>http://www.cnblogs.com/wzx725725/archive/2006/03/05/343567.html</id><title type="text">vs2005一个不能调试的错误</title><summary type="text">以前用vs2005出现了一个郁闷了我好久的错误:不能调试,提示不能附加到进程,左想右想觉得是自己安装错误,把系统格了,按照自己以前的习惯设置好系统之后,仍然是那个错误,又认为是安装文件损坏,去同学那里借个盘,弄了一下午,再看见那个对话框的时候整个人都要崩溃了.到csdn上面看,只有问的,没有解决办法.后来在google到了一个外国不知道的什么论坛,看到了terminal service 这个词,试...</summary><published>2006-03-05T15:42:00Z</published><updated>2006-03-05T15:42:00Z</updated><author><name>zxWraith</name><uri>http://www.cnblogs.com/wzx725725/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wzx725725/archive/2006/03/05/343567.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wzx725725/archive/2006/03/05/343567.html"/></entry></feed>
