<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Meyer</title><subtitle type="text">断水</subtitle><id>http://feed.cnblogs.com/blog/u/63/rss</id><updated>2009-03-29T09:11:32Z</updated><author><name>Meyer</name><uri>http://www.cnblogs.com/Meyer/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Meyer/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/63/rss"/><entry><id>http://www.cnblogs.com/Meyer/archive/2005/08/23/220708.html</id><title type="text">SQL Server不能通过条件控制生成同名的存储过程</title><summary type="text">最近临时表和业务表的语言排序规则不一样.创建的临时表的时候想根据条件创建不同排序规则的临时表结果发现一个让人气馁的问题.SQL Server不支持这种创建.例如:if 1 = 1 begin Create table #t ( Id int ) end else begin Create table #t ( Id int ) end如上代码是不能在SQL Server的查询分析器里产...</summary><published>2005-08-23T02:04:00Z</published><updated>2005-08-23T02:04:00Z</updated><author><name>Meyer</name><uri>http://www.cnblogs.com/Meyer/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Meyer/archive/2005/08/23/220708.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Meyer/archive/2005/08/23/220708.html"/><content type="text">最近临时表和业务表的语言排序规则不一样.创建的临时表的时候想根据条件创建不同排序规则的临时表结果发现一个让人气馁的问题.SQL Server不支持这种创建.例如:if 1 = 1 begin Create table #t ( Id int ) end else begin Create table #t ( Id int ) end如上代码是不能在SQL Server的查询分析器里产...</content></entry><entry><id>http://www.cnblogs.com/Meyer/archive/2005/01/08/88574.html</id><title type="text">我的2004</title><summary type="text">自从来到这个公司就没有在blog上留下什么了。 一来工作忙了很多；二来现在主要的工作不在.net方面。也写不出什么好东东来。今天来公司比较早，同伴还没有过来，有些东西不好开工。难得空闲准备写点东西。来纪念过去的2004年。 写程序多了，不会写激情的文字了，就记记流水帐吧。记录一下我的2004 1. 在cnblogs安家，成为博客园的第一批用户。 2. 患急性阑尾炎，失去了陪伴自己二十多年的香肠一根...</summary><published>2005-01-08T03:35:00Z</published><updated>2005-01-08T03:35:00Z</updated><author><name>Meyer</name><uri>http://www.cnblogs.com/Meyer/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Meyer/archive/2005/01/08/88574.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Meyer/archive/2005/01/08/88574.html"/><content type="text">自从来到这个公司就没有在blog上留下什么了。 一来工作忙了很多；二来现在主要的工作不在.net方面。也写不出什么好东东来。今天来公司比较早，同伴还没有过来，有些东西不好开工。难得空闲准备写点东西。来纪念过去的2004年。 写程序多了，不会写激情的文字了，就记记流水帐吧。记录一下我的2004 1. 在cnblogs安家，成为博客园的第一批用户。 2. 患急性阑尾炎，失去了陪伴自己二十多年的香肠一根...</content></entry><entry><id>http://www.cnblogs.com/Meyer/archive/2004/12/09/75018.html</id><title type="text">SQL中一个不明的错误</title><summary type="text">ERROR&gt;&gt;未能找到 ID 为 104 的数据库。可能该数据库尚未激活，也可能正在转换过程中。这个错误我是认为比较诡异了。请高手解释一下if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[fn]') and xtype in (N'FN', N'IF&amp;#39...</summary><published>2004-12-09T14:05:00Z</published><updated>2004-12-09T14:05:00Z</updated><author><name>Meyer</name><uri>http://www.cnblogs.com/Meyer/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Meyer/archive/2004/12/09/75018.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Meyer/archive/2004/12/09/75018.html"/><content type="text">ERROR&gt;&gt;未能找到 ID 为 104 的数据库。可能该数据库尚未激活，也可能正在转换过程中。这个错误我是认为比较诡异了。请高手解释一下if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[fn]') and xtype in (N'FN', N'IF&amp;#39...</content></entry><entry><id>http://www.cnblogs.com/Meyer/archive/2004/10/13/51568.html</id><title type="text">String</title><summary type="text">这两天看到ocean、陈叙远在说string的相等比较，我也来插一句。 C#的string显然是相等比较而不是同一比较。这当然是重载了==的原因。string是引用类型，如果不重载==将是默认的同一比较。 Ninputer 提到这不是VB的特点。我认为那应该是VB不支持操作符重载的结果。 不过，我个人认为java没有将string的==操作做成“值比较”是个瑕疵。毕竟在ja...</summary><published>2004-10-13T02:02:00Z</published><updated>2004-10-13T02:02:00Z</updated><author><name>Meyer</name><uri>http://www.cnblogs.com/Meyer/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Meyer/archive/2004/10/13/51568.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Meyer/archive/2004/10/13/51568.html"/><content type="text">这两天看到ocean、陈叙远在说string的相等比较，我也来插一句。 C#的string显然是相等比较而不是同一比较。这当然是重载了==的原因。string是引用类型，如果不重载==将是默认的同一比较。 Ninputer 提到这不是VB的特点。我认为那应该是VB不支持操作符重载的结果。 不过，我个人认为java没有将string的==操作做成“值比较”是个瑕疵。毕竟在ja...</content></entry><entry><id>http://www.cnblogs.com/Meyer/archive/2004/09/21/45172.html</id><title type="text">TechEd流水帐</title><summary type="text">TechEd流水帐 这两天参加了TechEd大会，记个流水帐。第一天和第二天的课程还不错，第三天的没什么意思。 第一天看了SQl与移动开发方面的东西，最后听了一堂C++他大叔Stan Lippman的课程。 总体的感觉ms是要将他的.net推进到底了。现在几乎无处不在的.net技术。SQL方面增加了对.net的支持。能够用C#、VB.net、MC++之类来写存储过程。也能调用.net写的Assem...</summary><published>2004-09-21T06:32:00Z</published><updated>2004-09-21T06:32:00Z</updated><author><name>Meyer</name><uri>http://www.cnblogs.com/Meyer/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Meyer/archive/2004/09/21/45172.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Meyer/archive/2004/09/21/45172.html"/><content type="text">TechEd流水帐 这两天参加了TechEd大会，记个流水帐。第一天和第二天的课程还不错，第三天的没什么意思。 第一天看了SQl与移动开发方面的东西，最后听了一堂C++他大叔Stan Lippman的课程。 总体的感觉ms是要将他的.net推进到底了。现在几乎无处不在的.net技术。SQL方面增加了对.net的支持。能够用C#、VB.net、MC++之类来写存储过程。也能调用.net写的Assem...</content></entry><entry><id>http://www.cnblogs.com/Meyer/archive/2004/09/20/44981.html</id><title type="text">行医要厚道</title><summary type="text">这两天大脚丫子,出了点小毛病，有点红肿。本来拖一下也就过去了，但舍友老在唠叨。为了安慰一下自己就去医院看了一下。 医生首先说要手术（吓人啊要动刀）。我不干。就给开了两个药。我拿到前台一算价，靠！80多。当时也不道啥玩意加上有事就算了。交了钱领了药看也没看就出来了。晚上回加打开一看。开的药丸够吃一个月，开的软膏够涂两年。 昨天涂了一次药膏，今天就好多了，估计还涂两次就差不多了。病要好当然高兴，但问题...</summary><published>2004-09-20T14:40:00Z</published><updated>2004-09-20T14:40:00Z</updated><author><name>Meyer</name><uri>http://www.cnblogs.com/Meyer/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Meyer/archive/2004/09/20/44981.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Meyer/archive/2004/09/20/44981.html"/><content type="text">这两天大脚丫子,出了点小毛病，有点红肿。本来拖一下也就过去了，但舍友老在唠叨。为了安慰一下自己就去医院看了一下。 医生首先说要手术（吓人啊要动刀）。我不干。就给开了两个药。我拿到前台一算价，靠！80多。当时也不道啥玩意加上有事就算了。交了钱领了药看也没看就出来了。晚上回加打开一看。开的药丸够吃一个月，开的软膏够涂两年。 昨天涂了一次药膏，今天就好多了，估计还涂两次就差不多了。病要好当然高兴，但问题...</content></entry><entry><id>http://www.cnblogs.com/Meyer/archive/2004/09/15/43528.html</id><title type="text">Tech ed 2004 sh</title><summary type="text">很久没有写东西了,都有人问我是不是离开了。 今天去Tech Ed看了会热闹。 先看了sql 2005的东西，然后为了看看偶像级的人物Stan Lippman。跑到三会场听了个移动开发的内容。然后就坐在那等偶像。 看到了stan，不象网络上流传的那张照片的样子。岁月催人啊。课程组织的很舒服。麻烦的是栾跃的翻译了。呵呵，不好说、不好说。会后的提问，由于有人催我。就只好失礼了一下，跑掉了。 听了两个问题...</summary><published>2004-09-15T15:07:00Z</published><updated>2004-09-15T15:07:00Z</updated><author><name>Meyer</name><uri>http://www.cnblogs.com/Meyer/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Meyer/archive/2004/09/15/43528.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Meyer/archive/2004/09/15/43528.html"/><content type="text">很久没有写东西了,都有人问我是不是离开了。 今天去Tech Ed看了会热闹。 先看了sql 2005的东西，然后为了看看偶像级的人物Stan Lippman。跑到三会场听了个移动开发的内容。然后就坐在那等偶像。 看到了stan，不象网络上流传的那张照片的样子。岁月催人啊。课程组织的很舒服。麻烦的是栾跃的翻译了。呵呵，不好说、不好说。会后的提问，由于有人催我。就只好失礼了一下，跑掉了。 听了两个问题...</content></entry><entry><id>http://www.cnblogs.com/Meyer/archive/2004/08/24/36220.html</id><title type="text">Asp.net程序的身份</title><summary type="text">ASP.NET程序会固定的模拟ASP_NET这个用户的身份来运行，这来源于ASP.NET的程序的一种要求，她需要像服务程序一样不需要登陆就能运行。当然也有安全性方面的要求但，这也带来了一些问题。比如：非常经典的一个关于ASP.NET的数据访问的问题。“为什么我在WINFORM中运行的很好的代码，在ASP.NET中就不行了...”然后是一段没有错误的访问数据库的代码。这段访问...</summary><published>2004-08-24T07:58:00Z</published><updated>2004-08-24T07:58:00Z</updated><author><name>Meyer</name><uri>http://www.cnblogs.com/Meyer/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Meyer/archive/2004/08/24/36220.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Meyer/archive/2004/08/24/36220.html"/><content type="text">ASP.NET程序会固定的模拟ASP_NET这个用户的身份来运行，这来源于ASP.NET的程序的一种要求，她需要像服务程序一样不需要登陆就能运行。当然也有安全性方面的要求但，这也带来了一些问题。比如：非常经典的一个关于ASP.NET的数据访问的问题。“为什么我在WINFORM中运行的很好的代码，在ASP.NET中就不行了...”然后是一段没有错误的访问数据库的代码。这段访问...</content></entry><entry><id>http://www.cnblogs.com/Meyer/archive/2004/08/15/33548.html</id><title type="text">delphi与asp.net</title><summary type="text">昨天做的一个报表，有个字段老是显示"???",到数据库翻翻，该字段保存的是日文半角字符。看到这个问题，当时有几个怀疑的地方。1。 字体不对，但这个应该是显示乱码而不是??(后来在日文机器上修改了字体还是不行)。2。 怀疑是crystal report使用的不是日文的合并模块发布的(这个没有去证实，不过应该不是他的原因)。这两个怀疑还没有去证实，偶尔的心血来潮想看看数据。马上进入调试模式，一看dat...</summary><published>2004-08-15T08:55:00Z</published><updated>2004-08-15T08:55:00Z</updated><author><name>Meyer</name><uri>http://www.cnblogs.com/Meyer/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Meyer/archive/2004/08/15/33548.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Meyer/archive/2004/08/15/33548.html"/><content type="text">昨天做的一个报表，有个字段老是显示"???",到数据库翻翻，该字段保存的是日文半角字符。看到这个问题，当时有几个怀疑的地方。1。 字体不对，但这个应该是显示乱码而不是??(后来在日文机器上修改了字体还是不行)。2。 怀疑是crystal report使用的不是日文的合并模块发布的(这个没有去证实，不过应该不是他的原因)。这两个怀疑还没有去证实，偶尔的心血来潮想看看数据。马上进入调试模式，一看dat...</content></entry><entry><id>http://www.cnblogs.com/Meyer/archive/2004/07/26/27521.html</id><title type="text">被C#2005 Express 撞了一下腰</title><summary type="text"/><published>2004-07-26T13:32:00Z</published><updated>2004-07-26T13:32:00Z</updated><author><name>Meyer</name><uri>http://www.cnblogs.com/Meyer/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Meyer/archive/2004/07/26/27521.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Meyer/archive/2004/07/26/27521.html"/><content type="text"/></entry></feed>
