using Excel = Microsoft.Office.Interop.Excel;//添加 Microsoft.Office.Interop.Excel.dll 引用 class ExcelManager { public delegate void ProgressBarEventHand ...
1、常用的基本属性: (1)FullRowSelect:设置是否行选择模式。(默认为false) 提示:只有在Details视图该属性才有意义。 (2) GridLines:设置行和列之间是否显示网格线。(默认为false)提示:只有在Details视图该属性才有意义。 (3)AllowColumn ...
js中获取Map集合的key和value 遍历Map集合获得所有的key和value ...
分类:
Web程序 时间:
2017-05-23 15:45:46
阅读次数:
408
前言 某屌丝男A鼓起勇气向女神B打电话表白,女神B是个心机婊觉得屌丝男A是好人,不想直接拒绝于是设置呼叫转移给闺蜜C了,最终屌丝男A和女神闺蜜C表白成功了,这种场景其实就是重定向了。 一、重定向 1. (Redirect)就是通过各种方法将各种网络请求重新定个方向转到其它位置,从地址A跳转到地址B了 ...
分类:
编程语言 时间:
2017-05-21 18:55:55
阅读次数:
271
http://stackoverflow.com/questions/2171177/what-is-application-binary-interface-abi ABIs cover details such as data type, size, and alignment; the cal ...
分类:
其他好文 时间:
2017-05-20 17:17:27
阅读次数:
358
在内核中看到各种个样的__attribute__的属性的使用,在这个帖子中,逐渐记录我看到的每个使用。 RCU代表的是 "read, copy, update"。它是一种算法,允许多个读者访问数据,并且同时允许修改者,删除者能够进行操作。 如果内核使用 CONFIG_SPARSE_RCU_POINT ...
分类:
其他好文 时间:
2017-05-13 20:05:28
阅读次数:
222
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */ /* Document */ /** * 1. Correct the line height in all browsers. * 2. Pre ...
分类:
Web程序 时间:
2017-05-12 09:35:25
阅读次数:
237
'''panda's index objects are responsible for holding the axis labels,like series'''import pandas as pdobj = Series(range(3),index=['a','b','c'])index ...
分类:
其他好文 时间:
2017-05-11 19:30:29
阅读次数:
302
ssInfo.LayoutStyle = ToolStripLayoutStyle.StackWithOverflow;//StatusStrip 控件 tsslUpdate.Alignment = ToolStripItemAlignment.Right;//StatusStrip 中的 Tool... ...
插件列表 AvalonHelper HTML-CSS-JS Prettify LocalizedMenu less less2css 安装完成后记得看readme emmet alignment boxy theme ...
分类:
其他好文 时间:
2017-05-06 15:13:05
阅读次数:
178