码迷,mamicode.com
首页 >  
搜索关键字:sticky bit    ( 10947个结果
android root su sticky bit
已经把su替换了,但还是不行,最后才发现是忘了加s属性-rwxrwxrwx root root 5416 2013-12-30 16:03 subusybox chmod u+s su-rwsrwxrwx root root 5416 2013-12-30 16:...
分类:移动开发   时间:2014-06-28 20:56:30    阅读次数:251
[leetcode]Gray Code
The gray code is a binary numeral system where two successive values differ in only one bit.Given a non-negative integernrepresenting the total number...
分类:其他好文   时间:2014-06-25 22:07:58    阅读次数:330
zynq生成boot.bin的批处理...方便啊!
在xilinx的SDK下生成boot.bin的过程,有时非常让人恼火...得手动选几个文件xx.fsbl, xx.bit, xx.elf.....选来选去的非常麻烦,而且SDK还常常Browse时...还不指定在当前工程目录下...所以,我一怒之下,想写个批处理...没有写出来...拖延症严重.. ...
分类:其他好文   时间:2014-06-22 23:39:39    阅读次数:339
Python画图工具matplotlib的使用(图形并茂)
matplotlib官网文档: http://matplotlib.org/gallery.html 支持win7_64_bit的matplotlib库下载网址: http://www.lfd.uci.edu/~gohlke/pythonlibs/#matplotlib   简介:           matplotlib 是python最著名的绘图库,它提供了一整套和matlab相似...
分类:编程语言   时间:2014-06-22 22:59:48    阅读次数:500
BitMap排序-大数据量节省空间
package com.jp.algorithm.sort;/** * 假设我们要对0-7内的5个元素(4,7,2,5,3)排序(这里假设这些元素没有重复)。那么我们就可以采用Bit-map的方法来达到排序的目的。要表示8个数 * ,我们就只需要8个Bit(1Bytes),首先我们开辟1Byte的空...
分类:其他好文   时间:2014-06-21 16:20:21    阅读次数:352
DMA控制器
DMA控制器依赖于平台硬件,这里只对i386的8237 DMA控制器做简单的说明,它有两个控制器,8个通道,具体说明如下:控制器1: 通道0-3,字节操作, 端口为 00-1F控制器2: 通道 4-7, 字操作, 端口咪 C0-DF- 所有寄存器是8 bit,与传输大小无关。- 通道 4 被用来将控...
分类:其他好文   时间:2014-06-20 22:01:24    阅读次数:243
Careercup | Chapter 5
5.1 You are given two 32-bit numbers, N andM, and two bit positions, i and j. Write a method to insert M into Nsuch that M starts at bit j and ends at...
分类:其他好文   时间:2014-06-20 13:51:09    阅读次数:149
ftp
CentOS http://vault.centos.org/apachehttp://mirror.bit.edu.cn/apache/httpd/mysqlftp://mysql.cdpa.nsysu.edu.tw/Unix/Database/MySQL/Downloads/phphttps:/...
分类:其他好文   时间:2014-06-18 22:24:38    阅读次数:214
ubuntu下查看文件md5
终端输入md5sum --help:md5sum --help用法:md5sum [选项]... [文件]...显示或检查 MD5(128-bit) 校验和。若没有文件选项,或者文件处为"-",则从标准输入读取。-b, --binary 以二进制模式读取-c, --check 从文件中读取MD5.....
分类:其他好文   时间:2014-06-18 08:20:03    阅读次数:199
SQL数据库数据类型详解
数据类型类型描 述bit整型bit 数据类型是整型,其值只能是0、1或空值。这种数据类型用于存储只有两种可能值的数据,如Yes 或No、True 或Fa lse 、On 或Offint整型int 数据类型可以存储从- 231(-2147483648)到231(2147483 647)之间的整数。存储...
分类:数据库   时间:2014-06-17 14:52:34    阅读次数:314
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!