<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_客家网络</title><subtitle type="text">学习技术、应用技术、创造价值</subtitle><id>http://feed.cnblogs.com/blog/u/15076/rss</id><updated>2008-11-01T16:08:55Z</updated><author><name>客家网络</name><uri>http://www.cnblogs.com/kejianet/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kejianet/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/15076/rss"/><entry><id>http://www.cnblogs.com/kejianet/archive/2008/11/02/1324568.html</id><title type="text">使用Dotfuscator混淆调用WebService的程序</title><summary type="text">使用Dotfuscator混淆调用WebService的程序，如果设置不当，可能会导致应用程序不能正常运行。</summary><published>2008-11-01T16:09:00Z</published><updated>2008-11-01T16:09:00Z</updated><author><name>客家网络</name><uri>http://www.cnblogs.com/kejianet/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kejianet/archive/2008/11/02/1324568.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kejianet/archive/2008/11/02/1324568.html"/></entry><entry><id>http://www.cnblogs.com/kejianet/archive/2008/10/27/1320840.html</id><title type="text">IE7中的window.open实现窗口可调整大小和显示滚动条</title><summary type="text">IE7中执行window.open并不默认可调整弹出窗口的大小和显示滚动条。</summary><published>2008-10-27T15:15:00Z</published><updated>2008-10-27T15:15:00Z</updated><author><name>客家网络</name><uri>http://www.cnblogs.com/kejianet/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kejianet/archive/2008/10/27/1320840.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kejianet/archive/2008/10/27/1320840.html"/></entry><entry><id>http://www.cnblogs.com/kejianet/archive/2007/11/22/968390.html</id><title type="text">A DataTable Serializer for ASP.NET AJAX（转载）</title><summary type="text">此文转载自http://www.dennydotnet.com/post/2007/09/A-DataTable-Serializer-for-ASPNET-AJAX.aspx，未作翻译。ADataTable Serializer for ASP.NET AJAX, implements JavaScriptConverter. Note that I did not implement a De...</summary><published>2007-11-22T04:19:00Z</published><updated>2007-11-22T04:19:00Z</updated><author><name>客家网络</name><uri>http://www.cnblogs.com/kejianet/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kejianet/archive/2007/11/22/968390.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kejianet/archive/2007/11/22/968390.html"/></entry><entry><id>http://www.cnblogs.com/kejianet/archive/2007/11/21/967296.html</id><title type="text">如何拷贝对象？使用赋值运算符拷贝的误区。</title><summary type="text">如何拷贝对象？使用赋值运算符拷贝对象的误区。</summary><published>2007-11-21T07:31:00Z</published><updated>2007-11-21T07:31:00Z</updated><author><name>客家网络</name><uri>http://www.cnblogs.com/kejianet/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kejianet/archive/2007/11/21/967296.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kejianet/archive/2007/11/21/967296.html"/></entry><entry><id>http://www.cnblogs.com/kejianet/archive/2007/10/24/936400.html</id><title type="text">基于MonoRail 的Web程序如何实现更换模板</title><summary type="text">默认情况下，Views的目录结构如下： Views ----Home --------Index.vm ----Login --------Index.vm ----&amp;#8230; 如果程序中提供多套模板，建议改为如下的目录结构： Views ----Template1//模板1 --------Home ------------Index.vm ------------&amp;#8230; ----T...</summary><published>2007-10-24T09:07:00Z</published><updated>2007-10-24T09:07:00Z</updated><author><name>客家网络</name><uri>http://www.cnblogs.com/kejianet/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kejianet/archive/2007/10/24/936400.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kejianet/archive/2007/10/24/936400.html"/></entry><entry><id>http://www.cnblogs.com/kejianet/archive/2007/10/16/926038.html</id><title type="text">不要把配置文件放在bin目录下</title><summary type="text">Web应用程序中，使用一个xml文件来保存配置信息，并放在了bin目录下，每当对xml文件进行了写操作后，下一次操作都感觉程序特别慢。发生这个情况是因为bin目录下xml文件的改变，造成了程序的重新编译。不要把在程序中可能发生变化的文件放在bin目录下。</summary><published>2007-10-16T04:58:00Z</published><updated>2007-10-16T04:58:00Z</updated><author><name>客家网络</name><uri>http://www.cnblogs.com/kejianet/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kejianet/archive/2007/10/16/926038.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kejianet/archive/2007/10/16/926038.html"/></entry><entry><id>http://www.cnblogs.com/kejianet/archive/2007/09/28/909640.html</id><title type="text">Oracle分页SQL</title><summary type="text">SELECT*FROM(SELECTr.*,ROWNUMasrow_numberFROM表名rWHEREROWNUM&amp;lt;=结束行数)where开始行数&amp;lt;=row_number越靠前的页面显示越快，越靠后的页面显示越慢。SQL出处使用 PHP 和 Oracle 实施分页结果集作者：Harry Fuecks</summary><published>2007-09-28T09:20:00Z</published><updated>2007-09-28T09:20:00Z</updated><author><name>客家网络</name><uri>http://www.cnblogs.com/kejianet/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kejianet/archive/2007/09/28/909640.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kejianet/archive/2007/09/28/909640.html"/></entry><entry><id>http://www.cnblogs.com/kejianet/archive/2007/08/29/874426.html</id><title type="text">jQuery的简单应用－实现文本框获取焦点时改变样式</title><summary type="text">jQuery官方网站：http://jquery.com/功能实现：用户在输入文字时，如果能高亮显示正在输入的那个文本框的话，会更人性化些，下面就使用jQuery来实现。实现原理：在document加载完成后(ready)，添加input的focus和blur事件，并进行增加和删除样式的操作。代码示例：1&amp;lt;html&amp;gt;2&amp;lt;head&amp;gt;&amp;lt;title&amp;gt;&amp;lt;/titl...</summary><published>2007-08-29T05:15:00Z</published><updated>2007-08-29T05:15:00Z</updated><author><name>客家网络</name><uri>http://www.cnblogs.com/kejianet/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kejianet/archive/2007/08/29/874426.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kejianet/archive/2007/08/29/874426.html"/></entry><entry><id>http://www.cnblogs.com/kejianet/archive/2007/08/28/872697.html</id><title type="text">javascript实现简单的休眠</title><summary type="text">实现原理：记录休眠开始时间，循环判断当前时间与开始时间相隔的秒数，如果超过了指定的秒数，则跳出循环。增加超时是解决换天（23点向0点过渡）的时候会出现的当前秒数比开始秒数小的问题；代码如下：1functionGetCurrentTimeSeconds()2{3//获取当前时间表示的秒数4vard=newDate();56varhour=d.getHours();78varminute=d.getM...</summary><published>2007-08-28T03:42:00Z</published><updated>2007-08-28T03:42:00Z</updated><author><name>客家网络</name><uri>http://www.cnblogs.com/kejianet/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kejianet/archive/2007/08/28/872697.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kejianet/archive/2007/08/28/872697.html"/></entry><entry><id>http://www.cnblogs.com/kejianet/archive/2006/08/11/474272.html</id><title type="text">使用DataList实现一行显示多条记录</title><summary type="text">在实际的应用中，往往需要一行显示多条记录，使用DataList控件可以实现本功能。 关键属性： RepeatColumns 设置一行显示多少列，即显示多少条记录。</summary><published>2006-08-11T06:18:00Z</published><updated>2006-08-11T06:18:00Z</updated><author><name>客家网络</name><uri>http://www.cnblogs.com/kejianet/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kejianet/archive/2006/08/11/474272.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kejianet/archive/2006/08/11/474272.html"/></entry></feed>
