/*hdr
** Copyright ...
** AUTHOR MichaelMa
** DATE 4-May-2014
** DESCRIPTION implement a mode of observer in C
** NOTE may be some bugs ...
分类:
编程语言 时间:
2014-05-10 09:53:03
阅读次数:
679
con.execute "CREATE tblImg (lngId COUNTER PRIMARY
KEY, binImg IMAGE)"set
ads=createobject("adodb.stream")ads.type=1ads.mode=3ads.openads.loadFromFile ...
分类:
数据库 时间:
2014-05-08 19:26:02
阅读次数:
376
SELECT A.TABLE_NAME 表英文名, A.TAB_COMMENTS 表中文名,
A.COLUMN_ID 序号, A.COLUMN_NAME 英文名, A.COMMENTS 中文名, B.PRIMARY_KEY 主键,
substr(A.DATA_TYPE,1,instr(A.DATA_...
分类:
数据库 时间:
2014-05-08 19:25:11
阅读次数:
415
由于项目中还没有更好的多点触控思路,所以需要将多点触控暂时关闭;关闭多点触控的代码只有一行:private void
image_ManipulationStarting(object sender, ManipulationStartingEventArgs
e){e.Mode = Manipul...
分类:
其他好文 时间:
2014-05-08 14:34:30
阅读次数:
251
Oracle优化器一共有三种即,RULE (基于规则),COST (基于成本)以及CHOOSE
(选择性),我们大家都知道设置缺省的相关Oracle优化器,其可以通过对init.ora文件中OPTIMIZER_MODE参数的各种声明。
如RULE,COST,CHOOSE,ALL_ROWS,FIRS....
分类:
数据库 时间:
2014-05-08 06:40:42
阅读次数:
429
原文: 10个devexpress ASPxPivotGrid常见问题
1、DXperience ASPxGridView如何开启lightweight模式描述:ASPxGridView样式主题中page render
mode选项里面有 lightweight模式,要如何开启此模式?解答:目前AS...
分类:
Web程序 时间:
2014-05-08 01:28:45
阅读次数:
764
Thailand的同事笔记本进不了OS,画面上只有一个指针形鼠标,连safemode也进不了,在加载了\windows\system32\drivers\classpnp.sys后停留在同样的画面。首先是觉得系统文件有关,检查下硬盘是否不良,用HDtune查看:有行警告。然后在网上搜索了一圈,发现一个记录了同样问题的B..
eshell是emacs shell的简称,是emacs自带的shell.开始设置的时候还在想是否要找到它的key map (eshell-mode-map?).
原来它是采用hook设置,如下所示
(add-hook 'eshell-mode-hook
(lambda ()
(local-set-key (kbd "C-j") 'switch-to...
分类:
其他好文 时间:
2014-05-07 05:25:39
阅读次数:
253
You are given an N × N grid initially filled by zeros. Let the rows and columns of the grid be numbered from1 to N, inclusive. There are two types of operations can be applied to the grid:
RowAdd R...
分类:
其他好文 时间:
2014-05-06 22:35:44
阅读次数:
451
AD620 芯片93 dB min Common-Mode Rejection Ratio
(G = 10) 0.28 mV p-p Noise (0.1 Hz to 10 Hz) THEORY OF OPERATIONThe AD620 is a
monolithic instrumentatio...
分类:
其他好文 时间:
2014-05-06 14:30:28
阅读次数:
263