键盘事件全面控制 Keyboard Event Handler Lab onKeyDownonKeyPressonKeyUp Key Codes 0 0 0 Char Codes (IE5/Mac; NN6) 0 ...
分类:
其他好文 时间:
2014-08-15 19:26:39
阅读次数:
335
gzipgunzip比较通用的压缩文件简单的命令-简单的操作。Linux压缩工具[root@labhuxiaoming]#gzip123.txt#gzip是直接把源文件压缩之后不保留源文件的#[root@labhuxiaoming]#ls123.txt.gz2.txtshuzu.shsoftware_list.log[root@labhuxiaoming]#gunzip123.txt.gz#反之亦然#[root@lab..
分类:
其他好文 时间:
2014-08-12 03:37:34
阅读次数:
204
查看linux服务器CPU两大指导原则#具有相同的coreid的CPU是同一个core的超线程##具有相同physicalid的CPU是同一个CPU封装的线程或核心#cat/proc/cpuinfo|grep‘siblings‘查看是否为超线程[root@lab~]#arch#这台是我的R51旧笔记本#i686[root@lab~]#cat/proc/cpuinfo#这台是我的R51..
分类:
其他好文 时间:
2014-08-12 03:37:24
阅读次数:
253
#查看是否安装yum#rpm-qa|grepyum[root@lab~]#rpm-qa|grepyum#寻找适合自己操作系统的yum安装包(可以通过浏览器,来翻开寻找)#http://mirror.centos.org/centos-6/6.5/os/x86_64/Packages/yum-3.2.29-40.el6.centos.noarch.rpm[root@labhuxiaoming]#wgethttp://mirror.centos..
分类:
Web程序 时间:
2014-08-12 03:30:13
阅读次数:
841
JavaScript键盘事件全面控制,它可以捕获键盘事件的输入状态,可以判断你敲打了键盘的那个键,ctrl、shift,26个字母等等,返回具体键盘值。键盘事件全面控制 Keyboard Event Handler Lab onKeyDownonKeyPresso...
分类:
编程语言 时间:
2014-08-08 12:30:05
阅读次数:
326
The Code
In this lab you will implement a streaming video server and client that communicate using the Real-Time Streaming Protocol (RTSP) and send data using the Real-time Transfer Protocol (RTP). Y...
分类:
其他好文 时间:
2014-08-04 11:06:37
阅读次数:
413
1Columbia Universitycs3157 – Advanced ProgrammingSummer 2014, Lab #2, 60ish pointsJune 9, 2014Follow these step-by-step instructions. This lab must be...
分类:
编程语言 时间:
2014-08-04 10:46:47
阅读次数:
356
1Columbia Universitycs3157 – Advanced ProgrammingSummer 2014, Lab #3, 40 pointsJune 10, 2014This lab is due June 23rd 11:59 pm.? lab in C. We will be ...
分类:
编程语言 时间:
2014-08-04 10:43:57
阅读次数:
271