<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_ZLM911的博客</title><subtitle type="text">.net及相关技术</subtitle><id>http://feed.cnblogs.com/blog/u/23142/rss</id><updated>2007-09-10T04:44:13Z</updated><author><name>ZLM911</name><uri>http://www.cnblogs.com/zlm911/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zlm911/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/23142/rss"/><entry><id>http://www.cnblogs.com/zlm911/archive/2007/09/10/888333.html</id><title type="text">PowerDesigner 12.5 与 Word 2007的冲突解决</title><summary type="text">前几天装了SYBASE的PowerDesigner 12.5之后，发觉在使用Word 2007时，出现异常情况。 于是卸载了WORD中PD的COM插件之后正常使用。卸载方法：WORD选项--&amp;gt;加载项--&amp;gt;转到COM加载项--&amp;gt;去掉PowerDesigner的加载项之前的勾既可。</summary><published>2007-09-10T04:44:00Z</published><updated>2007-09-10T04:44:00Z</updated><author><name>ZLM911</name><uri>http://www.cnblogs.com/zlm911/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zlm911/archive/2007/09/10/888333.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zlm911/archive/2007/09/10/888333.html"/></entry><entry><id>http://www.cnblogs.com/zlm911/archive/2007/08/31/876860.html</id><title type="text">My Eclipse 6.0 lisence</title><summary type="text">Subscriber:AdministratorSubscription Code:NLR8ZC-855550-6552685393219112</summary><published>2007-08-31T02:14:00Z</published><updated>2007-08-31T02:14:00Z</updated><author><name>ZLM911</name><uri>http://www.cnblogs.com/zlm911/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zlm911/archive/2007/08/31/876860.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zlm911/archive/2007/08/31/876860.html"/></entry><entry><id>http://www.cnblogs.com/zlm911/archive/2006/12/03/580822.html</id><title type="text">网站文件的绝对路径转换成相对路径方法</title><summary type="text">网站文件的绝对路径转换成相对路径方法[By ZLM911]&#xD;&#xD;今天在写绝对路径转换相对路径的时候没有找到现成的代码，自己动手写了一个，片段如下：</summary><published>2006-12-03T13:52:00Z</published><updated>2006-12-03T13:52:00Z</updated><author><name>ZLM911</name><uri>http://www.cnblogs.com/zlm911/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zlm911/archive/2006/12/03/580822.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zlm911/archive/2006/12/03/580822.html"/></entry><entry><id>http://www.cnblogs.com/zlm911/archive/2006/12/03/580771.html</id><title type="text">关于Access数据表中的Size字段Insert的Bug</title><summary type="text">关于Access数据表中的Size字段的Bug</summary><published>2006-12-03T12:43:00Z</published><updated>2006-12-03T12:43:00Z</updated><author><name>ZLM911</name><uri>http://www.cnblogs.com/zlm911/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zlm911/archive/2006/12/03/580771.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zlm911/archive/2006/12/03/580771.html"/></entry><entry><id>http://www.cnblogs.com/zlm911/archive/2006/11/28/575602.html</id><title type="text">C#中的装箱与拆箱</title><summary type="text">所谓装箱和拆箱是一个很抽象的概念 装箱是将值类型转换为引用类型 拆箱是将引用类型转换为值类型 利用装箱和拆箱功能，可通过允许值类型的任何值与Object 类型的值相互转换，将值类型与引用类型链接起来 例如： int val = 100; object obj = val; Console.WriteLine (&amp;#8220;对象的值 = {0}", obj); 这是一个装箱的过程，是将值类型转换为...</summary><published>2006-11-28T13:09:00Z</published><updated>2006-11-28T13:09:00Z</updated><author><name>ZLM911</name><uri>http://www.cnblogs.com/zlm911/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zlm911/archive/2006/11/28/575602.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zlm911/archive/2006/11/28/575602.html"/></entry><entry><id>http://www.cnblogs.com/zlm911/archive/2006/11/28/575592.html</id><title type="text">SharePoint2007安装过程及感受</title><summary type="text">SharePoint 2007的安装及初步感受</summary><published>2006-11-28T12:57:00Z</published><updated>2006-11-28T12:57:00Z</updated><author><name>ZLM911</name><uri>http://www.cnblogs.com/zlm911/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zlm911/archive/2006/11/28/575592.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zlm911/archive/2006/11/28/575592.html"/></entry><entry><id>http://www.cnblogs.com/zlm911/archive/2006/11/28/575494.html</id><title type="text">关于VS2005水晶报表项目打包</title><summary type="text">前阶段做的一个ASP.NET（C#）的小项目，其中有部分的水晶报表，在打包的时候碰到些问题，现在已解决，共享方法如下：在VS2005中建立安装及部署项目，并合并&amp;#8220;CrystalReportsRedist2005_x86.msm&amp;#8221;文件，打包后即可。下载地址：到这里下载CrystalReportsRedist2005_x86.msm</summary><published>2006-11-28T11:15:00Z</published><updated>2006-11-28T11:15:00Z</updated><author><name>ZLM911</name><uri>http://www.cnblogs.com/zlm911/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zlm911/archive/2006/11/28/575494.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zlm911/archive/2006/11/28/575494.html"/></entry></feed>
