上一页 1 ··· 7 8 9 10 11
摘要: 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 阅读(1273) 评论(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 阅读(253) 评论(0) 推荐(0) 编辑
摘要: html 浏览器对html标签、属性与属性值的识别不区分大小写,但建议全部小写。 大部分html元素的属性:id, class, style, title. 其中title为工具提示。 分割线:<hr /> 换行:<br /> 注释:<!-- 注释 --> 所有连续的空格或空行都会被算作一个空格。单 阅读全文
posted @ 2015-02-27 18:31 Matt_Cheng 阅读(281) 评论(0) 推荐(0) 编辑
摘要: 多线程的两种方式: 1、线程池 ThreadPool.QueueUserWorkItem(...); 或者使用委托: ParameterizedThreadStart start = new ParameterizedThreadStart(handleProtocol); start.BeginI 阅读全文
posted @ 2015-02-07 23:13 Matt_Cheng 阅读(1165) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2015-01-26 21:19 Matt_Cheng 阅读(86) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11