自定义博客皮肤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)
  • 资源 (3)
  • 收藏
  • 关注

转载 CSS布局相关

一、单列布局:      这是最简单的一种布局方式,之所以给出该示例,还是为了保证本篇博客的完整性。html xmlns="http://www.w3.org/1999/xhtml">head>title>固定宽度布局title>style type="text/css">#header,#pagefooter,#content { border: 1px soli

2013-09-29 10:59:22 583

原创 C#特殊运算符

variable ?? defaultValue等价于:variable == null ? defaultValue : variable

2013-09-24 10:11:10 597

原创 JSON串操作

后台JSon串必须是字符串:IList lstRichText = RichTextServiceAction.GetRichTextByIds(richTextID);            RichText richContent = lstRichText.Where(m => m.RichTextid.Equals(customProfile.Content)).FirstOrDe

2013-09-13 17:12:44 691

原创 常用Linq语句

var data = from p in lstCustomProfile orderby p.ModificationDate descending select new { p.CustomProfileid, p.Name }; CustomProfile model = lstCustomProfile.Where(p => p.FunctionCode.Equals("SaveQue

2013-09-12 15:27:32 874

C#Window服务从PI中读取数据写入 MongoDb

C#编写的Window服务从PI中读取数据写入 MongoDb,只需要修改配置文件中的PI的连接串即可

2018-08-08

asp.net电子教案

这是我们学校的asp.net的学习资料,里面有许多基础知识,相信对大家有帮助的

2007-08-08

软件设计师试题

上面有1990到2006年的考试试题,答案详尽

2007-06-10

空空如也

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

TA关注的人

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