#!/usr/bin/python
#-*-coding:utf-8-*-
importparamiko,os,datetime
server_ip=‘192.168.1.123‘
server_user=‘root‘
server_passwd=‘10241010‘
server_port=22
#local_dir=‘C:\Python27‘
#remote_dir=‘/soft2/nba/‘
defssh_connect():
ssh=paramiko.SSHClient()
ssh.set_missi..
分类:
编程语言 时间:
2014-05-27 03:51:40
阅读次数:
283
转帖:原文地址http://blog.csdn.net/panys/article/details/3838846archive log
日志已满ORA-00257: archiver error. Connect internal only, until freed 错误的处理方法 1.
用sys...
分类:
其他好文 时间:
2014-05-24 02:47:43
阅读次数:
457
WM_CAP_DRIVER_CONNECT//ActiveX
---->OnCreatem_pit.Create(IDD_CAM_DIALOG,this);CRect
rc;this->GetClientRect(&rc);m_pit.m_cam.MoveWindow(&rc);m_pit.Show...
分类:
其他好文 时间:
2014-05-23 12:09:20
阅读次数:
570
DWORD WINAPI mythread( LPVOID lpParameter) //客户线程{ struct My my; memcpy(&my,lpParameter,sizeof(My)); printf("One client connect!\n"); char str1; ......
分类:
其他好文 时间:
2014-05-22 06:31:02
阅读次数:
319
listen(等待连接) 相关函数
socket,bind,accept,connect表头文件 #include定义函数 int listen(int s,int backlog);函数说明
listen()用来等待参数s 的socket连线。参数backlog指定同时能处 理的最大连接要求,如果...
分类:
系统相关 时间:
2014-05-19 20:47:20
阅读次数:
469
http://blog.163.com/xxciof/blog/static/7978132720095193113752/
oracle中 connect by prior 递归算法 Oracle中start with...connect by prior子句用法 connect
by 是结构化查...
分类:
数据库 时间:
2014-05-19 14:45:10
阅读次数:
321
解决它们之间的通信问题,需要在mainwindow中添加
ui->webView->settings()->setAttribute(QWebSettings::JavascriptEnabled,
true); connect(ui->webView->page()->mainFrame(...
mysql_affected_rows: 得到 MySQL 最后操作影响的列数目。
mysql_close: 关闭 MySQL 服务器连接。 mysql_connect: 打开 MySQL 服务器连接。 mysql_create_db:
建立一个 MySQL 新数据库。 mysql_data_see...
分类:
数据库 时间:
2014-05-17 21:42:27
阅读次数:
268
1 $uid, "PWD"=>$pwd,
"Database"=>"LocationAnalysisDatabase");10 11 $conn = sqlsrv_connect(
$serverName, $connectionInfo);12 13 if( $conn == false){14....
分类:
数据库 时间:
2014-05-16 04:39:58
阅读次数:
360
场景描述:采用fcntl函数设置无阻塞套接字,尝试连接远程服务器,连接的时候出现如下的错误:if(fcntl(sock,F_SETFL,O_NONBLOCK)==-1)return-1;printf("Connectreturnretval=%d,sock=%d\n",retval,sock);retval=connect(sock,(structsockaddr*)&edpinfo->servAddr,sizeo..
分类:
其他好文 时间:
2014-05-16 02:45:36
阅读次数:
228