ssh-keygencat id_rsa.pub >> authorized_keys目标机器上授权chmod 700 ~/.sshchmod 600 ~/.ssh/authorized_keysssh root@{remote.target.host}
分类:
其他好文 时间:
2014-07-16 21:48:06
阅读次数:
171
./pdsh -R ssh -w node-10-0[0-5] hostname-R:指定传输方式,默认为rsh,本例为ssh,如果希望ssh传输需要另行安装pdsh-rcmd-ssh,如果希望ssh无密码访问需要提前配置好。-w:指定待执行命令host,也可以这样配置,node_[1-9, 35,...
分类:
其他好文 时间:
2014-07-16 21:42:57
阅读次数:
275
1.TNS-00525: Insufficient privilege for operationStarted with pid=30869Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=ora11g)(PORT=1521)))Err...
分类:
其他好文 时间:
2014-07-12 13:27:00
阅读次数:
187
location.hash 设置或获取 href 属性中在井号“#”后面的分段。location.host 设置或获取 location 或 URL 的 hostname 和 port 号码。location.hostname 设置或获取 location 或 URL 的主机名称部分。locatio...
分类:
Web程序 时间:
2014-07-12 08:38:26
阅读次数:
275
在对话框初始化过程中将设备通知消息注册到winproc中
//Register to receive notification when a USB device is plugged in.
broadcastInterface.dbcc_size =sizeof(DEV_BROADCAST_DEVICEINTERFACE);
broadcastInterface.dbcc_devicet...
分类:
其他好文 时间:
2014-07-10 21:49:41
阅读次数:
338
今天同事pvuTraceback (most recent call last): File "F:\vmid.py", line 11, in vmiddle.connect((host, port))LookupError: unknown encoding: idna...
分类:
其他好文 时间:
2014-07-10 21:17:06
阅读次数:
365
USB中典型类及子类:
类别
解释
子类
典型应用
IC芯片
备注
UVC
视频类
免驱USB摄像头
CDC
通讯类
RNDIS
ECM(p24)
...
分类:
其他好文 时间:
2014-07-10 21:11:09
阅读次数:
801
SRCmeanssamplingrateconvert,SWSRCisdosamplingrateconvertbySWnotHW.InMSWinceaudiodriver,wealwayscallitwavedriver,thereisthesourcecodeforSWSRC.ThefunctionareOutputStreamContext::Render2()InputStreamContext::Render2()Itissimple,itcanmeetourrequirement,HWSRCalw..
分类:
其他好文 时间:
2014-07-10 18:59:11
阅读次数:
201
我采用的是MySQLdb操作的MYSQL数据库。先来一个简单的例子吧:importMySQLdb
try:
conn=MySQLdb.connect(host=‘localhost‘,user=‘root‘,passwd=‘root‘,db=‘test‘,port=3306)
cur=conn.cursor()
cur.execute(‘select*fromuser‘)
cur.close()
conn.close()
exceptMySQLdb.Error,e..
分类:
数据库 时间:
2014-07-10 18:20:40
阅读次数:
282
乐高Mindstorm EV3智能机器人(以下简称EV3)自从在2013年的CES(Consumer Electronics Show美国消费电子展)上展出之后,就吸引了全球广大机器人爱好者的眼球!EV3相比其上一代机器人NXT最大的提升就在于其硬件上。除了更强大的ARM处理器,并加载了Linux操作系统之外,EV3还配备了蓝牙,支持外接USB,外接WiFi。因为有了这么多的硬件提升,EV3最酷的...
分类:
移动开发 时间:
2014-07-10 17:10:35
阅读次数:
377