<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_squirrel_sc</title><subtitle type="text">主要研究.net和asp，欢迎讨论、指正。分享技术，分享快乐。</subtitle><id>http://feed.cnblogs.com/blog/u/6532/rss</id><updated>2006-08-18T02:46:00Z</updated><author><name>squirrel_sc</name><uri>http://www.cnblogs.com/squirrel_sc/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/squirrel_sc/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/6532/rss"/><entry><id>http://www.cnblogs.com/squirrel_sc/archive/2006/08/17/479769.html</id><title type="text">招全职asp.net中高级程序员</title><summary type="text">替朋友代发：某网站，北京国贸附近。要求：1.计算机软件及相关专业毕业，本科以上学历； 2.2年以上web开发经验； 3.熟悉sqlserver数据库，能熟练编写sql语句； 4.熟悉.net架构及asp.net； 5.熟悉html代码及javascript脚本，了解web编程的安全性； 6.熟悉c#语言优先； 7.善于沟通、协作，对工作认真、负责。有意者发邮件到 squirrel_sc（at）si...</summary><published>2006-08-17T11:05:00Z</published><updated>2006-08-17T11:05:00Z</updated><author><name>squirrel_sc</name><uri>http://www.cnblogs.com/squirrel_sc/</uri></author><link rel="alternate" href="http://www.cnblogs.com/squirrel_sc/archive/2006/08/17/479769.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/squirrel_sc/archive/2006/08/17/479769.html"/></entry><entry><id>http://www.cnblogs.com/squirrel_sc/archive/2004/12/28/82938.html</id><title type="text">遍历所有session并取值</title><summary type="text">&amp;#160;&amp;#160;&amp;#160; 首先要说明的是，该方法仅对将session存放于sql server中有效。很多人说session存放于sql server中效率太低，我觉得这只能说低一些，不能说太低。这其中的好处更大一些，如果将session存放在进程内，应用程序一重启就没了，有时候很麻烦；存放在进程外和存放在数据库中效率几乎一样。 这个类是从.net framework的源码里得到的，删...</summary><published>2004-12-28T03:45:00Z</published><updated>2004-12-28T03:45:00Z</updated><author><name>squirrel_sc</name><uri>http://www.cnblogs.com/squirrel_sc/</uri></author><link rel="alternate" href="http://www.cnblogs.com/squirrel_sc/archive/2004/12/28/82938.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/squirrel_sc/archive/2004/12/28/82938.html"/></entry><entry><id>http://www.cnblogs.com/squirrel_sc/archive/2004/12/01/71306.html</id><title type="text">使用批处理出现奇怪的现象</title><summary type="text">操作系统为windows 2003，打上了最新补丁。制作了一个批处理文件a.bat，内容为：command argument1 &amp;gt;&amp;gt; log.txtcommand argument2 &amp;gt;&amp;gt; log.txtcommand argument3 &amp;gt;&amp;gt; log.txtcommand argument4 &amp;gt;&amp;gt; log.txt。。。其中command为自己做的程...</summary><published>2004-12-01T01:02:00Z</published><updated>2004-12-01T01:02:00Z</updated><author><name>squirrel_sc</name><uri>http://www.cnblogs.com/squirrel_sc/</uri></author><link rel="alternate" href="http://www.cnblogs.com/squirrel_sc/archive/2004/12/01/71306.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/squirrel_sc/archive/2004/12/01/71306.html"/></entry><entry><id>http://www.cnblogs.com/squirrel_sc/archive/2004/11/22/67206.html</id><title type="text">asp.net设置默认按钮的一种方法(041217更新)</title><summary type="text">041217对DefaultButton.js做了一点必要的更改。由于asp.net里面的button都是submit类型的，所以在表单内按回车都是触发的第一个按钮的click事件，如果有多个button则无法在回车的时候触发后面的按钮事件。以下方案可通过设置来改变页面的默认按钮。1.在基页面内的load事件里加入supportDefaultButton()2.基页面中声明变量：Protected...</summary><published>2004-11-22T13:34:00Z</published><updated>2004-11-22T13:34:00Z</updated><author><name>squirrel_sc</name><uri>http://www.cnblogs.com/squirrel_sc/</uri></author><link rel="alternate" href="http://www.cnblogs.com/squirrel_sc/archive/2004/11/22/67206.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/squirrel_sc/archive/2004/11/22/67206.html"/></entry><entry><id>http://www.cnblogs.com/squirrel_sc/archive/2004/11/08/61404.html</id><title type="text">httpcompress实际效果能有多少？</title><summary type="text">前段时间dudu说加了httpcompress，减小网络流量。昨天也给自己的网站加了一个。用那里面自带的fetch测试，看不懂结果，就改用iris了。这个压缩需要客户端同时支持，如果客户端的http header里面包含：Accept-Encoding: gzip, deflate服务器就发送压缩后的文件过去，否则发送未经压缩的数据。我先用2003访问我的xpsp2，好用，压缩比例4:1。然后再用...</summary><published>2004-11-08T03:18:00Z</published><updated>2004-11-08T03:18:00Z</updated><author><name>squirrel_sc</name><uri>http://www.cnblogs.com/squirrel_sc/</uri></author><link rel="alternate" href="http://www.cnblogs.com/squirrel_sc/archive/2004/11/08/61404.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/squirrel_sc/archive/2004/11/08/61404.html"/></entry><entry><id>http://www.cnblogs.com/squirrel_sc/archive/2004/11/04/60461.html</id><title type="text">大Sql的切分执行</title><summary type="text">&amp;#160;&amp;#160;&amp;#160; 以前一直觉得sql应该减少传递次数，减少和数据库的通信，这样可以提高效率。但现在发现，凡事都有个度的问题，由于业务需要一次性插入大概4000条数据，如果有并发操作，很容易就造成sql超时错误。于是就写了一个能够拆分大sql执行的函数。 &amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#39;执行大sql语句，传入为StringBuilder以提高效率。&amp;#1...</summary><published>2004-11-04T08:44:00Z</published><updated>2004-11-04T08:44:00Z</updated><author><name>squirrel_sc</name><uri>http://www.cnblogs.com/squirrel_sc/</uri></author><link rel="alternate" href="http://www.cnblogs.com/squirrel_sc/archive/2004/11/04/60461.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/squirrel_sc/archive/2004/11/04/60461.html"/></entry><entry><id>http://www.cnblogs.com/squirrel_sc/archive/2004/11/04/60447.html</id><title type="text">轻量级的数据库访问类 041104版</title><summary type="text">这次更新主要加入一个执行大sql的函数。因为发现同时执行两个大sql（2000行以上）的时候，经常性的超时，所以加入了一个切分大sql的函数。另外，对所有使用connection对象的地方进行了dispose。 Public&amp;#160;Class&amp;#160;DataDriverClass&amp;#160;DataDriver&amp;#160;&amp;#160;&amp;#160;&amp;#160;Private&amp;#160;Sha...</summary><published>2004-11-04T08:28:00Z</published><updated>2004-11-04T08:28:00Z</updated><author><name>squirrel_sc</name><uri>http://www.cnblogs.com/squirrel_sc/</uri></author><link rel="alternate" href="http://www.cnblogs.com/squirrel_sc/archive/2004/11/04/60447.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/squirrel_sc/archive/2004/11/04/60447.html"/></entry><entry><id>http://www.cnblogs.com/squirrel_sc/archive/2004/10/21/55068.html</id><title type="text">vb.net和C#开发环境和开发效率的比较</title><summary type="text">也许有人看见这个标题会说：没什么好比较的，都一样。是的，按照.net宣称的，也应该是一样的。但这两个语言和其开发环境，却还是虽大同也有小异的。当初我初学.net时也是以为没区别，仔细想了一下，害怕C#混淆我的c++和java，就选用了vb.net。现在主要使用vb.net，也少量使用了C#，就我的理解，给他们在使用上作些比较。 书写速度上的比较：C#是类C的，代码较少，多用符号；vb.net是类b...</summary><published>2004-10-21T06:40:00Z</published><updated>2004-10-21T06:40:00Z</updated><author><name>squirrel_sc</name><uri>http://www.cnblogs.com/squirrel_sc/</uri></author><link rel="alternate" href="http://www.cnblogs.com/squirrel_sc/archive/2004/10/21/55068.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/squirrel_sc/archive/2004/10/21/55068.html"/></entry><entry><id>http://www.cnblogs.com/squirrel_sc/archive/2004/10/19/54264.html</id><title type="text">被.net郁闷的一天</title><summary type="text">今天改了一些程序，还用我那个获取网页的类来抓网页，可就是不好用了。说：System.Net.WebException: 基础连接已经关闭: 无法连接到远程服务器。连目标网站，也是通的。想来想去想不出原因，就用iris嗅嗅。结果出去的口上根本就没有数据。我想，会不会是跑到别的网卡了？就把别的所有网卡包括无线的、虚拟的，不管连上没有都禁用了，结果还是不行。检查通过asp.net使用这个类还是好用的，但...</summary><published>2004-10-19T09:03:00Z</published><updated>2004-10-19T09:03:00Z</updated><author><name>squirrel_sc</name><uri>http://www.cnblogs.com/squirrel_sc/</uri></author><link rel="alternate" href="http://www.cnblogs.com/squirrel_sc/archive/2004/10/19/54264.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/squirrel_sc/archive/2004/10/19/54264.html"/></entry><entry><id>http://www.cnblogs.com/squirrel_sc/archive/2004/10/12/51176.html</id><title type="text">IE5下通过、不会被列表框遮挡的日期控件</title><summary type="text">一般不会被列表框遮挡的日期控件都是用一个透明的iframe来做的，但在IE5下因为透明风格不被支持却无法正常使用。这个控件直接使用iframe作为日期选择界面，就解决了兼容性问题。不过只有简单的选择功能，如果大家给它添加了新的功能，记得告诉我一下。我有时间也给它添点功能，比如设定可选择时间段、快捷选择年份和月份等等。控件代码：ImportsSystem.ComponentModelImportsS...</summary><published>2004-10-12T04:31:00Z</published><updated>2004-10-12T04:31:00Z</updated><author><name>squirrel_sc</name><uri>http://www.cnblogs.com/squirrel_sc/</uri></author><link rel="alternate" href="http://www.cnblogs.com/squirrel_sc/archive/2004/10/12/51176.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/squirrel_sc/archive/2004/10/12/51176.html"/></entry></feed>
