用户操作
[留言]  [发消息]  [加为好友] 
订阅我的博客
XML聚合    FeedSky
订阅到鲜果
订阅到Google
订阅到抓虾
nyzfl的公告
微软中心赞助<br><script type="text/javascript"><!-- google_ad_client = "pub-0852769362514581"; /* 160x600, 创建于 09-3-2 */ google_ad_slot = "7793907976"; google_ad_width = 160; google_ad_height = 600; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script><br> 微软中心技术支持
文章分类
JavaSCript
Javascript Toolbox(RSS)
NET
"小灰"的专栏(RSS)
Bruce Zhang's Blog(RSS)
dudu(RSS)
Flier's Sky(RSS)
MicroHelper.Net
simon - 博客园
Study software(RSS)
Tterrylee.Net(RSS)
凌软设计(RSS)
叶帆工作室
孟子e章(RSS)
小山(RSS)
幕白兄(RSS)
思归呓语
愚翁专栏(RSS)
慕容星空小站(RSS)
技术无极限(RSS)
文野(RSS)
牧野
蝈蝈俊.net(RSS)
金色海洋工作室(RSS)
圈圈
我博客园Blog(RSS)
戒煙⒊年(RSS)
起名网
设计模式
设计模式
外网
C# Corner(RSS)
Code Project(RSS)
影视
365论坛(黄色)
草榴社區 (RSS)
黄色1(在线看)
黎明在线社区
证券
Q心灵の寄托(RSS)
和讯论坛(RSS)
基民小温(RSS)
基金交流之家(RSS)
股神林园Blog(RSS)
证券人生论坛(RSS)
存档
2009年04月24日

原创 拼SQL


拼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... ) | 编辑| 举报| 收藏

2009年03月13日

转载 多线程使用TextBox控件

//声明一个委托 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... ) | 编辑| 举报| 收藏

2009年03月02日

原创 The best and the worst

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日

转载 郭德纲搞笑国足相声(全集)

        郭德纲:人来的不少
  于谦:哎,今儿都坐满了
  郭德纲:给大家介绍一下我旁边的这位,我国著名相声表演艺术家
  于谦:不敢当
  郭德纲:驴谦
  于谦:驴谦啊!于!
  郭德纲:于?对,马户于嘛
  于谦:马户还是念驴啊,于,干沟于
  郭德纲:于谦。相声说得真好
  于谦:您过奖
  郭德纲:回到家乡演出特别的高兴
  于谦:到家了嘛
  郭德纲:前段时间一直在外地比赛,很长时间没跟大伙见面了,心里怪想的慌的
  于谦:比赛?您比什么赛啊?
  郭德纲:你不知道这段时间咱们国家在干吗啊?
  于谦:在办奥运会啊
  郭德纲:就是,奥运会不就是比赛吗
  于谦:哦,合着您参加奥运会去啦?
  郭德纲:你看!你不认识我?
  于谦:不认识
  郭德纲:没文化!平时不看报纸电视吗?
  于阅读全文>

发表于 @ 2008年09月01日 16:15:00 | 评论( loading... ) | 编辑| 举报| 收藏

2007年11月02日

原创 大一到大四的女生变化

大一到大四的女生变化阅读全文>

发表于 @ 2007年11月02日 12:35:00 | 评论( loading... ) | 编辑| 举报| 收藏

2007年10月16日

原创 [转]投"鸡"之路

投"鸡"之路阅读全文>

发表于 @ 2007年10月16日 09:21:00 | 评论( loading... ) | 编辑| 举报| 收藏

2007年09月17日

原创 [转]让我们的生命过程多点随意。。。。。

[转]让我们的生命过程多点随意。。。。。阅读全文>

发表于 @ 2007年09月17日 11:00:00 | 评论( loading... ) | 编辑| 举报| 收藏

2007年09月05日

原创 [转]有一种感动叫守口如瓶

[转]有一种感动叫守口如瓶阅读全文>

发表于 @ 2007年09月05日 10:31:00 | 评论( loading... ) | 编辑| 举报| 收藏

2007年08月13日

原创 C# Operate Excel

C# Operate Excel(读,写)阅读全文>

发表于 @ 2007年08月13日 16:57:00 | 评论( loading... ) | 编辑| 举报| 收藏

2007年08月07日

原创 Boy And Gril

Boy And Gril阅读全文>

发表于 @ 2007年08月07日 10:35:00 | 评论( loading... ) | 编辑| 举报| 收藏

2007年07月20日

原创 UrlRewrite,Url重写,无扩展名重写

UrlRewrite重写阅读全文>

发表于 @ 2007年07月20日 11:05:00 | 评论( loading... ) | 编辑| 举报| 收藏

2007年07月12日

原创 Everybody hopes that postmortal writes on the grave monument what to select (arrange self CSDN)

Everybody hopes that postmortal writes on the grave monument what to select (arrange self CSDN)阅读全文>

发表于 @ 2007年07月12日 09:02:00 | 评论( loading... ) | 编辑| 举报| 收藏

2007年07月04日

转载 vs.Net2003无法打开或创建Web应用程序若干解决办法.

vs.Net2003无法打开或创建Web应用程序若干解决办法. 阅读全文>

发表于 @ 2007年07月04日 09:20:00 | 评论( loading... ) | 编辑| 举报| 收藏

转载 VS2005(c#)项目调试问题解决方案集锦

VS2005(c#)项目调试问题解决方案集锦 阅读全文>

发表于 @ 2007年07月04日 09:11:00 | 评论( loading... ) | 编辑| 举报| 收藏

2007年06月28日

原创 Probe Into SQL Server Produce

Probe Into SQL Server Produce阅读全文>

发表于 @ 2007年06月28日 11:27:00 | 评论( loading... ) | 编辑| 举报| 收藏

2007年06月27日

原创 12星座搞笑睡姿大曝光

12星座搞笑睡姿大曝光阅读全文>

发表于 @ 2007年06月27日 15:14:00 | 评论( loading... ) | 编辑| 举报| 收藏

2007年06月25日

转载  实现千万级数据的分页显示!

实现千万级数据的分页显示!阅读全文>

发表于 @ 2007年06月25日 15:02:00 | 评论( loading... ) | 编辑| 举报| 收藏

转载 马云在yahoo的精彩演讲

马云在yahoo的精彩演讲阅读全文>

发表于 @ 2007年06月25日 12:19:00 | 评论( loading... ) | 编辑| 举报| 收藏

转载 编写易于理解代码的六种方式

如何让您免受读不懂代码的折磨阅读全文>

发表于 @ 2007年06月25日 09:34:00 | 评论( loading... ) | 编辑| 举报| 收藏

2007年06月21日

原创 完成端口,线程池实现

完成端口,线程池实现,线程传参阅读全文>

发表于 @ 2007年06月21日 16:24:00 | 评论( loading... ) | 编辑| 举报| 收藏

2007年06月15日

转载 端口扫描

端口扫描阅读全文>

发表于 @ 2007年06月15日 13:39:00 | 评论( loading... ) | 编辑| 举报| 收藏

Copyright © nyzfl
Powered by CSDN Blog