摘要: html css:#inputSearch { border: 1px solid #BABEBF; color: #999999; font-size: 14px; hei... 阅读全文
posted @ 2014-05-01 13:08 easy5 阅读(538) 评论(0) 推荐(0)
摘要: 效果图: hot图片:(注意:这个图标本身就有抖动效果的,并不是由于标签而具有抖动效果) 周期性抖动,起到提示的作用 html: 推荐品牌 ... 阅读全文
posted @ 2014-05-01 12:55 easy5 阅读(334) 评论(0) 推荐(0)
摘要: 切换网页皮肤: html片段: 蓝色 紫色 红色 天蓝色 ... 阅读全文
posted @ 2014-05-01 12:03 easy5 阅读(567) 评论(0) 推荐(0)
摘要: 1.一般事件: 在发布者(类FaBuZhe)中定义事件: 1). 声明委托类型: public delegate void CustomEventHandler(object sender, EventArgs e); 2). 创建CustomEventHandler的实例(CustomE... 阅读全文
posted @ 2014-04-17 13:00 easy5 阅读(201) 评论(0) 推荐(0)
摘要: window.onload = initAll;var xhr = false;function initAll() { if (window.XMLHttpRequest) { xhr = new XMLHttpRequest(); } else { ... 阅读全文
posted @ 2014-04-15 13:45 easy5 阅读(155) 评论(0) 推荐(0)
摘要: 用NPOI导出Excel public void ProcessRequest(HttpContext context) { context.Response.ContentType = "application/x-excel"; ... 阅读全文
posted @ 2014-01-20 15:21 easy5 阅读(260) 评论(0) 推荐(0)
摘要: 精通ASP.Net MVC 3 框架(第三版)学习笔记 代码才是王道。 http://pan.baidu.com/s/1pJyL1cn 阅读全文
posted @ 2014-01-09 13:38 easy5 阅读(265) 评论(0) 推荐(0)
摘要: xaml 1 9 10 11 12 13 14 15 16 17 ... 阅读全文
posted @ 2013-11-22 15:25 easy5 阅读(654) 评论(0) 推荐(0)
摘要: 1 2 3 4 5 6 7 8 9 10 11 13 14 18 19 22 23 24 25 26 View Cod... 阅读全文
posted @ 2013-11-22 15:23 easy5 阅读(279) 评论(0) 推荐(0)
摘要: YZM.ashx.cs using System;using System.Collections.Generic;using System.Drawing;using System.Linq;using System.Web;namespace WebApplication1{ ... 阅读全文
posted @ 2013-10-09 12:55 easy5 阅读(259) 评论(0) 推荐(0)