Image File Execution
Options就是映像劫持技术,通过此种方式替换记事本,非常地绿色环保。Image File Execution
Options是CreateProcess函数中的一个功能,即在可执行程序运行时,Windows会先检测对应IFEO中的Debugger值,如果...
分类:
其他好文 时间:
2014-06-11 23:22:20
阅读次数:
594
Welcome to the wonderful world of
portability... or rather the lack of it. Before we start analyzing these two
options in detail and take a deeper loo...
分类:
系统相关 时间:
2014-06-11 22:05:34
阅读次数:
407
安装中文字体:sudo apt-get install
ttf-wqy-zenhei安装中文输入法:sudo apt-get install scim-pinyin系统配置:sudo
raspi-config选择Internationalisation Options ->Change Locale...
分类:
其他好文 时间:
2014-06-11 08:24:22
阅读次数:
348
用secureCRT建了一个串口COM1后,连接上开发板后,可以正确接受和显示串口的输出,但是按键输入无效。解决:Session Options ->
Connection -> Serial -> Flow Control,将原先选中的
RTS/CTS取消掉,再重新connect开发板,再次连上后...
分类:
其他好文 时间:
2014-06-08 20:39:39
阅读次数:
267
在测试sqoop语句的时候,一定要限制记录数量,否则就像我刚才,等了1个多小时,才看到测试结果。????sqoop-import --options-file media_options.txt --table my_table --where "ID = 2" --target-dir /user/jenkins/bigdata/import/20140607 -m 1 --fields-ter...
分类:
其他好文 时间:
2014-06-08 04:57:18
阅读次数:
350
获取标题,当点击时弹窗 $(document).ready(function(){ var
options = { chart: { plotBackgroundColor: null, plotBorderWidth: null,
plotShadow: fal...
分类:
其他好文 时间:
2014-06-07 23:49:15
阅读次数:
395
public static Bitmap readBitmap(String path) {
BitmapFactory.Options options = new BitmapFactory.Options();
options.inPreferredConfi...
分类:
移动开发 时间:
2014-06-07 23:47:53
阅读次数:
293
在UIButton的selected设为TRUE后,需要在按钮高亮时,显示自定义的背景图。
经研究hightLighted和selected这两个状态是可以重叠的,就是button可以同时处于selectec和highlighted两个状态下。
从UIControlState的定义也可以看出:
typedef NS_OPTIONS(NSUInteger, UIControlState) {...
分类:
其他好文 时间:
2014-06-07 16:25:17
阅读次数:
323
以前写代码中,每当需要获取元素的实际“宽度”(这里的宽度是指元素宽度加上其边距)时,都需要用元素宽度加上margin值才行,今天发现一个叫outerWidth(options)的方法 ,很好用。完成了原来需要用一段来操作做的工作。
这个方法不适用于window 和 document对象,可以使用.width()代替。
下面是其简单介绍
outerWidth(options)
获取第一个匹配...
分类:
Web程序 时间:
2014-06-07 15:39:16
阅读次数:
257