<?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/20624/rss</id><updated>2009-05-07T15:25:52Z</updated><author><name>oo縼箻ㄗs.鋒</name><uri>http://www.cnblogs.com/wgale025/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wgale025/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/20624/rss"/><entry><id>http://www.cnblogs.com/wgale025/archive/2009/05/07/1452292.html</id><title type="text">jQuery多库共存最优解决方案 </title><summary type="text">接触jQuery也有一段时间了，看了两本关于jQuery的书了.《jQuery in Action》中文书名《jQuery实战》这本书写的确实好，看得我，晚上连睡意都没了。还有一本《Learning jQuery》中文书名《jQuery 基础教程》，说句实在话，这本书写的不怎么滴，没有看《jQuery in Action》之前觉得挺好的，看了《jQuery in Action》后，觉得讲的东西有些...</summary><published>2009-05-07T15:26:00Z</published><updated>2009-05-07T15:26:00Z</updated><author><name>oo縼箻ㄗs.鋒</name><uri>http://www.cnblogs.com/wgale025/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wgale025/archive/2009/05/07/1452292.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wgale025/archive/2009/05/07/1452292.html"/></entry><entry><id>http://www.cnblogs.com/wgale025/archive/2008/03/25/1122091.html</id><title type="text">触发器解决网站恶意注册问题</title><summary type="text">前几天,一朋友的网站 被人恶意注册了.居然注册的帐号可以自动审核.虽然网站有漏洞,但是也不至于被弄成这样的呀.非常好奇,但是网站不是我设计的,加上好久不用asp写代码了.很是别扭,但是朋友为这 事头疼了一个星期了.上手就用asp与了一段验IP的代码,让他一个IP只能注册一个帐号.想是这样想的,但是别人用adsl重新拨号一下,不就有一个新IP了么.cookie更不管用了,人家一删除你就没折了.当时没...</summary><published>2008-03-25T14:07:00Z</published><updated>2008-03-25T14:07:00Z</updated><author><name>oo縼箻ㄗs.鋒</name><uri>http://www.cnblogs.com/wgale025/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wgale025/archive/2008/03/25/1122091.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wgale025/archive/2008/03/25/1122091.html"/></entry><entry><id>http://www.cnblogs.com/wgale025/archive/2008/03/02/1088119.html</id><title type="text">电子商务网站 数据库产品表设计方案</title><summary type="text">方案一。就一个产品表 product，然后这个表里包括所有的产品属性，每个属性用一个字段表示。方案二。还是只用一个产品表 product 。与方案一不同的是，私有属性设置为一个字段 Private_Attribute ，然后每个产品的多个私有属性都放这个字段里，并且用一个分隔符号隔开比如书籍，就是 它在 Private_Attribute 字段里 的表示就是 ：出版社||||作者||||出版日期方...</summary><published>2008-03-02T14:21:00Z</published><updated>2008-03-02T14:21:00Z</updated><author><name>oo縼箻ㄗs.鋒</name><uri>http://www.cnblogs.com/wgale025/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wgale025/archive/2008/03/02/1088119.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wgale025/archive/2008/03/02/1088119.html"/></entry><entry><id>http://www.cnblogs.com/wgale025/archive/2008/03/01/1087415.html</id><title type="text">IE7 IE6去掉关闭提示框的解决方案</title><summary type="text">用超连接打开页面的时候，用self.close()半闭窗体，系统总是会弹出确认关闭的窗口。有点烦人。调用系统的Object又太麻烦。用window.open打开页面就好了。这样就可以关闭了。window.open打开了一个新窗口。但是有时候，我们不须要window.open弹出新窗口怎么办呢？给他的第二个参数设成_top就可以了。比如：window.open("http://baidu.com",...</summary><published>2008-03-01T10:56:00Z</published><updated>2008-03-01T10:56:00Z</updated><author><name>oo縼箻ㄗs.鋒</name><uri>http://www.cnblogs.com/wgale025/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wgale025/archive/2008/03/01/1087415.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wgale025/archive/2008/03/01/1087415.html"/></entry><entry><id>http://www.cnblogs.com/wgale025/archive/2008/02/27/1083770.html</id><title type="text">javascript操作cookie</title><summary type="text">/* name是cookie的名字，也就是服务器端cookie的键 value是你cookie里面存的值 days是你想要多少天后过期 */ function ppkCreate(name,value,days) {//写入一个cookie, if (days) { var date = new Date(); date.setTime(date.getTime()+(days*24*60*60*...</summary><published>2008-02-27T06:54:00Z</published><updated>2008-02-27T06:54:00Z</updated><author><name>oo縼箻ㄗs.鋒</name><uri>http://www.cnblogs.com/wgale025/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wgale025/archive/2008/02/27/1083770.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wgale025/archive/2008/02/27/1083770.html"/></entry><entry><id>http://www.cnblogs.com/wgale025/archive/2007/05/29/763988.html</id><title type="text">用C#调用CMD.exe，执行DOS命令</title><summary type="text">Process p = new Process();p.StartInfo.FileName = "cmd.exe";p.StartInfo.UseShellExecute = false;p.StartInfo.RedirectStandardInput = true;p.StartInfo.RedirectStandardOutput = true;p.StartInfo.RedirectSt...</summary><published>2007-05-29T07:22:00Z</published><updated>2007-05-29T07:22:00Z</updated><author><name>oo縼箻ㄗs.鋒</name><uri>http://www.cnblogs.com/wgale025/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wgale025/archive/2007/05/29/763988.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wgale025/archive/2007/05/29/763988.html"/></entry><entry><id>http://www.cnblogs.com/wgale025/archive/2007/04/13/712023.html</id><title type="text">很郁闷的小数点问题</title><summary type="text">晕啊，晕啊。没有想到convert.toDouble（数据库内Money类型）。doubled=2300.0000d;如果是：Convert.toDouble(d)输出的后面的0全都没有了。以前我老是用tostring("0")格式化掉后面所有的0，真是郁闷。double d=23000.0100d;如果是：Convert.toDouble(d)输出的值是：23000.01被我用tostring(...</summary><published>2007-04-13T06:12:00Z</published><updated>2007-04-13T06:12:00Z</updated><author><name>oo縼箻ㄗs.鋒</name><uri>http://www.cnblogs.com/wgale025/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wgale025/archive/2007/04/13/712023.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wgale025/archive/2007/04/13/712023.html"/></entry><entry><id>http://www.cnblogs.com/wgale025/archive/2007/04/13/711579.html</id><title type="text">如何去掉输入框的自动提示功能</title><summary type="text">如果是想要让整个表单都没有文本框的提示的话可以:&amp;lt;form autocomplete="off"&amp;gt;如果是单个文本框的话，则可以：&amp;lt;input type="text" autocomplete="off"&amp;gt;这样就可以去掉自动提示功能了</summary><published>2007-04-13T01:20:00Z</published><updated>2007-04-13T01:20:00Z</updated><author><name>oo縼箻ㄗs.鋒</name><uri>http://www.cnblogs.com/wgale025/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wgale025/archive/2007/04/13/711579.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wgale025/archive/2007/04/13/711579.html"/></entry><entry><id>http://www.cnblogs.com/wgale025/archive/2007/04/11/708371.html</id><title type="text">服务器出现"Directory Listing Denied"</title><summary type="text">Directory Listing DeniedThis Virtual Directory does not allow contents to be listed.访问网址的时候出现这样的错误。晕了，上次服务器重装后好多站都出现了这种问题，后来才发是，只配了虚拟目录，没有设置默认文档造成的 解决问题的方案:打开IIS-&amp;gt;属性-&amp;gt;文档标签页-&amp;gt;设置你们网站默认主页.</summary><published>2007-04-11T02:09:00Z</published><updated>2007-04-11T02:09:00Z</updated><author><name>oo縼箻ㄗs.鋒</name><uri>http://www.cnblogs.com/wgale025/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wgale025/archive/2007/04/11/708371.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wgale025/archive/2007/04/11/708371.html"/></entry><entry><id>http://www.cnblogs.com/wgale025/archive/2007/01/28/632478.html</id><title type="text">从本地上传到服务器出现“未将引用设置到对象的实例”错误</title><summary type="text">上传文件到服务器，出现这样的错误也好多次了！经过仔细检查，找到以下几点原因！1。Web.config没有统一2。上传文件时，没有覆盖成功！有可能是当时文件正在使用。3。服务器上的bin和本地的不一样4返回对象为空时，没有做判断！</summary><published>2007-01-28T07:25:00Z</published><updated>2007-01-28T07:25:00Z</updated><author><name>oo縼箻ㄗs.鋒</name><uri>http://www.cnblogs.com/wgale025/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wgale025/archive/2007/01/28/632478.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wgale025/archive/2007/01/28/632478.html"/></entry></feed>
