<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_ant</title><subtitle type="text">No war in the world!</subtitle><id>http://feed.cnblogs.com/blog/u/36171/rss</id><updated>2010-03-08T02:23:25Z</updated><author><name>别惹蚂蚁</name><uri>http://www.cnblogs.com/huowujiyx/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/huowujiyx/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/36171/rss"/><entry><id>http://www.cnblogs.com/huowujiyx/archive/2008/08/14/1267564.html</id><title type="text">端口出了问题，大家帮解决下啊！</title><summary type="text">页面显示的端口跟页面的实际端口不一样，导致页面无法显示。帖几张图吧。不管是选中页面浏览，还是生成调试都无法显示网页，如下图：看端口是1511，再看IIS端口1513，下图：其实之前都没问题的，从获取最新版本就开始有这个问题。而且所有的项目都出这个问题，新建的网站也出这个问题，端口不一样，网页显示不出来。当然我在地址栏手动将端口改为1513，跟下面的一致就可以正常显示。还有一点，我们项目组中还有两个...</summary><published>2008-08-14T01:54:00Z</published><updated>2008-08-14T01:54:00Z</updated><author><name>别惹蚂蚁</name><uri>http://www.cnblogs.com/huowujiyx/</uri></author><link rel="alternate" href="http://www.cnblogs.com/huowujiyx/archive/2008/08/14/1267564.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/huowujiyx/archive/2008/08/14/1267564.html"/></entry><entry><id>http://www.cnblogs.com/huowujiyx/archive/2008/07/11/1240573.html</id><title type="text">加密示例两则</title><summary type="text">以前的项目中要求对密码进行MD5加密，对保存在COOKIE中的部分信息做可逆的对称加密。其实我在这方面不是很熟悉，在园子里看了几篇关于加密的文章后，自己写了个DEC加密和MD5加密，现在把他贴出来，大家可以拿来用。DEC加密，网上有很多方法，不过有一些有BUG，比如过你要加密的字符串是数字、字母、和亚洲文字的结合，可能加密后就解不出来，还有字符串里有空格可能会出错，等等。我把大家的方法综合了下，貌...</summary><published>2008-07-11T03:13:00Z</published><updated>2008-07-11T03:13:00Z</updated><author><name>别惹蚂蚁</name><uri>http://www.cnblogs.com/huowujiyx/</uri></author><link rel="alternate" href="http://www.cnblogs.com/huowujiyx/archive/2008/07/11/1240573.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/huowujiyx/archive/2008/07/11/1240573.html"/></entry><entry><id>http://www.cnblogs.com/huowujiyx/archive/2008/07/07/1237355.html</id><title type="text">仿google的下拉提示框</title><summary type="text">最近根据需求做一个仿google的下拉提示控件，7月7号把写好的代码贴上了，不过会有输入中文（或者亚洲文字）的错误，现在做了相关修改，解决了不少BUG，还存在问题，希望朋友们提出，谢谢。 给的需求是写一个控件，也就是ascx用户自定义控件。控件有两个属性，一个是数据源datatable,一个是要筛选的字段名。也就是说当你文本框中输入值后，就在数据源中查找给出的要筛选的字段，得到的信息给出下拉提示。...</summary><published>2008-07-07T03:24:00Z</published><updated>2008-07-07T03:24:00Z</updated><author><name>别惹蚂蚁</name><uri>http://www.cnblogs.com/huowujiyx/</uri></author><link rel="alternate" href="http://www.cnblogs.com/huowujiyx/archive/2008/07/07/1237355.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/huowujiyx/archive/2008/07/07/1237355.html"/></entry><entry><id>http://www.cnblogs.com/huowujiyx/archive/2008/07/04/1235353.html</id><title type="text">event.keycode值大全</title><summary type="text">从网上找的event.keycode值大全，方便自己和大家以后查阅：[代码]如果要使用组合键，则可以利用event.ctrlKey，event.shiftKey，event .altKey判断是否按下了ctrl键、shift键以及alt键</summary><published>2008-07-04T02:59:00Z</published><updated>2008-07-04T02:59:00Z</updated><author><name>别惹蚂蚁</name><uri>http://www.cnblogs.com/huowujiyx/</uri></author><link rel="alternate" href="http://www.cnblogs.com/huowujiyx/archive/2008/07/04/1235353.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/huowujiyx/archive/2008/07/04/1235353.html"/></entry><entry><id>http://www.cnblogs.com/huowujiyx/archive/2008/04/22/1164773.html</id><title type="text">切换显示层效果</title><summary type="text">今天做了一个 HTML页面 切换显示层的效果。很简单的技术，用到了一些简单的javascript+div+css,当然我是把样式写在了控件里，大家可以自己分出来。这个效果只是一个拙品，由这可以引申出更多特效，大家可以自己写一下。也希望大家多给意见，我是个初学者&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "htt...</summary><published>2008-04-21T16:00:00Z</published><updated>2008-04-21T16:00:00Z</updated><author><name>别惹蚂蚁</name><uri>http://www.cnblogs.com/huowujiyx/</uri></author><link rel="alternate" href="http://www.cnblogs.com/huowujiyx/archive/2008/04/22/1164773.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/huowujiyx/archive/2008/04/22/1164773.html"/></entry><entry><id>http://www.cnblogs.com/huowujiyx/archive/2008/04/20/1163051.html</id><title type="text">HTML页面 小技巧</title><summary type="text">今天整理了几个HTML的小技巧，这些技术主要源于http://www.cn76.com/js/。在此对该网站提供的学习资料表示感谢。HTML的小技巧，写在这里，以后方便自己翻阅。对于网页的初学者也可以学习下，老鸟可以指正下或者给点好的意见。下面是源码加注释：&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http...</summary><published>2008-04-20T15:51:00Z</published><updated>2008-04-20T15:51:00Z</updated><author><name>别惹蚂蚁</name><uri>http://www.cnblogs.com/huowujiyx/</uri></author><link rel="alternate" href="http://www.cnblogs.com/huowujiyx/archive/2008/04/20/1163051.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/huowujiyx/archive/2008/04/20/1163051.html"/></entry></feed>
