拼SQL
declare @sql nvarchar(4000)
set @sql=''
select @sql = @sql+'update aa set status=1' + code +' aaa ' from area where code in ('101','101101')
select @sql阅读全文>
发表于 @ 2009年04月24日 13:31:00 | 评论( loading... ) | 举报| 收藏
//声明一个委托
public delegate void SetTextBoxValue(string value);
//委托使用文本框
void SetMyTextBoxValue(string value)
{
// Control.InvokeRequired 属性: 获取一个值,该值指示调用方在对控件进行方法调用时是否必须调用 Invoke 方法,因为调用方位于创建控件所在的线程以外的线程中。当前线程不是创建控件的线程时为true,当前线程中访问是False
if (this.TextBoxControl.InvokeRequired)
{
SetTextBoxValue objSetTextBoxValue = new SetTextBoxValue(SetMyTextBoxValue);
// IAsyncResult 接口:表示异阅读全文>
发表于 @ 2009年03月13日 14:15:00 | 评论( loading... ) | 举报| 收藏
Why is Joe's garden the most beautiful one in the town?
Joe Sanders has the most beautiful garden in our town. Nearly everybody enters for 'The Nicest Garden Competition' each year, but Joe wins every time. Bill Frith's garden is larger than Joe's. Bill works harder than Joe and grows more flowers and vegetables, but Joe's garden is more interesting. He has made neat paths and has built a wooden bridge over a pool. I like gardens too, but I do not like hard work. Every year I enter for the g阅读全文>
发表于 @ 2009年03月02日 17:42:00 | 评论( loading... ) | 举报| 收藏
郭德纲:人来的不少
于谦:哎,今儿都坐满了
郭德纲:给大家介绍一下我旁边的这位,我国著名相声表演艺术家
于谦:不敢当
郭德纲:驴谦
于谦:驴谦啊!于!
郭德纲:于?对,马户于嘛
于谦:马户还是念驴啊,于,干沟于
郭德纲:于谦。相声说得真好
于谦:您过奖
郭德纲:回到家乡演出特别的高兴
于谦:到家了嘛
郭德纲:前段时间一直在外地比赛,很长时间没跟大伙见面了,心里怪想的慌的
于谦:比赛?您比什么赛啊?
郭德纲:你不知道这段时间咱们国家在干吗啊?
于谦:在办奥运会啊
郭德纲:就是,奥运会不就是比赛吗
于谦:哦,合着您参加奥运会去啦?
郭德纲:你看!你不认识我?
于谦:不认识
郭德纲:没文化!平时不看报纸电视吗?
于阅读全文>
发表于 @ 2008年09月01日 16:15:00 | 评论( loading... ) | 举报| 收藏
[转]让我们的生命过程多点随意。。。。。阅读全文>
发表于 @ 2007年09月17日 11:00:00 | 评论( loading... ) | 举报| 收藏
Everybody hopes that postmortal writes on the grave monument what to select (arrange self CSDN)阅读全文>
发表于 @ 2007年07月12日 09:02:00 | 评论( loading... ) | 举报| 收藏
vs.Net2003无法打开或创建Web应用程序若干解决办法. 阅读全文>
发表于 @ 2007年07月04日 09:20:00 | 评论( loading... ) | 举报| 收藏
VS2005(c#)项目调试问题解决方案集锦 阅读全文>
发表于 @ 2007年07月04日 09:11:00 | 评论( loading... ) | 举报| 收藏
Probe Into SQL Server Produce阅读全文>
发表于 @ 2007年06月28日 11:27:00 | 评论( loading... ) | 举报| 收藏