<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_星火燎原</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/17176/rss</id><updated>2007-04-24T05:57:15Z</updated><author><name>星火燎原</name><uri>http://www.cnblogs.com/RedStarLiu/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/RedStarLiu/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/17176/rss"/><entry><id>http://www.cnblogs.com/RedStarLiu/archive/2007/04/24/725208.html</id><title type="text">(转)模式窗口showModalDialog的用法总结</title><summary type="text">、打开窗口：var handle = window.showModalDialog(url, objects, feathers);其中：objects可以为参数（包括数组），也可以是对象。通常的用法objects = {window} ，把父窗体的对象共享给子窗体。2、关闭子窗口：window.close();3、从子窗体传参数给父窗体：window.returnVal = string;4、清...</summary><published>2007-04-24T05:57:00Z</published><updated>2007-04-24T05:57:00Z</updated><author><name>星火燎原</name><uri>http://www.cnblogs.com/RedStarLiu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/RedStarLiu/archive/2007/04/24/725208.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/RedStarLiu/archive/2007/04/24/725208.html"/></entry><entry><id>http://www.cnblogs.com/RedStarLiu/archive/2006/09/03/493990.html</id><title type="text">按月统计数据</title><summary type="text">select count(ArticleID), datename(year, AddTime) as year, datename(month, AddTime) as monthfrom Blog_Article where UserID=163 and Status=2 group by datename(year, AddTime) , datename(month, AddTime)</summary><published>2006-09-03T15:44:00Z</published><updated>2006-09-03T15:44:00Z</updated><author><name>星火燎原</name><uri>http://www.cnblogs.com/RedStarLiu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/RedStarLiu/archive/2006/09/03/493990.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/RedStarLiu/archive/2006/09/03/493990.html"/></entry><entry><id>http://www.cnblogs.com/RedStarLiu/archive/2006/07/20/456043.html</id><title type="text">javascript通过IE调试的工具</title><summary type="text">http://download.microsoft.com/download/winscript56/install/1.0a/NT45XP/EN-US/scd10en.exe需要修改IE选项－－&amp;gt;高级－－&amp;gt;禁止脚本调试(Internet Explorer)(去掉对钩)</summary><published>2006-07-20T14:15:00Z</published><updated>2006-07-20T14:15:00Z</updated><author><name>星火燎原</name><uri>http://www.cnblogs.com/RedStarLiu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/RedStarLiu/archive/2006/07/20/456043.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/RedStarLiu/archive/2006/07/20/456043.html"/></entry><entry><id>http://www.cnblogs.com/RedStarLiu/archive/2006/06/19/429665.html</id><title type="text">RadEditor--html编辑器</title><summary type="text">http://www.telerik.com/r.a.d.controls/Editor/Examples/Default/DefaultCS.aspxRadEditor--html编辑器</summary><published>2006-06-19T09:00:00Z</published><updated>2006-06-19T09:00:00Z</updated><author><name>星火燎原</name><uri>http://www.cnblogs.com/RedStarLiu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/RedStarLiu/archive/2006/06/19/429665.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/RedStarLiu/archive/2006/06/19/429665.html"/></entry><entry><id>http://www.cnblogs.com/RedStarLiu/archive/2006/03/15/350689.html</id><title type="text">无法找到脚本库“/aspnet_client/system_web/1_1_4322/WebUIValidation.js”</title><summary type="text">无法找到脚本库&amp;#8220;/aspnet_client/system_web/1_1_4322/WebUIValidation.js&amp;#8221;。请尝试手动放置此文件，或通过运行&amp;#8220;aspnet_regiis -c&amp;#8221;重新安装。 解决方法： 1.运行cmd进入DOS界面 2.进入目录C:\WINNT\Microsoft.NET\Framework\v1.1.4322 3.运...</summary><published>2006-03-15T07:25:00Z</published><updated>2006-03-15T07:25:00Z</updated><author><name>星火燎原</name><uri>http://www.cnblogs.com/RedStarLiu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/RedStarLiu/archive/2006/03/15/350689.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/RedStarLiu/archive/2006/03/15/350689.html"/></entry><entry><id>http://www.cnblogs.com/RedStarLiu/archive/2006/03/14/349813.html</id><title type="text">家中失窃</title><summary type="text">昨天家中竟然失窃。可怜我的电脑啊。</summary><published>2006-03-14T06:04:00Z</published><updated>2006-03-14T06:04:00Z</updated><author><name>星火燎原</name><uri>http://www.cnblogs.com/RedStarLiu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/RedStarLiu/archive/2006/03/14/349813.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/RedStarLiu/archive/2006/03/14/349813.html"/></entry><entry><id>http://www.cnblogs.com/RedStarLiu/archive/2006/03/13/348959.html</id><title type="text">收集的一些JavaScript</title><summary type="text">1.判断电话号码和邮箱 &amp;lt;scriptlanguage="javascript"&amp;gt;functionCheckTel(e){varre=/^(\d|-|)*$/;vars=e.match(re);if(s==null){alert("只能输入数字和-");}}functionCheckEmail(e){varre=/^\w+@\w+\.\w{2,3}/;if(!re.exec(e))al...</summary><published>2006-03-13T05:04:00Z</published><updated>2006-03-13T05:04:00Z</updated><author><name>星火燎原</name><uri>http://www.cnblogs.com/RedStarLiu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/RedStarLiu/archive/2006/03/13/348959.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/RedStarLiu/archive/2006/03/13/348959.html"/></entry><entry><id>http://www.cnblogs.com/RedStarLiu/archive/2006/03/13/348924.html</id><title type="text">仿IE地址栏控件</title><summary type="text">http://www.codeproject.com/aspnet/combobox.asp</summary><published>2006-03-13T03:51:00Z</published><updated>2006-03-13T03:51:00Z</updated><author><name>星火燎原</name><uri>http://www.cnblogs.com/RedStarLiu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/RedStarLiu/archive/2006/03/13/348924.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/RedStarLiu/archive/2006/03/13/348924.html"/></entry><entry><id>http://www.cnblogs.com/RedStarLiu/archive/2006/03/11/347851.html</id><title type="text">SQL语句</title><summary type="text">INSERTINTOzjz.dbo.employee(employee_code,technical_post,duty,name,sex,id_card,birthday,nation,speciality,graduate_college,cultrue_level)SELECTNo_Staff,Title,Duty,StaffName,CASESexWHEN'男'THEN'1'ELSE'2'...</summary><published>2006-03-11T04:59:00Z</published><updated>2006-03-11T04:59:00Z</updated><author><name>星火燎原</name><uri>http://www.cnblogs.com/RedStarLiu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/RedStarLiu/archive/2006/03/11/347851.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/RedStarLiu/archive/2006/03/11/347851.html"/></entry><entry><id>http://www.cnblogs.com/RedStarLiu/archive/2006/03/09/346437.html</id><title type="text">Treeview控件显示不正确</title><summary type="text">Treeview控件，部署的时候，大部分机子都能正常显示，但是在win2003系统下并且打了sp1补丁的就不能正常显示了，没有打补丁的可以显示方法：ie设置－安全－自定义级别－二进制脚本和行为－启用</summary><published>2006-03-09T07:12:00Z</published><updated>2006-03-09T07:12:00Z</updated><author><name>星火燎原</name><uri>http://www.cnblogs.com/RedStarLiu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/RedStarLiu/archive/2006/03/09/346437.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/RedStarLiu/archive/2006/03/09/346437.html"/></entry></feed>
