自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

转载 Table是怎样炼成的:SaleReport Table的继承者

有了Table,我们对其继承,实现更符合业务要求的类 1 /**//// <summary> 2 /// 描述一个销售报表 3 /// </summary> 4 public class SaleReport : Table 5 { 6 7 public SaleReport(string reportName) 8 : base(...

2007-02-13 23:40:00 50

转载 一些常用SQL语句

查询表内容 SELECT 表名=case when a.colorder=1 then d.name else '' end, 表说明=case when a.colorder=1 then isnull(f.value,'') else '' end, 字段序号=a.colorder, 字段名=a.name, 标识=case when...

2007-02-10 09:54:00 55

转载 showModalDialog和showModelessDialog使用心得

showModalDialog和showModelessDialog使用心得 showModalDialog和showModelessDialog使用心得 一、showModalDialog和showModelessDialog有什么不同?  showModalDialog:被打开后就会始终保持输入焦点。除非对话框被关闭,否则用户无法切换到主...

2007-02-09 15:28:00 43

转载 很COOL的相册

&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt;&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;!-- Author:Stupid CAT QQ:2783064...

2007-02-08 16:17:00 44

空空如也

空空如也

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

TA关注的人

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