<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_天山雪.NET</title><subtitle type="text">讨论.NET和网站技术/数据库</subtitle><id>http://feed.cnblogs.com/blog/u/17541/rss</id><updated>2007-04-16T14:48:49Z</updated><author><name>天山雪王</name><uri>http://www.cnblogs.com/easy66/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/easy66/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/17541/rss"/><entry><id>http://www.cnblogs.com/easy66/archive/2007/04/16/716000.html</id><title type="text">[ubuntu]安装vmware时找不到c header files的小问题</title><summary type="text">作者：prettywolf 来源：csdn.net 发表于2个月以前 &#xD;vmware下载和安装就不说了，安装完成之后，运行vmware-config.pl的时候，会有一步是询问内核的头文件在哪里： What is the location of the directory of C header files that match your runningkernel? [/usr/src/linux/inc</summary><published>2007-04-16T14:49:00Z</published><updated>2007-04-16T14:49:00Z</updated><author><name>天山雪王</name><uri>http://www.cnblogs.com/easy66/</uri></author><link rel="alternate" href="http://www.cnblogs.com/easy66/archive/2007/04/16/716000.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/easy66/archive/2007/04/16/716000.html"/></entry><entry><id>http://www.cnblogs.com/easy66/archive/2007/04/16/715943.html</id><title type="text">linux tar命令【转】</title><summary type="text">tar命令&#xD;tar可以为文件和目录创建档案。利用tar，用户可以为某一特定文件创建档案（备份文件），也可以在档案中改变文件，或者向档案中加入新的文件。tar最初被用来在磁带上创建档案，现在，用户可以在任何设备上创建档案，如软盘。利用tar命令，可以把一大堆的文件和目录全部打包成一个文件，这对</summary><published>2007-04-16T14:01:00Z</published><updated>2007-04-16T14:01:00Z</updated><author><name>天山雪王</name><uri>http://www.cnblogs.com/easy66/</uri></author><link rel="alternate" href="http://www.cnblogs.com/easy66/archive/2007/04/16/715943.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/easy66/archive/2007/04/16/715943.html"/></entry><entry><id>http://www.cnblogs.com/easy66/archive/2007/04/16/715937.html</id><title type="text">ubuntu安装配置方法【转】</title><summary type="text">3、apt-get之傻瓜式软件更新方式。在其他的linux发行版上安装额外的软件是件伤脑筋的事，在ubuntu上面安装软件简直是种享受，只要配置一下/etc/apt/sources.list，然后就可以以sudo apt-get install XXX的简单命令安装一切你需要的软件了，系统会自动在sources.list上列出的服务器上面搜寻符合的软件进行安装。比如要安装firefox，只需要运行sudo apt-get install firefox安装vim，只需要运行sudo apt-get install vim其他一概不要理会了，呵呵。&#xD;</summary><published>2007-04-16T13:57:00Z</published><updated>2007-04-16T13:57:00Z</updated><author><name>天山雪王</name><uri>http://www.cnblogs.com/easy66/</uri></author><link rel="alternate" href="http://www.cnblogs.com/easy66/archive/2007/04/16/715937.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/easy66/archive/2007/04/16/715937.html"/></entry><entry><id>http://www.cnblogs.com/easy66/archive/2007/02/11/647352.html</id><title type="text">什么是 EXIF</title><summary type="text">xif是英文Exchangeable Image File(可交换图像文件)的缩写，最初由日本电子工业发展协会(JEIDA --Japan Electronic Industry Development Association) 制订，目前的最新版本是2.21 版。国际标准化组织(ISO)正在制订的相机文件设计标准（DCF -- Design role for Camera File system）可能以Exif2.1为基础。&#xD;&#xD;</summary><published>2007-02-11T03:41:00Z</published><updated>2007-02-11T03:41:00Z</updated><author><name>天山雪王</name><uri>http://www.cnblogs.com/easy66/</uri></author><link rel="alternate" href="http://www.cnblogs.com/easy66/archive/2007/02/11/647352.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/easy66/archive/2007/02/11/647352.html"/></entry><entry><id>http://www.cnblogs.com/easy66/archive/2007/01/13/619656.html</id><title type="text">我认为比较经典的cookie欺骗的文章，还附带nc提交和WinSock Expert基本用法。原作者---海洋----</title><summary type="text">cookie工具三剑客 &#xD;by lcx&#xD;&#xD;　　 &#xD;　　最近网上流行web脚本入侵。常用的入侵方法有两个，一个是Sql Injection(是一个描述将SQL代码传递到一个并不被开发人员所想要的应用程序中去的专业术语)，另一个就是利用web脚本中对cookie变量过滤不严来入侵。那么什么是cookie呢？简单的说就是Web页服务器用来记录你的信息， 置于您硬盘上的一个非常小的文本文件。具体点说如果是98那么它们默认存放在drive:\windows\cookies目录下，如果是2k它们在drive:\Documents and Settings\%你的用户名%\Cookies目录下(每个文件都不会超过4KB)。它们的文件名格式为：你的用户名@产生的COOKIE的网页文件所在的WEB目录[COOKIE改变的次数].txt。具体的例子就像这个文件：iwam_system@cookie[3].txt。这里我只谈与cookie有关的三个入侵工具。&#xD;</summary><published>2007-01-13T09:27:00Z</published><updated>2007-01-13T09:27:00Z</updated><author><name>天山雪王</name><uri>http://www.cnblogs.com/easy66/</uri></author><link rel="alternate" href="http://www.cnblogs.com/easy66/archive/2007/01/13/619656.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/easy66/archive/2007/01/13/619656.html"/></entry><entry><id>http://www.cnblogs.com/easy66/archive/2006/12/28/605562.html</id><title type="text">网页wmp可视化效果</title><summary type="text">这个以前找了N久都没找到</summary><published>2006-12-27T17:55:00Z</published><updated>2006-12-27T17:55:00Z</updated><author><name>天山雪王</name><uri>http://www.cnblogs.com/easy66/</uri></author><link rel="alternate" href="http://www.cnblogs.com/easy66/archive/2006/12/28/605562.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/easy66/archive/2006/12/28/605562.html"/></entry><entry><id>http://www.cnblogs.com/easy66/archive/2006/12/23/601638.html</id><title type="text">排序</title><summary type="text">&amp;lt;html&amp;gt;&amp;lt;body&amp;gt;&amp;lt;script&amp;gt;function sortList(listId) { var lst = document.getElementById(listId);</summary><published>2006-12-23T11:03:00Z</published><updated>2006-12-23T11:03:00Z</updated><author><name>天山雪王</name><uri>http://www.cnblogs.com/easy66/</uri></author><link rel="alternate" href="http://www.cnblogs.com/easy66/archive/2006/12/23/601638.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/easy66/archive/2006/12/23/601638.html"/></entry><entry><id>http://www.cnblogs.com/easy66/archive/2006/12/23/601597.html</id><title type="text">高亮关键字</title><summary type="text">转自：http://bbs.blueidea.com/thread-2705573-1-1.html</summary><published>2006-12-23T10:52:00Z</published><updated>2006-12-23T10:52:00Z</updated><author><name>天山雪王</name><uri>http://www.cnblogs.com/easy66/</uri></author><link rel="alternate" href="http://www.cnblogs.com/easy66/archive/2006/12/23/601597.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/easy66/archive/2006/12/23/601597.html"/></entry><entry><id>http://www.cnblogs.com/easy66/archive/2006/12/23/601592.html</id><title type="text">正则表达式不包含align该怎么写</title><summary type="text">转自：http://bbs.blueidea.com/thread-2706128-1-1.html&#xD;</summary><published>2006-12-23T10:47:00Z</published><updated>2006-12-23T10:47:00Z</updated><author><name>天山雪王</name><uri>http://www.cnblogs.com/easy66/</uri></author><link rel="alternate" href="http://www.cnblogs.com/easy66/archive/2006/12/23/601592.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/easy66/archive/2006/12/23/601592.html"/></entry><entry><id>http://www.cnblogs.com/easy66/archive/2006/12/23/601586.html</id><title type="text">[js]删除以 [ 开始以 ]结尾且不含：内容</title><summary type="text">&amp;lt;textarea id="aa" cols=50 rows=10&amp;gt;&amp;lt;/textarea&amp;gt;&amp;lt;textarea id="bb" cols=50 rows=10&amp;gt;&amp;lt;/textarea&amp;gt;&amp;lt;script&amp;gt;var str="如何利用JS实现：删[2[23[526j[52i[58865[526]jkku]j]k]25]5]除文章[1]中[2]所有的以\"[\"开始\"]\"结束并且其中不含有[有'：']的内容</summary><published>2006-12-23T10:38:00Z</published><updated>2006-12-23T10:38:00Z</updated><author><name>天山雪王</name><uri>http://www.cnblogs.com/easy66/</uri></author><link rel="alternate" href="http://www.cnblogs.com/easy66/archive/2006/12/23/601586.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/easy66/archive/2006/12/23/601586.html"/></entry></feed>
