Speech Module 1 FIRST_TEN = ["one", "two", "three", "four", "five", "six", "seven", 2 "eight", "nine"] 3 SECOND_TEN = ["ten", "eleven", "...
分类:
其他好文 时间:
2014-08-05 10:49:49
阅读次数:
218
A method for garbage collection in a solid state drive (SSD) includes determining whether the SSD is idle by a garbage collection module of the SSD; b...
分类:
其他好文 时间:
2014-08-05 00:25:08
阅读次数:
283
windows环境利用apache 配置虚拟主机
1.修改http.host
#LoadModule vhost_alias_module modules/mod_vhost_alias.so
#Include conf/extra/httpd-vhosts.conf
去掉这两项的#
2.修改httpd-vhosts.conf添加如下内容
DocumentRoot D...
A method for operating a memory module device. The method can include transferring a chip select, command, and address information from a host memory ...
分类:
其他好文 时间:
2014-08-04 20:38:38
阅读次数:
386
##Manage Kernel Modules display modules >lsmod Check modules parameters >modinfo -p usb_storage|st|sc8 Load modules >modprobe usb_storage|st|sc8 Rmove mdules > rmmod usb_storage|st|sc8 ###Set defau...
分类:
其他好文 时间:
2014-08-04 14:47:07
阅读次数:
247
You should be comfortable with the content in the modules up to and including the module "Arrays" for this project.Create a class called consultCo tha...
分类:
其他好文 时间:
2014-08-04 10:31:16
阅读次数:
291
You should be comfortable with the content in the modules up to and including the module "Input Output" for this project.You must follow the style gui...
分类:
编程语言 时间:
2014-08-04 10:28:36
阅读次数:
288
很多安装软件会存储在USB硬盘里面,在Windows系统中,则意味着,该USB硬盘驱动必须使用NTFS格式,因为FAT32格式的最大文件大小是4GB。然而,这里又会碰到新问题,因为在RHEL5中,默认不支持NTFS格式,换一句话说,就不能挂载文件格式为NTFS的USB硬盘。不过这里有个权益之计(work around),被称作'ntfs-3g', 要使其生效,必须安装下面RPM包。
NOTE:
使用的版本必须和Linux kernerl module相匹配,可以用uname -r来查看kernel版本,第一...
分类:
其他好文 时间:
2014-08-03 23:23:46
阅读次数:
410
最近在看有关提高website性能的书,个人觉得挺不错的两本书:>>觉得还是挺有收获的。其中有一章关于gzip的,就拿apache2.2来实践一下。要让apache支持gzip功能,要用到deflate_Module和headers_Module。进入apache的配置文件 httpd.conf进行...
分类:
其他好文 时间:
2014-08-03 22:58:56
阅读次数:
242
pexpect是python交互模块,有两种使用方法,一种是函数:run另外一种是spawn类1.pexpect module 安装 pexpect属于第三方的,所以需要安装, 目前的版本是 3.3 下载地址 https://pypi.python.org/pypi/pexpect/ 安装步骤...
分类:
编程语言 时间:
2014-08-03 17:48:15
阅读次数:
361