码迷,mamicode.com
首页 >  
搜索关键字:options    ( 7918个结果
利用映像劫持替换记事本
Image File Execution Options就是映像劫持技术,通过此种方式替换记事本,非常地绿色环保。Image File Execution Options是CreateProcess函数中的一个功能,即在可执行程序运行时,Windows会先检测对应IFEO中的Debugger值,如果...
分类:其他好文   时间:2014-06-11 23:22:20    阅读次数:594
linux socket中的SO_REUSEADDR
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不能输入
用secureCRT建了一个串口COM1后,连接上开发板后,可以正确接受和显示串口的输出,但是按键输入无效。解决:Session Options -> Connection -> Serial -> Flow Control,将原先选中的 RTS/CTS取消掉,再重新connect开发板,再次连上后...
分类:其他好文   时间:2014-06-08 20:39:39    阅读次数:267
sqoop 使用指定条件导入数据
在测试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
highchart添加事件
获取标题,当点击时弹窗 $(document).ready(function(){ var options = { chart: { plotBackgroundColor: null, plotBorderWidth: null, plotShadow: fal...
分类:其他好文   时间:2014-06-07 23:49:15    阅读次数:395
【Android】Android内存溢出问题---用自行开辟的空间进行对内存管理
public static Bitmap readBitmap(String path) { BitmapFactory.Options options = new BitmapFactory.Options(); options.inPreferredConfi...
分类:移动开发   时间:2014-06-07 23:47:53    阅读次数:293
UIButton的selected设为TRUE时在按下时显示自定义的背景图
在UIButton的selected设为TRUE后,需要在按钮高亮时,显示自定义的背景图。 经研究hightLighted和selected这两个状态是可以重叠的,就是button可以同时处于selectec和highlighted两个状态下。 从UIControlState的定义也可以看出: typedef NS_OPTIONS(NSUInteger, UIControlState) {...
分类:其他好文   时间:2014-06-07 16:25:17    阅读次数:323
jquery outerHeight方法 outerWidth方法 获取元素实际宽度高度
以前写代码中,每当需要获取元素的实际“宽度”(这里的宽度是指元素宽度加上其边距)时,都需要用元素宽度加上margin值才行,今天发现一个叫outerWidth(options)的方法 ,很好用。完成了原来需要用一段来操作做的工作。 这个方法不适用于window 和 document对象,可以使用.width()代替。 下面是其简单介绍 outerWidth(options) 获取第一个匹配...
分类:Web程序   时间:2014-06-07 15:39:16    阅读次数:257
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!