参考书:《linux device drivers》、《usb 2.0规范》 《usb3.1规范》《usb白皮书》以linux为例来说明usb系统。先看一下usb蓝牙适配器的详细信息:$ lsusb | grep CambridgeBus 001 Device 006: ID 0a12:0001 C...
分类:
系统相关 时间:
2014-06-27 00:45:50
阅读次数:
515
[luwenwei@appdev115 ~]$ ps -ef | grep initroot 1 0 0 Apr24 ? 00:08:25 init [3][luwenwei@appdev115 ~]$ ps -ef | head -n 1UID ...
分类:
其他好文 时间:
2014-06-27 00:07:35
阅读次数:
245
【1】子页面取得父页面的dom对象 parent.window.$('#id').val("");【2】父页面取得子页面的对象 $(window.frames["iframeName"].document).find('#subjectDg').datagrid('acceptChanges'); ...
分类:
Web程序 时间:
2014-06-26 20:24:06
阅读次数:
228
转自:http://blog.sina.com.cn/s/blog_5fdbd0410100pmnn.htmlJohnKarlBrandon获取第一个元素:$("ul li:first-child")JohnKarlBrandon获取第一个元素:$("#getfirst").find("ul li:...
分类:
Web程序 时间:
2014-06-26 19:37:50
阅读次数:
702
第一个:type--查询一个命令的类型 -查询一个命令为内部或者外部命令的命令; -linux的众多命令中,有内部命令和外部命令,这时可以用type命令来查询一个命令到底是属于内部命令还是属于外部命令; -内部命令和外部命令的区分方法:在系统中有存储位置的为外部命令,没有存储位置的为内部命令,因为内...
分类:
系统相关 时间:
2014-06-26 17:50:23
阅读次数:
292
getResult:function(data){
data=data.replace(/"/g,"'");
var xml;
//解决办法
if( typeof data == "string" ){
xml = new ActiveXObject("Microsoft.XMLDOM");...
分类:
Web程序 时间:
2014-06-26 10:42:33
阅读次数:
267
Given a string containing just the characters '(' and ')', find the length of the longest valid (well-formed) parentheses substring.For "(()", the lon...
分类:
其他好文 时间:
2014-06-25 11:07:45
阅读次数:
230
grep是一种强大的文本搜索工具,它能够使用正则表达式搜索文本,并将搜索到的内容打印出来。grep命令的格式:grep[options]PATTERN[FILE..]搜索成功将执行状态为0,未搜索到将返回1,搜索文件的路径错误将返回2.[options]:-c:显示匹配到了多少行-n:为输出的文件添加行号-v:..
分类:
系统相关 时间:
2014-06-25 10:49:38
阅读次数:
248
#!/bin/sh
user="seqkit"
myDomain="hyldap"
passwd="******"
echo-n"">./passwd.ldif
echo-n"">./group.ldif
foriin$user
do
echo"Startwriteuserinfotopasswd.ldifgroup.ldif"
grep"^${i}:"/etc/passwd>>./passwd.ldif
grep"^${i}:"/etc/group>>./group.l..
分类:
其他好文 时间:
2014-06-25 10:22:23
阅读次数:
583
Well , you know. As a college student who want to find a good job after graduating like me , scores are not that important. I just want to have some low scores which can help me graduate successfully...
分类:
其他好文 时间:
2014-06-25 09:59:37
阅读次数:
202