自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Swarb的博客:低头做事,抬头做人

心有阳光,行将必至

  • 博客(6)
  • 资源 (6)
  • 收藏
  • 关注

转载 逐条更新数据 sql

declare @tid int        declare @fid int declare @i int declare @j int set @j=(select count(*) from tbl1.dbo.dnt_topics) set @i=1         while   @i begin                 set @tid = (select

2013-09-23 09:21:09 2205

原创 逐条更新数据 sql

逐条更新数据 sql 2013-09-23 09:21 by swarb, ... 阅读, ... 评论, 收藏, 编辑 declare @tid int        declare @fid int declare @i int declare @j int set @j=(select c...

2013-09-23 09:21:00 340

原创 C# List分页

C# List分页 2013-09-05 17:36 by swarb, ... 阅读, ... 评论, 收藏, 编辑 List.Skip((pagecount-1)*pagesize).Take(pagesize) 假设你每页10条数据 当前是第3页 跳到第4页 则: List.Skip(...

2013-09-05 17:36:00 196

转载 C# List分页

List.Skip((pagecount-1)*pagesize).Take(pagesize) 假设你每页10条数据 当前是第3页 跳到第4页 则: List.Skip((4-1)*10).Take(10)                   int numb = 100;                 int size = (int)Math.Ceiling((decim

2013-09-05 17:35:31 9179

原创 EF学习文档

EF学习文档 2013-09-03 14:48 by swarb, ... 阅读, ... 评论, 收藏, 编辑 http://www.cnblogs.com/xie-zhonglai/archive/2012/04/10/2440569.html   http://tommyhu.cn/Enti...

2013-09-03 14:48:00 101

原创 EF学习文档

http://www.cnblogs.com/xie-zhonglai/archive/2012/04/10/2440569.html

2013-09-03 14:47:38 1253

sdilreade(Parsing the IL of a Method Body)

how to get a readable and programmable result from the IL array provided by the MethodBody.GetILAsByteArray() method.

2015-01-20

officehelper

officehelper

2014-04-21

WPF MDI子窗体实现

WPF MDI子窗体实现

2014-04-18

Combobox样式

Combobox样式

2014-03-27

WPF控件样式小结

wpf style 控件样式集合 WPF控件样式小结

2014-03-27

简单三层架构+抽象工厂登陆设计

通过这个小demo,希望能让大家对三层架构和抽象工厂的调用流程 有更直观的认识

2011-11-28

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除