<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_c#学习笔记</title><subtitle type="text">启用了自己的博客http://www.dafengshu.cn欢迎大家继续光临 </subtitle><id>http://feed.cnblogs.com/blog/u/20752/rss</id><updated>2008-01-11T02:16:57Z</updated><author><name>hzman</name><uri>http://www.cnblogs.com/webman/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/webman/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/20752/rss"/><entry><id>http://www.cnblogs.com/webman/archive/2008/01/11/1034778.html</id><title type="text">ASP采集入库生成本地文件的几个FUCTION</title><summary type="text">ASP网站数据采集程序制作:一个采集入库生成本地文件的几个FUCTION(可用来生成HTML静态网页) 看着一个又一个网站系统里都带了采集功能模块,让我心动,很想让自己做的网站里也带个采集模块,可惜一直都不知道如何下手,现在有了这几个函数,你也可以制作出自己的采集程序,而且可以利用这样的原理来生成HTML静态网页.本文里介绍采集程序的方法分成以下几个函数来实现:1:SaveFiles(byref ...</summary><published>2008-01-11T02:17:00Z</published><updated>2008-01-11T02:17:00Z</updated><author><name>hzman</name><uri>http://www.cnblogs.com/webman/</uri></author><link rel="alternate" href="http://www.cnblogs.com/webman/archive/2008/01/11/1034778.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/webman/archive/2008/01/11/1034778.html"/></entry><entry><id>http://www.cnblogs.com/webman/archive/2008/01/09/1032684.html</id><title type="text">用XMLhttp编写web采集程序</title><summary type="text">web采集程序？网页抓取程序？小倫程序？不管怎么叫，这种程序应用倒是蛮广的。本文不讨论这种使用这种程序引起的版权或道德问题，只谈这种程序在ASP+VBScript环境下的实现 :-)预备知识：除了一般的ASP+VBScript的知识外，你还需要了解xmlhttp对象和正则表达式对象。xmlhttp对象是时下风头正劲的Ajax的主角；而学好了正则表达式，你再也不用为处理复杂的字符串犯愁。在编写和调试...</summary><published>2008-01-09T15:37:00Z</published><updated>2008-01-09T15:37:00Z</updated><author><name>hzman</name><uri>http://www.cnblogs.com/webman/</uri></author><link rel="alternate" href="http://www.cnblogs.com/webman/archive/2008/01/09/1032684.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/webman/archive/2008/01/09/1032684.html"/></entry><entry><id>http://www.cnblogs.com/webman/archive/2007/12/05/983359.html</id><title type="text">无需安装软件架设NOD32升级服务器指南！</title><summary type="text">首先需要一份可供升级的正版NOD32软件，如果没有可以使用正式版，利用免ID升级服务器升级病毒库。升级好以后使用NOD32备份工具提取病毒库文件，放置于IIS主机上面，例如：d:\nod32 目录下。接下来就是搭建内网的NOD32升级服务器设置，推荐使用IIS如下就是步骤。在IIS里新建站点或虚拟目录；比如要通过 http://192.168.1.1 更新，那就新建站点，主机头名就设为 192.1...</summary><published>2007-12-05T03:15:00Z</published><updated>2007-12-05T03:15:00Z</updated><author><name>hzman</name><uri>http://www.cnblogs.com/webman/</uri></author><link rel="alternate" href="http://www.cnblogs.com/webman/archive/2007/12/05/983359.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/webman/archive/2007/12/05/983359.html"/></entry><entry><id>http://www.cnblogs.com/webman/archive/2007/12/05/983356.html</id><title type="text">架设NOD32升级服务器</title><summary type="text">1.架设服务器的准备:  1）Windows2003或Windows2000服务器版,并预装IIS 2）NOD32 2.7管理员版 2.将NOD32 2.7管理员版安装完成之后,点击屏幕右下方的NOD32图标,在图示的界面中选择"升级",完成升级后,回到图示界面中选择"镜像"(通常我们使用的版本都是标准版,标准版和管理员版最直接的区别就在于有没有"镜像"选项)并在右边的界面中点击"设置" 3.在弹...</summary><published>2007-12-05T03:14:00Z</published><updated>2007-12-05T03:14:00Z</updated><author><name>hzman</name><uri>http://www.cnblogs.com/webman/</uri></author><link rel="alternate" href="http://www.cnblogs.com/webman/archive/2007/12/05/983356.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/webman/archive/2007/12/05/983356.html"/></entry><entry><id>http://www.cnblogs.com/webman/archive/2007/10/16/926752.html</id><title type="text">C#游戏外挂代码</title><summary type="text">XDF.GamePlugInCommon类库项目//API.cs文件，定义一些常用API函数及常量usingSystem;usingSystem.IO;usingSystem.Threading;usingSystem.Diagnostics;usingSystem.Runtime.InteropServices;namespaceXDF.GamePlugInCommon{/**////&amp;lt;s...</summary><published>2007-10-16T15:35:00Z</published><updated>2007-10-16T15:35:00Z</updated><author><name>hzman</name><uri>http://www.cnblogs.com/webman/</uri></author><link rel="alternate" href="http://www.cnblogs.com/webman/archive/2007/10/16/926752.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/webman/archive/2007/10/16/926752.html"/></entry><entry><id>http://www.cnblogs.com/webman/archive/2007/10/12/922059.html</id><title type="text">VC7转换到VC8的常见问题</title><summary type="text">从总体上说VC8比VC7.1语法上严格且严谨。文中只涉及到编译问题，链接的问题没有包含在内。1.变量作用域 在vc7.1中, 如果一个变量定义在for语句的条件从句中，那么这个变量可以在for之后使用。但Vc8禁止这样，会报告一个C2065错误.for(inti=0;i&amp;lt;10;++i){//codeshere}if(i&amp;lt;10)..//errorinVc8for(i=0;i&amp;lt;5;+...</summary><published>2007-10-12T03:44:00Z</published><updated>2007-10-12T03:44:00Z</updated><author><name>hzman</name><uri>http://www.cnblogs.com/webman/</uri></author><link rel="alternate" href="http://www.cnblogs.com/webman/archive/2007/10/12/922059.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/webman/archive/2007/10/12/922059.html"/></entry><entry><id>http://www.cnblogs.com/webman/archive/2007/10/11/921295.html</id><title type="text">ini文件操作类</title><summary type="text">[转载]前言：相信很多朋友在编写自己的程序中，都需要把一些数据先期导入到程序中进行初始化。那么这个时候，比较好的做法就是把你所有的数据写入一个ini文件，然后在程序去读ini文件中的数据对行初始化。一.INI简介那么什么是ini文件呢？ini文件是Initializationfile的缩写，意即初始化文件。（从名字就可以看出它的功能了吧）。不仅你自己的程序可以使用ini文件，其实windows操作...</summary><published>2007-10-11T09:04:00Z</published><updated>2007-10-11T09:04:00Z</updated><author><name>hzman</name><uri>http://www.cnblogs.com/webman/</uri></author><link rel="alternate" href="http://www.cnblogs.com/webman/archive/2007/10/11/921295.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/webman/archive/2007/10/11/921295.html"/></entry><entry><id>http://www.cnblogs.com/webman/archive/2007/10/08/916795.html</id><title type="text">OllyDBG 入门系列（二）－字串参考 </title><summary type="text">上一篇是使用入门，现在我们开始正式进入破解。今天的目标程序是看雪兄《加密与解密》第一版附带光盘中的crackmes.cjb.net镜像打包中的CFFCrackme#3，采用用户名/序列号保护方式。原版加了个UPX的壳。刚开始学破解先不涉及壳的问题，我们主要是熟悉用OllyDBG来破解的一般方法。我这里把壳脱掉来分析，附件是脱壳后的文件，直接就可以拿来用。先说一下一般软件破解的流程：拿到一个软件先别...</summary><published>2007-10-08T03:31:00Z</published><updated>2007-10-08T03:31:00Z</updated><author><name>hzman</name><uri>http://www.cnblogs.com/webman/</uri></author><link rel="alternate" href="http://www.cnblogs.com/webman/archive/2007/10/08/916795.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/webman/archive/2007/10/08/916795.html"/></entry><entry><id>http://www.cnblogs.com/webman/archive/2007/10/08/916770.html</id><title type="text">OllyDBG 入门系列（一）－认识OllyDBG </title><summary type="text">一、OllyDBG的安装与配置OllyDBG1.10版的发布版本是个ZIP压缩包，只要解压到一个目录下，运行OllyDBG.exe就可以了。汉化版的发布版本是个RAR压缩包，同样只需解压到一个目录下运行OllyDBG.exe即可：screen.width*0.6) {this.width=screen.width*0.6;this.alt='此图已经缩小，点击察看原图。';}" border=0&amp;gt;...</summary><published>2007-10-08T03:18:00Z</published><updated>2007-10-08T03:18:00Z</updated><author><name>hzman</name><uri>http://www.cnblogs.com/webman/</uri></author><link rel="alternate" href="http://www.cnblogs.com/webman/archive/2007/10/08/916770.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/webman/archive/2007/10/08/916770.html"/></entry><entry><id>http://www.cnblogs.com/webman/archive/2007/09/21/901420.html</id><title type="text">live.cn邮箱注册帐号方法</title><summary type="text">注册live.cn帐号方法：地址栏输入： http://get.live.com/getlive/overview点击“注册”：用下面脚本替换地址栏，OK！　Great!javascript:function r(q){} function s(q){e[q] = new Option(a[q],a[q])}; r(e = document.getElementById("idomain").op...</summary><published>2007-09-21T07:30:00Z</published><updated>2007-09-21T07:30:00Z</updated><author><name>hzman</name><uri>http://www.cnblogs.com/webman/</uri></author><link rel="alternate" href="http://www.cnblogs.com/webman/archive/2007/09/21/901420.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/webman/archive/2007/09/21/901420.html"/></entry></feed>
