码迷,mamicode.com
首页 >  
搜索关键字:incorrect password o    ( 12665个结果
gre网络细节
一、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密码和设置权限 转摘:http://www.cnblogs.com/wangs/p/3346767.html
整理了以下四种在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
AAuto 自动登录网页
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打字效果
JQ字幕打字效果 Login : username password : ****** Access is granted 中文呢?效果如下图:
分类:其他好文   时间:2015-01-15 12:38:16    阅读次数:202
zip4j 解压
/**解压**/public class ExtractAllFiles { public static int extractAllFiles(String unZipfile, String afterunZipfile, String password) { try...
分类:其他好文   时间:2015-01-15 00:16:14    阅读次数:331
使用expect批量自动备份启明防火墙配置
#!/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
利用Python入库性能日志到MySQL
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
prepare a mysql docker server
@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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!