已经把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
数据库中字段类型对应C#中的数据类型:数据库 C#程序 int int32 text string bigint int64 binary System.Byte[] bit Boolean char string...
分类:
数据库 时间:
2014-06-26 16:45:09
阅读次数:
348
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
2014-06-20 BaoXinjian一、摘要DML(data manipulation language): 它们是SELECT、UPDATE、INSERT、DELETE,就象它的名字一样,这4条命令是用来对数据库里的数据进行操作的语言DDL(data definition language)...
分类:
数据库 时间:
2014-06-24 09:08:24
阅读次数:
365
在xilinx的SDK下生成boot.bin的过程,有时非常让人恼火...得手动选几个文件xx.fsbl, xx.bit, xx.elf.....选来选去的非常麻烦,而且SDK还常常Browse时...还不指定在当前工程目录下...所以,我一怒之下,想写个批处理...没有写出来...拖延症严重.. ...
分类:
其他好文 时间:
2014-06-22 23:39:39
阅读次数:
339
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
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控制器依赖于平台硬件,这里只对i386的8237 DMA控制器做简单的说明,它有两个控制器,8个通道,具体说明如下:控制器1: 通道0-3,字节操作, 端口为 00-1F控制器2: 通道 4-7, 字操作, 端口咪 C0-DF- 所有寄存器是8 bit,与传输大小无关。- 通道 4 被用来将控...
分类:
其他好文 时间:
2014-06-20 22:01:24
阅读次数:
243
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
终端输入md5sum --help:md5sum --help用法:md5sum [选项]... [文件]...显示或检查 MD5(128-bit) 校验和。若没有文件选项,或者文件处为"-",则从标准输入读取。-b, --binary 以二进制模式读取-c, --check 从文件中读取MD5.....
分类:
其他好文 时间:
2014-06-18 08:20:03
阅读次数:
199