最近收集了一下键盘按键对应的ASCII码:
ESC键VK_ESCAPE (27)
回车键:VK_RETURN (13)
TAB键:VK_TAB (9)
Caps Lock键:VK_CAPITAL (20)
Shift键:VK_SHIFT (16)
Ctrl键:VK_CONTROL (17)
Alt键:VK_MENU (18)
空格键:VK_SPACE...
分类:
其他好文 时间:
2014-06-05 11:37:19
阅读次数:
263
series compensator
最好看过
Introduction to lead/leg compensator
再看这个串联校正的笔记blog
通过波特图校正系统:
校正系统就会有对系统的期望要求。图中对系统的期望是斜坡输入的稳态误差ess
第一步是系统的定型(确定好系统的阶次),阶...
分类:
其他好文 时间:
2014-06-05 03:38:00
阅读次数:
263
测试版本:CDH5.0,(Hadoop2.3)在使用windows调用Hadoop yarn平台的时候,一般都会遇到如下的错误:2014-05-28 17:32:19,761 WARN org.apache.hadoop.yarn.server.nodemanager.DefaultContainerExecutor: Exception from container-launch with co...
分类:
其他好文 时间:
2014-06-03 06:26:17
阅读次数:
277
The master DMA arbitration control register (MDMAARBU) controls the priority levels of MDMA requests going out of CorePac. It controls the priority levels used by the L2 memory
controller when sendi...
分类:
其他好文 时间:
2014-06-03 02:39:09
阅读次数:
311
条款47控制流
难度:6
你到底有多了解C++代码的执行顺序呢?通过这个问题来测试一下你的知识。
“恶魔藏在细节里。”尽量指出下面(人为)代码的问题,请集中在控制流相关的问题上。
#include
#include
#include
#include
using namespace std;
// The following lines come from other...
分类:
编程语言 时间:
2014-06-03 02:30:46
阅读次数:
342
e Where ?
root
pdb
备注
Control files and redo log files
Y
belongs to the CDB and not to a specific container...
分类:
数据库 时间:
2014-06-01 13:06:25
阅读次数:
332
Sketch Nyquist plot
这是相当纠结的领悟。我始终没明白Nyquist曲线究竟是怎么回事,简直痛苦
之前讲了
波特图入门
徒手绘制波特图
波特图就是讲幅频特性和相频特性分别绘制在两幅图片上,而Nyquist曲线是将这两幅图合并成一幅图。
现实生活中多是黑箱模型,系统内部的结构是不知道的,为了...
分类:
其他好文 时间:
2014-06-01 09:07:11
阅读次数:
347
Barcode .NET Control
Combo条形码控件是一款提供了6种不同类型条码的.NET控件,可以用于生成当前常用的一维条码、postal code
条码、PDF417条码、DataMatrix, Aztec, QRCode, MaxiCode,并且可以保存条码为不同的图像文件格式,可以...
分类:
Web程序 时间:
2014-05-31 19:28:21
阅读次数:
419
DropDownList list = this.findContol("aas") as
DropDownList;list.DataSource = new DataTable() -------------------------------
Control ctl = this.FindCo...
分类:
其他好文 时间:
2014-05-31 19:12:44
阅读次数:
171
spring的核心是IOC和DI,首先要明白IOC和DI的概念。IOC,即Inverse of
Control,反转控制,就是将原本在程序中手动创建service对象的控制权交给spring容器管理,简单的说就是对象的创建权交给了spring容器管理。DI,即Dependency
Injection...
分类:
编程语言 时间:
2014-05-31 14:09:11
阅读次数:
389