<?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/12139/rss</id><updated>2007-06-05T06:47:31Z</updated><author><name>吴磊</name><uri>http://www.cnblogs.com/wulei8899/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wulei8899/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/12139/rss"/><entry><id>http://www.cnblogs.com/wulei8899/archive/2007/06/05/772173.html</id><title type="text">ORACLE函数大全</title><summary type="text">SQL中的单记录函数1.ASCII返回与指定的字符对应的十进制数;SQL&amp;gt; select ascii('A') A,ascii('a') a,ascii('0') zero,ascii(' ') space from dual; A A ZERO SPACE--------- --------- --------- --------- 65 97 48 322.CHR给出整数,返回对应的字符...</summary><published>2007-06-05T06:48:00Z</published><updated>2007-06-05T06:48:00Z</updated><author><name>吴磊</name><uri>http://www.cnblogs.com/wulei8899/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wulei8899/archive/2007/06/05/772173.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wulei8899/archive/2007/06/05/772173.html"/></entry><entry><id>http://www.cnblogs.com/wulei8899/archive/2007/01/18/623875.html</id><title type="text">创建与执行Data Transformation Services (DTS) </title><summary type="text">在微软的SQL Server 2000中，您可以使用Web与数据转移服务(Data Transformation Services (DTS))软件包将数据库事件扩展到应用软件，这篇文章将为您演示如何在SQL Server 2000中创建与执行Data Transformation Services (DTS)。多数情况下，任何数据的改变都存在于应用程序中。在应用系统中，程序通过交互对事件产生响应...</summary><published>2007-01-18T07:34:00Z</published><updated>2007-01-18T07:34:00Z</updated><author><name>吴磊</name><uri>http://www.cnblogs.com/wulei8899/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wulei8899/archive/2007/01/18/623875.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wulei8899/archive/2007/01/18/623875.html"/></entry><entry><id>http://www.cnblogs.com/wulei8899/archive/2006/05/25/409050.html</id><title type="text">利用Sql作业在asp.net 里面实现异步调用存储过程.</title><summary type="text">因为asp.net的bs 机制 ,我们长期在执行一个比较复杂,超做时间比较长的存储过程的时候,页面超时,停止响应.使用这个方法可以通过sql 作业 实现程序的异步调用的临时Job/******************************************************************************* 在SQL SERVER 2000中创建用于执行异步调用的临时...</summary><published>2006-05-25T07:53:00Z</published><updated>2006-05-25T07:53:00Z</updated><author><name>吴磊</name><uri>http://www.cnblogs.com/wulei8899/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wulei8899/archive/2006/05/25/409050.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wulei8899/archive/2006/05/25/409050.html"/></entry><entry><id>http://www.cnblogs.com/wulei8899/archive/2006/05/25/409036.html</id><title type="text">Asp.net 不使用SQLDMO实现数据库备份和还原</title><summary type="text">今天需要做一个历史数据库,备份还原的程序,就是在sql服务器兴建一个数据库的历史版本的复.手工操作很方便,但是程序来实现我还没做过.上网找资料发现都调用了 SQLDMO 的 SQLCOM 来实现. 应为我不想在应用服务器上面引用 COM 组件服务.所以没采取这种方式.打开Sql 联机帮助.发现T-SQL 可以在SQL2000上面直接做恢复和还原.比SQLDMO 方便灵活的多.我们一起来看看. 数据...</summary><published>2006-05-25T07:43:00Z</published><updated>2006-05-25T07:43:00Z</updated><author><name>吴磊</name><uri>http://www.cnblogs.com/wulei8899/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wulei8899/archive/2006/05/25/409036.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wulei8899/archive/2006/05/25/409036.html"/></entry><entry><id>http://www.cnblogs.com/wulei8899/archive/2005/07/05/186514.html</id><title type="text">用webserver和javascript实现无刷新效果</title><summary type="text">最进看了一篇关于ajax的文章,文章的大致意思就是通过javascript中的msxml2的组件对另外一个页面进行操作.通过post或者get的方式传不同的参数来实现不同方法的调用,在以xml的方式将数据传回给当前的页面,使当前页的信息内容得到改变。个人研究了以后觉得这个需要编写者对javascript和xml有深厚的功底才可以完成一般正常的开发。 我觉得通过ms的WebService Behav...</summary><published>2005-07-05T03:05:00Z</published><updated>2005-07-05T03:05:00Z</updated><author><name>吴磊</name><uri>http://www.cnblogs.com/wulei8899/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wulei8899/archive/2005/07/05/186514.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wulei8899/archive/2005/07/05/186514.html"/></entry><entry><id>http://www.cnblogs.com/wulei8899/archive/2005/06/29/183200.html</id><title type="text">用C#生成随机中文汉字验证码的基本原理 </title><summary type="text">前几天去申请免费QQ号码，突然发现申请表单中的验证码内容换成了中文，这叫真叫我大跌眼镜感到好笑，Moper上的猫儿们都大骂腾讯采用中文验证码。^_^ 我不得不佩服腾讯为了防止目前网络上横行的QQ号码自动注册机而采取中文验证码的手段。仔细想了想感觉用程序生成随机的中文验证码并不是很难，下面就来介绍一下使用C#生成随机的中文汉字的原理。 1、汉字编码原理 到底怎么办到随机生成汉字的呢？汉字从哪里来的呢...</summary><published>2005-06-29T03:28:00Z</published><updated>2005-06-29T03:28:00Z</updated><author><name>吴磊</name><uri>http://www.cnblogs.com/wulei8899/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wulei8899/archive/2005/06/29/183200.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wulei8899/archive/2005/06/29/183200.html"/></entry><entry><id>http://www.cnblogs.com/wulei8899/archive/2005/06/17/176270.html</id><title type="text">原来可以这样得到控件的html文本</title><summary type="text">System.IO.StringWriteroStringWriter=newSystem.IO.StringWriter();System.Web.UI.HtmlTextWriteroHtmlTextWriter=newSystem.Web.UI.HtmlTextWriter(oStringWriter);this.DataGrid1.RenderControl(oHtmlTextWriter)...</summary><published>2005-06-17T08:04:00Z</published><updated>2005-06-17T08:04:00Z</updated><author><name>吴磊</name><uri>http://www.cnblogs.com/wulei8899/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wulei8899/archive/2005/06/17/176270.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wulei8899/archive/2005/06/17/176270.html"/></entry></feed>
