上一页 1 2 3 4 5 6 7 ··· 15 下一页
摘要: 这个插件大家都很熟悉了,但是在网上找了很久找不到相关的资料,只有自己琢磨研究了一下。有些参数一眼都可以看出意思,在此我只说一下每个图片要想带一些扩展信息怎么处理。 1:首先需要创建一个ul对象,然后里面每一个li对象中的内容就是一个旋转的图形,第一个需要注意的就是img对象必须放在最前面,然后后面才 阅读全文
posted @ 2016-09-20 12:14 coolsundy 阅读(3648) 评论(1) 推荐(1) 编辑
摘要: MyXLS是一个导出Excel的好工具,速度快,体积小,而且也不用担心使用Com生成Excel时资源释放的问题了。但是作者提供的代码没有设置行高 要实现这个效果,首先需要修改两个文件: 1、Row.cs 添加行高的属性。 private ushort _rowHeight; /// <summary 阅读全文
posted @ 2016-09-13 14:42 coolsundy 阅读(891) 评论(0) 推荐(1) 编辑
摘要: 我的项目中,服务器端是Windows Server2008 64位,.net版本是4.0,也遇到了树形结构控件、DropDownList控件等不能调用服务器端代码。最后发现js报错。 错误信息:“__doPostBack”未定义,网上查结果发现是常见故障。 最后在网上找了相关的解决办法(下面方法二选 阅读全文
posted @ 2016-09-12 10:33 coolsundy 阅读(259) 评论(0) 推荐(0) 编辑
摘要: C# List Following examples show how to create and manipulate with .NET strongly typed list List<T>. List<T> List is a generic type, so you can create 阅读全文
posted @ 2016-09-11 23:30 coolsundy 阅读(745) 评论(0) 推荐(0) 编辑
摘要: Indent String with Spaces This example shows how to indent strings using method for padding in C#. To repeat spaces use method String.PadLeft. If you 阅读全文
posted @ 2016-09-11 23:20 coolsundy 阅读(718) 评论(0) 推荐(0) 编辑
摘要: Align String with Space This example shows how to align strings with spaces. The example formats text to table and writes it to console output. To ali 阅读全文
posted @ 2016-09-11 23:15 coolsundy 阅读(9320) 评论(1) 推荐(1) 编辑
摘要: 一、String Format for Double Digits after decimal point This example formats double to string with fixed number of decimal places. For two decimal place 阅读全文
posted @ 2016-09-11 23:14 coolsundy 阅读(20221) 评论(2) 推荐(3) 编辑
摘要: MyXls是一个操作Excel的开源类库,支持设置字体、列宽、行高(由BOSSMA实现)、合并单元格、边框、背景颜色、数据类型、自动换行、对齐方式等,通过众多项目的使用表现,证明MyXls对于创建简单格式的Excel文件十分快捷方便。 本文将通过实例的方式详细说明如何通过各种属性设置MyXls的样式 阅读全文
posted @ 2016-09-10 12:50 coolsundy 阅读(2794) 评论(0) 推荐(0) 编辑
摘要: 第一种最常见,并且最简单的方式,直接把GridView导出,导出格式为文本表格形式。 第二种:不用安装Excel,生成原生Excel格式方法 如果你和我一样要实现不调用Excel组件实现Excel数据导出的话,那我严重向你推荐MyXls,MyXls是用C#开源项目,可以应用于asp.net 或者 . 阅读全文
posted @ 2016-09-10 12:39 coolsundy 阅读(6483) 评论(0) 推荐(0) 编辑
摘要: 一 . 一 般 命 令1.AT+CGMI 给出模块厂商的标识。2.AT+CGMM 获得模块标识。这个命令用来得到支持的频带(GSM 900,DCS 1800 或PCS 1900)。当模块有多频带时,回应可能是不同频带的结合。3.AT+CGMR 获得模块的软件版本。4.AT+CGSN 获得 GSM 模 阅读全文
posted @ 2016-09-08 21:18 coolsundy 阅读(1352) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 15 下一页