自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

jimlong的专栏

码农&&程序猿的代码片断收录点

  • 博客(3)
  • 资源 (1)
  • 收藏
  • 关注

转载 Calendar.DayRender 事件

DayRender Event Example void DayRender(Object source, DayRenderEventArgs e) { // Change the background color of the days in the month// to yellow.if (!e.Day.IsOtherMonth && !e

2012-01-31 23:59:29 1643

原创 UPDATE

UPDATE titles SET ytd_sales = t.ytd_sales + s.qty FROM titles t, sales s WHERE t.title_id = s.title_id AND s.ord_date = (SELECT MAX(sales.ord_date) FROM sales)

2012-01-05 00:06:35 560

转载 建立自增加临时表

create table #temp(  id int identity(1,1),  customer nvarchar(50))selectidentity(int ,1,1) as id,*into #temp1 fromtachecontractid --#temp1没有提前声明 所以比较可靠的做法,还是先判断临时表是否存在,然后再drop

2012-01-04 12:20:29 614

全国省市区街道邮编 数据库 (区下面再细分邮编哦)

id PostNumber Province City District Address jd 886246 510320 广东省 广州市 海珠区 小洲村瀛洲六街十三巷 广东省广州市海珠区

2011-07-30

空空如也

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

TA关注的人

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