上一页 1 ··· 7 8 9 10 11
摘要: 遮罩:BlockUI 对话框:Dialog 输入框:Mask Plugin 下拉框: 1、自定义的实现思路:将下拉框的选项定义为全局变量(数组),在html中定义点击事件并将数组变量转给响应函数,每次都销毁与重新生成下拉框的div 2、jquery ui: jQuery Selectbox plug 阅读全文
posted @ 2015-05-15 10:58 Matt_Cheng 阅读(140) 评论(0) 推荐(0)
摘要: FlexPaper相关介绍及后台swf生成,参见 FlexPaper实现文档在线浏览(附源码) 前台swf在flash中的预览: 1、下载相关文档 FlexPaper Classic 2、将下载的文件夹添加到网站(建立虚拟目录) 3、在iis中浏览index.html 这样即可在网页中运行该Demo 阅读全文
posted @ 2015-03-23 17:33 Matt_Cheng 阅读(383) 评论(0) 推荐(0)
摘要: 1、jQuery FileUpload 需要的js: jquery.js jquery.fileupload.js jquery.iframe-transport.js jquery.xdr-transport.js html: <div id="divAdd" title="添加"><div>+< 阅读全文
posted @ 2015-03-23 13:46 Matt_Cheng 阅读(8695) 评论(0) 推荐(0)
摘要: ajaxFileUpload http://www.cnblogs.com/kissdodog/archive/2012/12/15/2819025.html 阅读全文
posted @ 2015-03-05 15:39 Matt_Cheng 阅读(282) 评论(0) 推荐(0)
摘要: 1、html 前台html与js代码(文件:ExportExcelByHtml.aspx): 1 <html xmlns="http://www.w3.org/1999/xhtml"> 2 <head runat="server"> 3 <title></title> 4 </head> 5 <bo 阅读全文
posted @ 2015-03-03 15:18 Matt_Cheng 阅读(1306) 评论(0) 推荐(0)
摘要: 1、ASCII、UTF8、Unicode三种编码方式的区别 输出为: Mode: ASCII, String: b, Buffer.Length: 1Buffer: 98Retrived: bMode: UTF8, String: b, Buffer.Length: 1Buffer: 98Retri 阅读全文
posted @ 2015-03-03 13:27 Matt_Cheng 阅读(263) 评论(0) 推荐(0)
摘要: html 浏览器对html标签、属性与属性值的识别不区分大小写,但建议全部小写。 大部分html元素的属性:id, class, style, title. 其中title为工具提示。 分割线:<hr /> 换行:<br /> 注释:<!-- 注释 --> 所有连续的空格或空行都会被算作一个空格。单 阅读全文
posted @ 2015-02-27 18:31 Matt_Cheng 阅读(287) 评论(0) 推荐(0)
摘要: 多线程的两种方式: 1、线程池 ThreadPool.QueueUserWorkItem(...); 或者使用委托: ParameterizedThreadStart start = new ParameterizedThreadStart(handleProtocol); start.BeginI 阅读全文
posted @ 2015-02-07 23:13 Matt_Cheng 阅读(1211) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2015-01-26 21:19 Matt_Cheng 阅读(86) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11