<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_ylm's space</title><subtitle type="text">null</subtitle><id>http://feed.cnblogs.com/blog/u/10052/rss</id><updated>2007-07-07T06:57:52Z</updated><author><name>ylm㊣</name><uri>http://www.cnblogs.com/whxylm/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/whxylm/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/10052/rss"/><entry><id>http://www.cnblogs.com/whxylm/archive/2007/07/07/809534.html</id><title type="text">C#线程类Thread初步 </title><summary type="text">.NET 基础类库的System.Threading命名空间提供了大量的类和接口支持多线程。这个命名空间有很多的类。System.Threading.Thread类是创建并控制线程，设置其优先级并获取其状态最为常用的类。他有很多的方法，在这里我们将就比较常用和重要的方法做一下介绍：Thread.Start（）：启动线程的执行；　　Thread.Suspend（）：挂起线程，或者如果线程已挂起，则不...</summary><published>2007-07-07T06:58:00Z</published><updated>2007-07-07T06:58:00Z</updated><author><name>ylm㊣</name><uri>http://www.cnblogs.com/whxylm/</uri></author><link rel="alternate" href="http://www.cnblogs.com/whxylm/archive/2007/07/07/809534.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/whxylm/archive/2007/07/07/809534.html"/></entry><entry><id>http://www.cnblogs.com/whxylm/archive/2007/04/19/719438.html</id><title type="text">div+css构建模板技巧收藏</title><summary type="text">因为firefox和ie在构造box的时候，有一定偏差主要体现在border以及padding首先是border:如果你的box构造为：宽100,高100,边框1如果在ie内观看，应该大小是100*100因为border在内但是firefox观看却是102*102border在外解决方法是用!important设置两个宽度，一个给ie读，一个给firefox比如：width:98px !impor...</summary><published>2007-04-19T03:53:00Z</published><updated>2007-04-19T03:53:00Z</updated><author><name>ylm㊣</name><uri>http://www.cnblogs.com/whxylm/</uri></author><link rel="alternate" href="http://www.cnblogs.com/whxylm/archive/2007/04/19/719438.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/whxylm/archive/2007/04/19/719438.html"/></entry><entry><id>http://www.cnblogs.com/whxylm/archive/2007/01/11/617412.html</id><title type="text">CrystalReport建立步骤</title><summary type="text">1.新增一DataSet资料集文件CR1DS.xsd.设计报表中所需要的资料结构.2.建置专案文件.3.新增一CrystalReport报表文件.联结DataBase时选择Project Data,选择CR1DS.4.设计報表格式5.新增一WebForm文件,建立CrystalReportViewer.6.在WebForm的codebehind文件中,定义crystalreport rpt.7.指...</summary><published>2007-01-11T02:07:00Z</published><updated>2007-01-11T02:07:00Z</updated><author><name>ylm㊣</name><uri>http://www.cnblogs.com/whxylm/</uri></author><link rel="alternate" href="http://www.cnblogs.com/whxylm/archive/2007/01/11/617412.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/whxylm/archive/2007/01/11/617412.html"/></entry><entry><id>http://www.cnblogs.com/whxylm/archive/2006/12/12/590061.html</id><title type="text">C# 2.0 命令行编译器 </title><summary type="text">Intertech Training 摘要：本文分析了使用 C# 命令行编译器 csc.exe 生成应用程序的过程。同时，还将向读者介绍很多为 C# 2.0 独有的编译器选项，例如，extended/reference 标志和强名称支持。阅读完本文的内容之后，您将能够轻松地在没有向导的环境中生成单文件程序集和多文件程序集。 适用于： Microsoft Visual C# 2.0 注 本文假定您熟...</summary><published>2006-12-12T09:25:00Z</published><updated>2006-12-12T09:25:00Z</updated><author><name>ylm㊣</name><uri>http://www.cnblogs.com/whxylm/</uri></author><link rel="alternate" href="http://www.cnblogs.com/whxylm/archive/2006/12/12/590061.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/whxylm/archive/2006/12/12/590061.html"/></entry><entry><id>http://www.cnblogs.com/whxylm/archive/2006/12/12/590056.html</id><title type="text">javascript (收藏代码)</title><summary type="text">--作者：Jamers --发布时间：2004-7-5 12:23:00 --JavaScript值得收藏的代码 JavaScript值得收藏的代码 用IE重起计算机或者关机 脚本说明: 把如下代码加入&amp;lt;body&amp;gt;区域中 &amp;lt;script language="JavaScript"&amp;gt; var Application=new ActiveXObject(\'Shell.Appl...</summary><published>2006-12-12T09:17:00Z</published><updated>2006-12-12T09:17:00Z</updated><author><name>ylm㊣</name><uri>http://www.cnblogs.com/whxylm/</uri></author><link rel="alternate" href="http://www.cnblogs.com/whxylm/archive/2006/12/12/590056.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/whxylm/archive/2006/12/12/590056.html"/></entry><entry><id>http://www.cnblogs.com/whxylm/archive/2006/12/12/590053.html</id><title type="text">javascript 技巧(转)</title><summary type="text">另：http://www.51windows.net/myjs/ 事件源对象 event.srcElement.tagName event.srcElement.type 捕获释放 event.srcElement.setCapture(); event.srcElement.releaseCapture(); 事件按键 event.keyCode event.shiftKey event.alt...</summary><published>2006-12-12T09:16:00Z</published><updated>2006-12-12T09:16:00Z</updated><author><name>ylm㊣</name><uri>http://www.cnblogs.com/whxylm/</uri></author><link rel="alternate" href="http://www.cnblogs.com/whxylm/archive/2006/12/12/590053.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/whxylm/archive/2006/12/12/590053.html"/></entry><entry><id>http://www.cnblogs.com/whxylm/archive/2006/12/12/590048.html</id><title type="text">给firefox添加ie方法和属性 </title><summary type="text">&amp;lt;!--if(window.Event){//修正Event的DOM/* IE5MacIE5MozillaKonqueror2.2Opera5eventyes yes  yes yes yesevent.returnValue yes yes  no no  noevent.cancelBubble yesyesno no  noevent.srcElement yes yes no no ...</summary><published>2006-12-12T09:11:00Z</published><updated>2006-12-12T09:11:00Z</updated><author><name>ylm㊣</name><uri>http://www.cnblogs.com/whxylm/</uri></author><link rel="alternate" href="http://www.cnblogs.com/whxylm/archive/2006/12/12/590048.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/whxylm/archive/2006/12/12/590048.html"/></entry><entry><id>http://www.cnblogs.com/whxylm/archive/2006/12/12/590042.html</id><title type="text">JS菜单大全</title><summary type="text">录结构菜单 演示地址： http://vip.5d.cn/flood/myjs/htm/menu/dir1.htm 简单树型菜单 演示地址： http://vip.5d.cn/flood/myjs/baoku/0035.htm 经典树型菜单 演示地址： http://vip.5d.cn/flood/myjs/htm/menu/content.htm 顶部滑动菜单 演示地址： http://vip....</summary><published>2006-12-12T09:07:00Z</published><updated>2006-12-12T09:07:00Z</updated><author><name>ylm㊣</name><uri>http://www.cnblogs.com/whxylm/</uri></author><link rel="alternate" href="http://www.cnblogs.com/whxylm/archive/2006/12/12/590042.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/whxylm/archive/2006/12/12/590042.html"/></entry><entry><id>http://www.cnblogs.com/whxylm/archive/2006/12/12/590010.html</id><title type="text">JS弹出窗口 </title><summary type="text">经常上网的朋友可能会到过这样一些网站，一进入首页立刻会弹出一个窗口，或者按一个连接或按钮弹出，通常在这个窗口里会显示一些注意事项、版权信息、警告、欢迎光顾之类的话或者作者想要特别提示的信息。其实制作这样的页面效果非常的容易，只要往该页面的HTML里加入几段Javascript代码即可实现。下面就带您剖析它的奥秘。 　【1、最基本的弹出窗口代码】 其实代码非常简单： &amp;lt;SCRIPT LANGU...</summary><published>2006-12-12T08:43:00Z</published><updated>2006-12-12T08:43:00Z</updated><author><name>ylm㊣</name><uri>http://www.cnblogs.com/whxylm/</uri></author><link rel="alternate" href="http://www.cnblogs.com/whxylm/archive/2006/12/12/590010.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/whxylm/archive/2006/12/12/590010.html"/></entry><entry><id>http://www.cnblogs.com/whxylm/archive/2006/12/12/590000.html</id><title type="text">FRAMESET </title><summary type="text">先说明一下几个重要的概念如下：&amp;lt;FRAMESET&amp;gt; :用以划分主视图，即将整个页面首先分为几个大的区域（每个区域是一个单独的.html,.asp,.aspx文件）,可多层嵌入 rows:20%, 80%rows跟在FRAMESET后面，用以划分当前要划分的行数，当前指将页面分成20%和80%上下两部分。 cols: 20%, 80% 同上，将当前页面分成20%和80%左右两部分。 &amp;l...</summary><published>2006-12-12T08:35:00Z</published><updated>2006-12-12T08:35:00Z</updated><author><name>ylm㊣</name><uri>http://www.cnblogs.com/whxylm/</uri></author><link rel="alternate" href="http://www.cnblogs.com/whxylm/archive/2006/12/12/590000.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/whxylm/archive/2006/12/12/590000.html"/></entry></feed>
