<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_NinetyNine's Treasure</title><subtitle type="text">| 积淀孕育创新 智慧创造价值|</subtitle><id>http://feed.cnblogs.com/blog/u/28410/rss</id><updated>2008-03-01T02:12:36Z</updated><author><name>（NineTyNine）</name><uri>http://www.cnblogs.com/ninetynine/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ninetynine/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/28410/rss"/><entry><id>http://www.cnblogs.com/ninetynine/archive/2008/03/01/1086984.html</id><title type="text">请教：有关引用的问题</title><summary type="text">我想在类库中使用Configuration但我不知道该引用什么DLL文件？using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using System.Text;using System.IO;using System.Security.Cryptog...</summary><published>2008-03-01T02:08:00Z</published><updated>2008-03-01T02:08:00Z</updated><author><name>（NineTyNine）</name><uri>http://www.cnblogs.com/ninetynine/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ninetynine/archive/2008/03/01/1086984.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ninetynine/archive/2008/03/01/1086984.html"/><content type="text">我想在类库中使用Configuration但我不知道该引用什么DLL文件？using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using System.Text;using System.IO;using System.Security.Cryptog...</content></entry><entry><id>http://www.cnblogs.com/ninetynine/archive/2008/01/24/1051128.html</id><title type="text">automation服务器不能创建对象</title><summary type="text">运行：regsvr32scrrun.dll</summary><published>2008-01-24T02:26:00Z</published><updated>2008-01-24T02:26:00Z</updated><author><name>（NineTyNine）</name><uri>http://www.cnblogs.com/ninetynine/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ninetynine/archive/2008/01/24/1051128.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ninetynine/archive/2008/01/24/1051128.html"/><content type="text">运行：regsvr32scrrun.dll</content></entry><entry><id>http://www.cnblogs.com/ninetynine/archive/2007/12/29/1019699.html</id><title type="text">请教：SQL数据库中日志文件的作用？</title><summary type="text">在SQL数据库中有个.ldf后缀的文件这个文件有什么实质性的作用啊？它能起到还原数据库的作用吗？</summary><published>2007-12-29T03:50:00Z</published><updated>2007-12-29T03:50:00Z</updated><author><name>（NineTyNine）</name><uri>http://www.cnblogs.com/ninetynine/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ninetynine/archive/2007/12/29/1019699.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ninetynine/archive/2007/12/29/1019699.html"/><content type="text">在SQL数据库中有个.ldf后缀的文件这个文件有什么实质性的作用啊？它能起到还原数据库的作用吗？</content></entry><entry><id>http://www.cnblogs.com/ninetynine/archive/2007/12/29/1019691.html</id><title type="text">win2003企业版打开FSO</title><summary type="text">操作时出现Server 对象 错误 'ASP 0177 : 800401f3'Server.CreateObject 失败的解决方法一、系统没有开启FSO组件系统没有开启FSO组件.FSO组件的开启和关闭方法Dll 文件的注册和注销：在开始菜单运行注消FSO组件：RegSvr32 /u %windir%\SYSTEM32\scrrun.dll 启用FSO命令：RegSvr32 %windir%\...</summary><published>2007-12-29T03:46:00Z</published><updated>2007-12-29T03:46:00Z</updated><author><name>（NineTyNine）</name><uri>http://www.cnblogs.com/ninetynine/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ninetynine/archive/2007/12/29/1019691.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ninetynine/archive/2007/12/29/1019691.html"/><content type="text">操作时出现Server 对象 错误 'ASP 0177 : 800401f3'Server.CreateObject 失败的解决方法一、系统没有开启FSO组件系统没有开启FSO组件.FSO组件的开启和关闭方法Dll 文件的注册和注销：在开始菜单运行注消FSO组件：RegSvr32 /u %windir%\SYSTEM32\scrrun.dll 启用FSO命令：RegSvr32 %windir%\...</content></entry><entry><id>http://www.cnblogs.com/ninetynine/archive/2007/12/23/1011751.html</id><title type="text">请教：为什么存储过程不执行？</title><summary type="text">存储过程是这么写的CREATEPROCEDUREUpLoadFromBank@b_numvarchar(20),@moneydecimal,@ssfdvarchar(20),@timedatetimeASupdatedb_studentsets_ssf=@money,s_ssfd=@ssfd,s_dayinup='1',s_qf='0'wheres_num=@b_numupdatedb_ruzhu...</summary><published>2007-12-23T12:44:00Z</published><updated>2007-12-23T12:44:00Z</updated><author><name>（NineTyNine）</name><uri>http://www.cnblogs.com/ninetynine/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ninetynine/archive/2007/12/23/1011751.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ninetynine/archive/2007/12/23/1011751.html"/><content type="text">存储过程是这么写的CREATEPROCEDUREUpLoadFromBank@b_numvarchar(20),@moneydecimal,@ssfdvarchar(20),@timedatetimeASupdatedb_studentsets_ssf=@money,s_ssfd=@ssfd,s_dayinup='1',s_qf='0'wheres_num=@b_numupdatedb_ruzhu...</content></entry><entry><id>http://www.cnblogs.com/ninetynine/archive/2007/12/18/1004217.html</id><title type="text">SQL中的DateTime型使用注意</title><summary type="text">时间段数据若没必要不要使用类型：datetime如果此字段为必填项则不必考虑，可使用datetime。当把字段为datetime的数据装环为varchar时，时间中的横线会丢失。所以一定要谨慎。但可以转换为sql_variant型</summary><published>2007-12-18T03:16:00Z</published><updated>2007-12-18T03:16:00Z</updated><author><name>（NineTyNine）</name><uri>http://www.cnblogs.com/ninetynine/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ninetynine/archive/2007/12/18/1004217.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ninetynine/archive/2007/12/18/1004217.html"/><content type="text">时间段数据若没必要不要使用类型：datetime如果此字段为必填项则不必考虑，可使用datetime。当把字段为datetime的数据装环为varchar时，时间中的横线会丢失。所以一定要谨慎。但可以转换为sql_variant型</content></entry><entry><id>http://www.cnblogs.com/ninetynine/archive/2007/12/18/1004193.html</id><title type="text">为过程或函数 ##指定的参数太多</title><summary type="text">如果你的参数添加是在循环体内完成的， 第2次时就会重复添加，此时触发参数过多异常 解决方法1，参数在循环体外添加，for内部只赋值和取返回值 解决方法2，每次循环清空参数Parameters.Clear();</summary><published>2007-12-18T03:04:00Z</published><updated>2007-12-18T03:04:00Z</updated><author><name>（NineTyNine）</name><uri>http://www.cnblogs.com/ninetynine/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ninetynine/archive/2007/12/18/1004193.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ninetynine/archive/2007/12/18/1004193.html"/><content type="text">如果你的参数添加是在循环体内完成的， 第2次时就会重复添加，此时触发参数过多异常 解决方法1，参数在循环体外添加，for内部只赋值和取返回值 解决方法2，每次循环清空参数Parameters.Clear();</content></entry><entry><id>http://www.cnblogs.com/ninetynine/archive/2007/12/08/988097.html</id><title type="text">请教：有关panel中含有控件的问题</title><summary type="text">如果panel的visible初始设置为false，但当在代码中将panel的visible设为true，panel中的控件却不可见，还需要把该控件的visible设为true才可以。而有的控件却没有问题这是为什么啊？该怎么避免阿？</summary><published>2007-12-08T14:52:00Z</published><updated>2007-12-08T14:52:00Z</updated><author><name>（NineTyNine）</name><uri>http://www.cnblogs.com/ninetynine/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ninetynine/archive/2007/12/08/988097.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ninetynine/archive/2007/12/08/988097.html"/><content type="text">如果panel的visible初始设置为false，但当在代码中将panel的visible设为true，panel中的控件却不可见，还需要把该控件的visible设为true才可以。而有的控件却没有问题这是为什么啊？该怎么避免阿？</content></entry><entry><id>http://www.cnblogs.com/ninetynine/archive/2007/12/08/988090.html</id><title type="text">请教：为什么在使用.net中会出现事件丢失的情况？</title><summary type="text">为什么在使用.net中会出现事件丢失的情况？比如Button的单击事件，有时候就会出现事件丢失，但事件的代码在.cs文件中仍然存在。为什么啊？怎么才能避免？</summary><published>2007-12-08T14:45:00Z</published><updated>2007-12-08T14:45:00Z</updated><author><name>（NineTyNine）</name><uri>http://www.cnblogs.com/ninetynine/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ninetynine/archive/2007/12/08/988090.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ninetynine/archive/2007/12/08/988090.html"/><content type="text">为什么在使用.net中会出现事件丢失的情况？比如Button的单击事件，有时候就会出现事件丢失，但事件的代码在.cs文件中仍然存在。为什么啊？怎么才能避免？</content></entry><entry><id>http://www.cnblogs.com/ninetynine/archive/2007/12/06/985075.html</id><title type="text">请教：DBNULL和String.Empty和"" ，使用这三个有什么区别？</title><summary type="text">DBNULL和String.Empty和""使用这三个有什么区别？</summary><published>2007-12-06T04:42:00Z</published><updated>2007-12-06T04:42:00Z</updated><author><name>（NineTyNine）</name><uri>http://www.cnblogs.com/ninetynine/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ninetynine/archive/2007/12/06/985075.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ninetynine/archive/2007/12/06/985075.html"/><content type="text">DBNULL和String.Empty和""使用这三个有什么区别？</content></entry></feed>
