一、OpenStack网络设备的命名规律:1、TenantA的router和Linux网络命名空间qrouter名称root@controller:~# neutron --os-tenant-name TenantA --os-username UserA --os-password passwo...
分类:
其他好文 时间:
2015-01-15 17:50:32
阅读次数:
807
整理了以下四种在MySQL中修改root密码的方法,可能对大家有所帮助!方法1: 用SET PASSWORD命令 mysql -u root mysql> SET PASSWORD FOR'root'@'localhost'= PASSWORD('newpass');方法2:用mysqladmi.....
分类:
数据库 时间:
2015-01-15 15:50:12
阅读次数:
180
一、简介移动梦网短信平台可以通过SOAP、HTTP GET、HTTP POST方式发送短信,下面是我用perl写的通过SOAP发送短信的脚本,它比梦网提供的php、java小多了,可以和nagios等系统集成;二、用法查询余额: sendMsgSOAP.pl -u user -p password ...
分类:
移动开发 时间:
2015-01-15 15:39:23
阅读次数:
345
importwin.ui;
importweb.form;
/*DSG{{*/
varwinform=win.form(parent=...;min=1;bottom=249;scroll=1;right=349;text="AAutoForm";max=1)
winform.add()
/*}}*/
//创建web窗体
varwb=web.form(winform);
//打开目标网站
wb.go("http://xxx.com/public/login.html")
winfor..
分类:
Web程序 时间:
2015-01-15 13:06:18
阅读次数:
173
JQ字幕打字效果 Login : username password : ****** Access is granted 中文呢?效果如下图:
分类:
其他好文 时间:
2015-01-15 12:38:16
阅读次数:
202
/**解压**/public class ExtractAllFiles { public static int extractAllFiles(String unZipfile, String afterunZipfile, String password) { try...
分类:
其他好文 时间:
2015-01-15 00:16:14
阅读次数:
331
#!/usr/bin/expect-fif{$argc!=3}{send_user"用法:$argv0<server><login><password>\n"exit}settimeout1setTERMANSIsetSERVER[lindex$argv0]setLOGIN[lindex$argv1]setPASSWD[lindex$argv2]spawntelnetexpect"telnet>"send"open$SERVER\r"sleep10expect"l..
分类:
其他好文 时间:
2015-01-14 18:19:25
阅读次数:
162
1.Windows下Python代码importMySQLdb报错importMySQLdbImportError:NomodulenamedMySQLdb2.Python连接数据库,注意要指定字符集importMySQLdbdb=MySQLdb.connect(host=‘192.168.1.101‘,user=‘user‘,passwd=‘password‘,db=‘PERFDB‘,charset=‘utf8‘)cursor=db.cursor()3.KaliLinu..
分类:
数据库 时间:
2015-01-14 18:07:22
阅读次数:
877
Find the defects in each of the following programs, and explain why it is incorrect.// the function need set corresponding bit in int#define BIT_MASK(...
分类:
其他好文 时间:
2015-01-14 14:03:02
阅读次数:
156
@run server..docker run --name some-mysql -e MYSQL_ROOT_PASSWORD=mysecretpassword -d mysql@applicationdocker run --name some-app --link some-mysql:mys...
分类:
数据库 时间:
2015-01-14 10:58:36
阅读次数:
160