<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_C#、AJAX、Web2.0</title><subtitle type="text">技术备忘录</subtitle><id>http://feed.cnblogs.com/blog/u/21391/rss</id><updated>2006-09-22T06:36:15Z</updated><author><name>李飞</name><uri>http://www.cnblogs.com/server-you/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/server-you/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/21391/rss"/><entry><id>http://www.cnblogs.com/server-you/archive/2006/09/22/511834.html</id><title type="text">多个project[项目]共享session </title><summary type="text">1. 建立一个空白解决方案blank solution，如：d:\MyProject\MyProject.sln2. 在d:\MyProject下建一个Web Application的根目录d:\MyProject\WebMis并设为http://localhost/WebMis的虚拟目录3. 在WebMis目录下根据模块分别新建目录，如：d:\MyProject\WebMis\Login和d:\...</summary><published>2006-09-22T06:36:00Z</published><updated>2006-09-22T06:36:00Z</updated><author><name>李飞</name><uri>http://www.cnblogs.com/server-you/</uri></author><link rel="alternate" href="http://www.cnblogs.com/server-you/archive/2006/09/22/511834.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/server-you/archive/2006/09/22/511834.html"/></entry><entry><id>http://www.cnblogs.com/server-you/archive/2006/09/20/509945.html</id><title type="text">Sql中LEN函数处理汉字长度问题（sql、len、字节）</title><summary type="text">汉字是由两个字节存储的，每个字节的数值都&amp;gt;127。所以上面的问题的解决方案就是：把字符串按字节顺序截取，当出现第一个字节是&amp;gt;127,但是后面一个字节是&amp;lt;127的这种情况，就丢弃掉。接下来，我们要明确些技术细节：(1) 在SQL Server中有很多字符串相关的操作函数，但是直接去操作包含了汉字的字符串，会有点问题。说明如下：LEN计算长度的时候，会把汉字和英文字符都看成长度一样的...</summary><published>2006-09-20T10:34:00Z</published><updated>2006-09-20T10:34:00Z</updated><author><name>李飞</name><uri>http://www.cnblogs.com/server-you/</uri></author><link rel="alternate" href="http://www.cnblogs.com/server-you/archive/2006/09/20/509945.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/server-you/archive/2006/09/20/509945.html"/></entry><entry><id>http://www.cnblogs.com/server-you/archive/2006/09/20/509357.html</id><title type="text">C#函数实现的小功能</title><summary type="text">＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝子窗体返回主窗体 /**////&amp;lt;summary&amp;gt; ///名称：redirect ///功能：子窗体返回主窗体 ///参数：url ///返回值：空 ///&amp;lt;/summary&amp;gt; public void redirect(string url,Page page) {  if ( Session["IfDefault"]!=(object)...</summary><published>2006-09-20T03:29:00Z</published><updated>2006-09-20T03:29:00Z</updated><author><name>李飞</name><uri>http://www.cnblogs.com/server-you/</uri></author><link rel="alternate" href="http://www.cnblogs.com/server-you/archive/2006/09/20/509357.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/server-you/archive/2006/09/20/509357.html"/></entry><entry><id>http://www.cnblogs.com/server-you/archive/2006/09/20/509342.html</id><title type="text">C#中Split分隔字符串的应用（C#、split、分隔、字符串）</title><summary type="text">1、用字符串分隔：usingSystem.Text.RegularExpressions;stringstr="aaajsbbbjsccc";string[]sArray=Regex.Split(str,"js",RegexOptions.IgnoreCase);foreach(stringiinsArray)Response.Write(i.ToString()+"&amp;lt;br&amp;gt;");输出...</summary><published>2006-09-20T03:23:00Z</published><updated>2006-09-20T03:23:00Z</updated><author><name>李飞</name><uri>http://www.cnblogs.com/server-you/</uri></author><link rel="alternate" href="http://www.cnblogs.com/server-you/archive/2006/09/20/509342.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/server-you/archive/2006/09/20/509342.html"/></entry><entry><id>http://www.cnblogs.com/server-you/archive/2006/09/18/507744.html</id><title type="text">win+IIS系统下如何设置二级域名可用（windows、IIS、二级域名）</title><summary type="text">一个系统下支持多个站点的win+IIS系统现在只有 win2000 服务器版 win2000 高级服务器版 win2003 服务器版 所以,如果你想在win服务器上开多个站 比如一个论坛，一个BLOG,各自有各自的域名,那么必须使用上面的系统的其中一个. ____________________________________ 好了，下面开始设置,首先安装IIS,win2000下IIS是跟着系统一...</summary><published>2006-09-18T11:03:00Z</published><updated>2006-09-18T11:03:00Z</updated><author><name>李飞</name><uri>http://www.cnblogs.com/server-you/</uri></author><link rel="alternate" href="http://www.cnblogs.com/server-you/archive/2006/09/18/507744.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/server-you/archive/2006/09/18/507744.html"/></entry><entry><id>http://www.cnblogs.com/server-you/archive/2006/09/18/507517.html</id><title type="text">Microsoft Windows Vista家族</title><summary type="text">Microsoft Windows Vista 能够显著改善各种 PC 用户的计算体验，其中包括使用 PC 执行简单的 web 浏览的家庭用户、必须组织和处理大量数据的企业用户以及例行执行复杂数学分析的科学家。 为确保每个人都具有满足其特定需求的产品，Microsoft 将提供 Windows Vista 的五种不同的版本。 每种版本都侧重于特定类型人员的需求。Microsoft 提供了 Wind...</summary><published>2006-09-18T07:40:00Z</published><updated>2006-09-18T07:40:00Z</updated><author><name>李飞</name><uri>http://www.cnblogs.com/server-you/</uri></author><link rel="alternate" href="http://www.cnblogs.com/server-you/archive/2006/09/18/507517.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/server-you/archive/2006/09/18/507517.html"/></entry><entry><id>http://www.cnblogs.com/server-you/archive/2006/09/18/507430.html</id><title type="text">VS .net 2005 简体中文版(带MSDN)解除180天限制的办法(Vs2005 180)</title><summary type="text">VS .net 2005 简体中文版(带MSDN)解除180天限制的办法现在网上所发布的VS2005都是正版的，只是随机的序列号是180天试用的序列号，聪明人这里已经非常清楚了，只要找到一个正版的序列号替换试用的序列号就可以了，这里提供一个没有经过测试的方法。下载后解压，找到SETUP文件夹下的setup.sdb,用记事本打开它，找到[Product Key]，将下面的一行序列号删除，改为KYTY...</summary><published>2006-09-18T06:33:00Z</published><updated>2006-09-18T06:33:00Z</updated><author><name>李飞</name><uri>http://www.cnblogs.com/server-you/</uri></author><link rel="alternate" href="http://www.cnblogs.com/server-you/archive/2006/09/18/507430.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/server-you/archive/2006/09/18/507430.html"/></entry><entry><id>http://www.cnblogs.com/server-you/archive/2006/09/16/505910.html</id><title type="text">ASP使用随机数</title><summary type="text">函数RND（）是一个非常重要的函数。如果你想建立一个随机的问候语，一个日期的随机提示，或者甚至一个游戏，你将要使用这个函数。函数RND（）返回一个0到1之间的随机数。这里有这个函数的一个例子及其可能的返回值：&amp;lt;%=RND()%&amp;gt;0.7055643典型情况下，你更感兴趣的是用这个函数来返回处在一定范围内的整数。要返回一个大于等于0而小于某个特定整数的数字，你可以使用如下的语句：&amp;lt;%...</summary><published>2006-09-16T05:07:00Z</published><updated>2006-09-16T05:07:00Z</updated><author><name>李飞</name><uri>http://www.cnblogs.com/server-you/</uri></author><link rel="alternate" href="http://www.cnblogs.com/server-you/archive/2006/09/16/505910.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/server-you/archive/2006/09/16/505910.html"/></entry><entry><id>http://www.cnblogs.com/server-you/archive/2006/09/16/505860.html</id><title type="text">用户控件中图片路径问题(用户控件、图片路径)</title><summary type="text">一、&amp;lt;asp:image&amp;gt; 比较智能。它能根据加载自己的页面的位置，动态调整最后生成的HTML。保证图片路径不错。 二、可以使用Request.ApplicationPath获取应用程序根路径(stringcssPath=HttpRequest.ApplicationPath+"/css/css.css";) 三、ResolveUrl 详见（msdn）&amp;lt;img src='&amp;lt;...</summary><published>2006-09-16T03:40:00Z</published><updated>2006-09-16T03:40:00Z</updated><author><name>李飞</name><uri>http://www.cnblogs.com/server-you/</uri></author><link rel="alternate" href="http://www.cnblogs.com/server-you/archive/2006/09/16/505860.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/server-you/archive/2006/09/16/505860.html"/></entry><entry><id>http://www.cnblogs.com/server-you/archive/2006/09/15/505293.html</id><title type="text">怎么样对二个数据库表进行关联查询 (select dbo 关联)</title><summary type="text">数据库名.权限.表名 select  a.*,b.*  from  库名1.dbo.表名1  as  a,库名2.dbo.表名2  as  b  where  a.主键=b.主键</summary><published>2006-09-15T07:27:00Z</published><updated>2006-09-15T07:27:00Z</updated><author><name>李飞</name><uri>http://www.cnblogs.com/server-you/</uri></author><link rel="alternate" href="http://www.cnblogs.com/server-you/archive/2006/09/15/505293.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/server-you/archive/2006/09/15/505293.html"/></entry></feed>
