Billpeng Space

技术源自生活
随笔 - 273, 文章 - 0, 评论 - 97, 阅读 - 60万
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

01 2009 档案

摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--DECLARE@tempFriendvarchar(5000)DECLARErsCURSORLOCALSCROLLFORselectFriendfromFriendwhereUsername=@UsernameOPENrsFETCHNEXTFROMrsINTO@tempFriend--循环WHILE@@FETCH_STATUS=0BEGINSET@Friend=@Friend+@tempFrien 阅读全文

posted @ 2009-01-28 23:31 billpeng 阅读(688) 评论(0) 推荐(0) 编辑

摘要:http://blog.csdn.net/KILL_HAND/archive/2005/11/03/521748.aspx 阅读全文

posted @ 2009-01-27 05:28 billpeng 阅读(201) 评论(0) 推荐(0) 编辑

摘要://C#里内置的DateTime基本上都可以实现这些功能,巧用DateTime会使你处理这些事来变轻松多了 阅读全文

posted @ 2009-01-26 21:07 billpeng 阅读(346) 评论(0) 推荐(0) 编辑

摘要:C#中没有Redim,所以要用几条语句来写 VB.NET: Redim QueryParam(2) C#: //比如类型为int int[] temp = new int[2]; Array.Copy(QueryParam, temp, QueryParam.Length); ... 阅读全文

posted @ 2009-01-24 15:33 billpeng 阅读(2924) 评论(0) 推荐(0) 编辑

摘要:RETURN只能返回INT型,OUTPUT可以返回自定义类型 执行到RETURN的时候存储过程即结束。 而OUTPUT的变量可以重复设置 阅读全文

posted @ 2009-01-23 00:37 billpeng 阅读(1444) 评论(0) 推荐(1) 编辑

摘要:begin Transaction update ........ if(@@ERROR 0) BEGIN rollback Transaction return -1 END commit Transaction return 0 阅读全文

posted @ 2009-01-22 23:48 billpeng 阅读(328) 评论(0) 推荐(0) 编辑

摘要:Asp.Net 文件操作基类(读取,删除,批量拷贝,删除,写入,获取文件夹大小,文件属性,遍历目录) 阅读全文

posted @ 2009-01-07 12:22 billpeng 阅读(247) 评论(0) 推荐(0) 编辑

摘要:// JScript 文件 //预览 function preview() { oFCKeditor.Value=FCKeditorAPI.GetInstance('FCKeditor1').GetXHTML(true); FCKeditorAPI.GetInstance('FCKeditor1').Preview(); } //源代码/编辑转换 function viewsrc() { v... 阅读全文

posted @ 2009-01-07 10:52 billpeng 阅读(483) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示