上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 17 下一页
摘要: ie6 背景图滚动问题:ie6下input背景图滚动问题 滑动门:按钮 三层div 第一层div背景图平铺 第二层背景图设置左侧圆角 第三层背景图贴在右侧,按钮文字在最内层div标签运用规范: 同一行的标签,用内嵌标签就可以,margin加给最外层 注意标签运用规范能... 阅读全文
posted @ 2015-04-18 14:23 觉信 阅读(207) 评论(0) 推荐(0)
摘要: 定位 positionbody<html<文档 定位是相对文档的 不是相对 body 或 html1.position:relative 相对定位 a.不能使内嵌元素支持宽高 b.不改变文档流2.position:absolute 绝对定位 a.使内嵌元素支持宽高 ... 阅读全文
posted @ 2015-04-17 22:47 觉信 阅读(141) 评论(0) 推荐(0)
摘要: public class ObjectContextFactory { private static CIK_NewsEntities context; public static DbContext GetContext() { ... 阅读全文
posted @ 2015-02-08 23:10 觉信 阅读(868) 评论(0) 推荐(0)
摘要: static List GetPageList(Func whereLambda,Func orderLambda,int pageSize,int pageIndex) where T:class { EFEntities context=new EFEntiti... 阅读全文
posted @ 2015-02-04 22:49 觉信 阅读(16226) 评论(4) 推荐(2)
摘要: 带条件的:IQueryable demo=db.UserInfo.where(u=>u.ID>2);取指定列数据:var demo=db.userinfo.where(u=>u.ID>2).select(u=>new{u.ID,u.Name}); 分页:var demoPage=db.userinf... 阅读全文
posted @ 2015-01-26 22:06 觉信 阅读(573) 评论(0) 推荐(0)
摘要: /* 样式重置 */body,h1,h2,h3,h4,h5,h6,p,dl,dd,ul,ol,form,input,textarea,th,td,select{ margin:0; padding:0;}em{ font:normal;}a{ text-decoration:none;}li{ li... 阅读全文
posted @ 2014-11-21 23:30 觉信 阅读(194) 评论(0) 推荐(0)
摘要: using System;using System.Collections;using System.Text.RegularExpressions;using System.Web;using System.Web.Caching;using System.Collections.Generic;... 阅读全文
posted @ 2014-11-19 17:26 觉信 阅读(2214) 评论(0) 推荐(0)
摘要: --> 阅读全文
posted @ 2014-11-01 16:00 觉信 阅读(682) 评论(0) 推荐(0)
摘要: --> 阅读全文
posted @ 2014-10-29 11:04 觉信 阅读(978) 评论(0) 推荐(0)
摘要: 无标题文档 阅读全文
posted @ 2014-10-28 22:24 觉信 阅读(130) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 17 下一页