会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
觉信
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
4
5
6
7
8
9
10
11
12
···
17
下一页
2015年4月18日
IE6下 input 背景图滚动问题及标签规范
摘要: ie6 背景图滚动问题:ie6下input背景图滚动问题 滑动门:按钮 三层div 第一层div背景图平铺 第二层背景图设置左侧圆角 第三层背景图贴在右侧,按钮文字在最内层div标签运用规范: 同一行的标签,用内嵌标签就可以,margin加给最外层 注意标签运用规范能...
阅读全文
posted @ 2015-04-18 14:23 觉信
阅读(207)
评论(0)
推荐(0)
2015年4月17日
css2---必须学的经典---定位问题
摘要: 定位 positionbody<html<文档 定位是相对文档的 不是相对 body 或 html1.position:relative 相对定位 a.不能使内嵌元素支持宽高 b.不改变文档流2.position:absolute 绝对定位 a.使内嵌元素支持宽高 ...
阅读全文
posted @ 2015-04-17 22:47 觉信
阅读(141)
评论(0)
推荐(0)
2015年2月8日
EF 用CallContext上下文管理
摘要: public class ObjectContextFactory { private static CIK_NewsEntities context; public static DbContext GetContext() { ...
阅读全文
posted @ 2015-02-08 23:10 觉信
阅读(868)
评论(0)
推荐(0)
2015年2月4日
EF查询分页
摘要: 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)
2015年1月26日
Lambda表达式 一些基本用法
摘要: 带条件的: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)
2014年11月21日
css样式重置
摘要: /* 样式重置 */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)
2014年11月19日
c# web 缓存管理
摘要: 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)
2014年11月1日
js笔记---拖动元素
摘要: -->
阅读全文
posted @ 2014-11-01 16:00 觉信
阅读(682)
评论(0)
推荐(0)
2014年10月29日
js笔记---(运动)通用的move方法,兼容透明度变化
摘要: -->
阅读全文
posted @ 2014-10-29 11:04 觉信
阅读(978)
评论(0)
推荐(0)
2014年10月28日
js笔记---封装一般运动
摘要: 无标题文档
阅读全文
posted @ 2014-10-28 22:24 觉信
阅读(130)
评论(0)
推荐(0)
上一页
1
···
4
5
6
7
8
9
10
11
12
···
17
下一页
公告