2015年9月6日

验证控件

摘要: 1、RequiredFieldValidator:验证一个必填字段,如果这个字段没填,那么,将不能提交信息。RequiredFieldValidator控件中,主要设置三个属性: ErrorMessage属性修改更具体的错误描述信息。RequiredFieldValidator属性是要设置的要验证的... 阅读全文

posted @ 2015-09-06 11:58 王赫赫 阅读(312) 评论(0) 推荐(0) 编辑

2015年8月17日

英文换行

摘要: 1. word-break:break-all;只对英文起作用,以字母作为换行依据2. word-wrap:break-word; 只对英文起作用,以单词作为换行依据3. white-space:pre-wrap; 只对中文起作用,强制换行4. white-space:nowrap; 强制不换行,都... 阅读全文

posted @ 2015-08-17 16:43 王赫赫 阅读(642) 评论(0) 推荐(0) 编辑

2015年8月14日

ueditor不自动加P解决方法

摘要: ueditor不自动加P解决方法百度的Ueditor编辑器出于安全考虑;用户在html模式下粘贴进去的html文档会自动被去除样式和转义。虽然安全的,但是非常不方便。做一下修改把这个功能去掉。一、打开ueditor.all.js二、大概9300行找到 ///plugin 编辑器默认的过滤转换机制,把... 阅读全文

posted @ 2015-08-14 09:00 王赫赫 阅读(575) 评论(0) 推荐(0) 编辑

2015年8月11日

下拉提示

摘要: http://jqueryui.com/autocomplete/#default 阅读全文

posted @ 2015-08-11 18:47 王赫赫 阅读(132) 评论(0) 推荐(0) 编辑

错误摘要HTTP 错误 500.19 - Internal Server Error 无法访问请求的页面,因为该页的相关配置数据无效。

摘要: iis运行出错 大部分是没有安装.net 4.0如题,这个错误google时一大堆各种各样的解决办法,但具体原因就没怎么详细介绍,404.2就一个http status code, 在msdn上说:404.2 - ISAPI or CGI restriction 即IIS里的“ISAPI 或CGI ... 阅读全文

posted @ 2015-08-11 11:50 王赫赫 阅读(6762) 评论(0) 推荐(0) 编辑

2015年7月17日

Access操作类

摘要: 3C#代码操作步骤(1)命名空间 usingSystem.Data.OleDb;(2)连接字符串 privatestaticstringconnStr =@"Provider= Microsoft.Ace.OLEDB.12.0;Data Source = d:\login.accdb"; 注意: a... 阅读全文

posted @ 2015-07-17 14:05 王赫赫 阅读(261) 评论(0) 推荐(0) 编辑

2015年6月30日

网页图片自适应

摘要: function setImgMiddle(img) { var $img = $(img), $panel = $(img).parent();//图片容器 var img_width = $img.width(),img_... 阅读全文

posted @ 2015-06-30 11:02 王赫赫 阅读(304) 评论(0) 推荐(0) 编辑

2015年6月24日

.net导出Excel

摘要: protected void btnPrint_Click(object sender, EventArgs e) { DataTable dt = DbHelperSQL.GetTable("select b.ProNumber as 产品编号,... 阅读全文

posted @ 2015-06-24 21:31 王赫赫 阅读(316) 评论(0) 推荐(0) 编辑

2015年6月2日

js 获得多个同name 的input输入框的值

摘要: js 获得多个同name 的input输入框的值起初是使用document.all.id.length获得输入框的个数,但时而正常,时而显示undefined,效果不是很好,网上信息说document.all不是兼容所有浏览器的,现在似乎是只支持IE。解决方法是如下:var els =documen... 阅读全文

posted @ 2015-06-02 15:11 王赫赫 阅读(8442) 评论(0) 推荐(0) 编辑

2015年5月26日

手机端 图片自适应屏幕尺寸

摘要: 阅读全文

posted @ 2015-05-26 17:24 王赫赫 阅读(3235) 评论(0) 推荐(0) 编辑

导航