<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_NETBLOG</title><subtitle type="text">TANYA.NET</subtitle><id>http://feed.cnblogs.com/blog/u/21774/rss</id><updated>2007-07-06T01:28:26Z</updated><author><name>soso</name><uri>http://www.cnblogs.com/tanyasoso/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/tanyasoso/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/21774/rss"/><entry><id>http://www.cnblogs.com/tanyasoso/archive/2007/07/06/808005.html</id><title type="text">清除MSSQL日志信息</title><summary type="text">在风上看到了一些清除日志的文章,但是觉得没有必要那么复杂,当然,这只是针对于个人来产,如果企业就会涉及到备份问题,我们这里现在不涉及到备份问题,就是简单的删除日志:方法很简单:直接删除日志文件:*.LDF,然后在附加数据加时,不要选择日志文件即可,就是这么简单.附网上的一般解决方法:清除Log有两种方法：1.自动清除法开放数据库选项 Trunc Log on Chkpt，使数据库系统每隔一段时间自...</summary><published>2007-07-06T01:28:00Z</published><updated>2007-07-06T01:28:00Z</updated><author><name>soso</name><uri>http://www.cnblogs.com/tanyasoso/</uri></author><link rel="alternate" href="http://www.cnblogs.com/tanyasoso/archive/2007/07/06/808005.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/tanyasoso/archive/2007/07/06/808005.html"/></entry><entry><id>http://www.cnblogs.com/tanyasoso/archive/2007/06/21/791795.html</id><title type="text">索引</title><summary type="text">MS SQL Server 对文件内容进行全文检索的查询 因为项目需要，需要对上传的文件内容进行查询。通过MSDN了解到Windows索引服务可以实现对文件的全文检索，并可以通过SQL Server进行查询。项目将这两者结合，实现对上传文件的全文检索的解决方案。方案概要：1． 改变文件存储时的文件名2． 配置索引服务器，并将索引服务器与MS SQL Server关联。3． 修改SQL语句，将进行全...</summary><published>2007-06-21T06:22:00Z</published><updated>2007-06-21T06:22:00Z</updated><author><name>soso</name><uri>http://www.cnblogs.com/tanyasoso/</uri></author><link rel="alternate" href="http://www.cnblogs.com/tanyasoso/archive/2007/06/21/791795.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/tanyasoso/archive/2007/06/21/791795.html"/></entry><entry><id>http://www.cnblogs.com/tanyasoso/archive/2007/01/04/611903.html</id><title type="text">C#类验证</title><summary type="text">是近做项目,客户要求在FF下也能正常显示,可是在1.1中,有很多的不符合2.0的标准的,验证控件就是其中之一,还好,在网上看到这些,把它写来,大家分享.using System;using System.Text.RegularExpressions;namespace bobomousecom.crm{/// &amp;lt;summary&amp;gt;/// Regexlib 的摘要说明。/// &amp;lt;/...</summary><published>2007-01-04T15:29:00Z</published><updated>2007-01-04T15:29:00Z</updated><author><name>soso</name><uri>http://www.cnblogs.com/tanyasoso/</uri></author><link rel="alternate" href="http://www.cnblogs.com/tanyasoso/archive/2007/01/04/611903.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/tanyasoso/archive/2007/01/04/611903.html"/></entry><entry><id>http://www.cnblogs.com/tanyasoso/archive/2006/11/07/552438.html</id><title type="text">上载大文件</title><summary type="text">上载大文件时，还可能会收到以下错误信息：aspnet_wp.exe (PID: 1520) 被回收，因为内存消耗超过了 460 MB（可用 RAM 的百分之 60）。如果遇到此错误信息，请增加应用程序的 Web.config 文件的 元素中 memoryLimit 属性的值。例如：&amp;lt;configuration&amp;gt; &amp;lt;system.web&amp;gt; &amp;lt;processModel m...</summary><published>2006-11-06T17:45:00Z</published><updated>2006-11-06T17:45:00Z</updated><author><name>soso</name><uri>http://www.cnblogs.com/tanyasoso/</uri></author><link rel="alternate" href="http://www.cnblogs.com/tanyasoso/archive/2006/11/07/552438.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/tanyasoso/archive/2006/11/07/552438.html"/></entry><entry><id>http://www.cnblogs.com/tanyasoso/archive/2006/10/12/527163.html</id><title type="text">XML解析</title><summary type="text">最近用到MXL,可是当用IE显示时,把XML元素也显示出来了,但是自己只是想显示内容就可以了.查了很多资料也没有用,下解析器也没有用.真是晕.但是想想它不就是用XML3吗,只要把它再注册一下就可以了呀,所以了试了一下,果然一切正常显示. regsvr32 msxml3.dll就是这么简单!!</summary><published>2006-10-12T04:06:00Z</published><updated>2006-10-12T04:06:00Z</updated><author><name>soso</name><uri>http://www.cnblogs.com/tanyasoso/</uri></author><link rel="alternate" href="http://www.cnblogs.com/tanyasoso/archive/2006/10/12/527163.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/tanyasoso/archive/2006/10/12/527163.html"/></entry><entry><id>http://www.cnblogs.com/tanyasoso/archive/2006/10/04/520834.html</id><title type="text">数据库还原解决方案</title><summary type="text">当我们用MSSQL2000还原数据库时,有时会碰到"设备激活错误。物理文件名********可能有误",其实问题很简单,只要在你还原时,选择你当前数据库的正确数据存放位置即可.</summary><published>2006-10-03T18:07:00Z</published><updated>2006-10-03T18:07:00Z</updated><author><name>soso</name><uri>http://www.cnblogs.com/tanyasoso/</uri></author><link rel="alternate" href="http://www.cnblogs.com/tanyasoso/archive/2006/10/04/520834.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/tanyasoso/archive/2006/10/04/520834.html"/></entry><entry><id>http://www.cnblogs.com/tanyasoso/archive/2006/10/03/520399.html</id><title type="text">一个功能齐全的DataGrid分页例子转自【孟宪会之精彩世界】</title><summary type="text">下面的这个例子提供了DataGrid的分页功能。aspx代码和CoheBehind代码分别如下，注意更改数据录连接字符串。结果如下：  C#版本例子 http://dotnet.aspx.cc/Exam/DataGridPaging/DataGridPaging.aspx DataGridPaging.aspx 阅读ASPX源代码编辑ASPX源代码打开窗口查看效果复制ASPX源代码&amp;lt;%@ P...</summary><published>2006-10-02T17:44:00Z</published><updated>2006-10-02T17:44:00Z</updated><author><name>soso</name><uri>http://www.cnblogs.com/tanyasoso/</uri></author><link rel="alternate" href="http://www.cnblogs.com/tanyasoso/archive/2006/10/03/520399.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/tanyasoso/archive/2006/10/03/520399.html"/></entry><entry><id>http://www.cnblogs.com/tanyasoso/archive/2006/10/03/520383.html</id><title type="text">upload相关附件</title><summary type="text">1 WebbUpload.zip 文件大小 [148.161K] 下载次数 [54]说明：Verson12 WebbUploadSample.zip 文件大小 [109.764K] 下载次数 [50]说明：Version1使用例子3 WebbUpload2.zip 文件大小 [95.888K] 下载次数 [37]说明：WebbUpload2第二版测试版源代码　详细请看作者发布页　http://wu...</summary><published>2006-10-02T16:51:00Z</published><updated>2006-10-02T16:51:00Z</updated><author><name>soso</name><uri>http://www.cnblogs.com/tanyasoso/</uri></author><link rel="alternate" href="http://www.cnblogs.com/tanyasoso/archive/2006/10/03/520383.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/tanyasoso/archive/2006/10/03/520383.html"/></entry><entry><id>http://www.cnblogs.com/tanyasoso/archive/2006/10/03/520377.html</id><title type="text">ASP.net下大文件上传的解决方案及WebbUpload组件源码</title><summary type="text">ASP.net下大文件上传的解决方案及WebbUpload组件源码 WebbUpload上传组件  特性简介 可上传上小于1G的文件，可以配置Web.config文件来设定上传文件的大小。 完全基于.NET开发，无需任何客户端配置。 提供同步的上传进度条，显示实时上传进度信息。 不破坏页面逻辑，提供类似ASP.NET内置上传组件的使用方法。 不受Server.ScriptTimeout(请求的超时...</summary><published>2006-10-02T16:43:00Z</published><updated>2006-10-02T16:43:00Z</updated><author><name>soso</name><uri>http://www.cnblogs.com/tanyasoso/</uri></author><link rel="alternate" href="http://www.cnblogs.com/tanyasoso/archive/2006/10/03/520377.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/tanyasoso/archive/2006/10/03/520377.html"/></entry></feed>
