DataGridView,DataGridViewColumn,DataGridViewRow,DataGridViewCell有ContextMenuStrip属性。可以通过设置ContextMenuStrip对象来控制DataGridView的右键菜单的显示。 DataGridViewColum ...
1 //------------------------------------------- 2 // async FIFO 3 //----------------------------------------------- 4 5 `timescale 1ns/100ps 6 7 modul... ...
分类:
其他好文 时间:
2017-05-06 13:13:22
阅读次数:
187
ip命令 查看/设置路由、设备、路由策略和渠道信息 格式 ip [ OPTIONS ] OBJECT { COMMAND | help } OBJECT := { link | addr | addrlabel | route | rule | neigh | tunnel | maddr | mr ...
分类:
系统相关 时间:
2017-05-06 13:09:42
阅读次数:
318
如今XML文件的存储格式大行其道,可是也不是适用于全部情况,非常多单位的数据交换还是使用Excel的形式。这就使得我们须要读取Excel内的数据。载入到程序中进行处理。可是如何有效率的读取,如何使程序保持健壮,这须要非常大的努力。 我们假设要写一个动态链接库会非常花费时间和精力。这就使得开源项目是个 ...
分类:
其他好文 时间:
2017-05-06 13:08:49
阅读次数:
235
接着之前一篇日志。这个事情也挺无语的。简单记录一下。 在这里:http://www.eclipse.org/ajdt/ 能够下载最新的Eclipse Plugin。下载解压之后,一般来说。直接把解压后目录下的features和plugins放到Eclipse的目录下即可了。只是我这样做以后。启动Ec ...
分类:
Web程序 时间:
2017-05-06 11:54:09
阅读次数:
127
一,页面上有一个checkbox和一个文本框。切换checkbox能对文本框输入文本与否: <input type="checkbox" ng-model="ckSwitch" /> <input id="Text1" type="text" ng-disabled="!ckSwitch" ng-m ...
分类:
Web程序 时间:
2017-05-06 11:51:31
阅读次数:
196
Files Unicode The "codecs" module provides support for reading a unicode file. For writing, use f.write() since print does not fully support unicode. ...
分类:
其他好文 时间:
2017-05-05 19:24:40
阅读次数:
246
上图是想实现的效果, 注意不是所有行一个颜色 首先把 listbox 的 DrawMode 属性 改为 OwnerDrawFixed 然后 override listbox 的 函数 DrawItem 系统重命名为 listBox1_DrawItem ...
var x=...; var y=...; return {'x':x,'y':y}; div.x=...;div.y=...; 哈哈,原来是赋值。所以一个数值变量不能当属性?????好像可以吧。 page.x——相对整个页面的坐标 client.x——相对可视区域的坐标 scrollLeft——滚 ...
分类:
Web程序 时间:
2017-05-05 17:15:25
阅读次数:
201
哥又来干体力活了。人肉翻译一下: The Boot Process at a Glance This section explains the boot process in sufficient detail to understand the system address map and oth ...
分类:
其他好文 时间:
2017-05-05 17:09:37
阅读次数:
277