解决此问题有以下2个方法: localhost改成% 1.进入mysql的BIN目录 注:root为管理员用户名,password为用户root的密码: mysql -u root -p password mysql>use mysql; mysql>update user set host ='% ...
分类:
数据库 时间:
2017-08-11 22:59:39
阅读次数:
211
nvert a binary tree. Trivia: This problem was inspired by this original tweet by Max Howell: Google: 90% of our engineers use the software you wrote ( ...
分类:
其他好文 时间:
2017-08-11 22:58:52
阅读次数:
114
题目描述 ACboy was kidnapped!! he miss his mother very much and is very scare now.You can't image how dark the room he was put into is, so poor :(. As a s ...
分类:
其他好文 时间:
2017-08-11 22:58:19
阅读次数:
142
when use vastinspector to check our vast response ,it tiped : "no 'access-control-allow-origin' header is present on the requested resource. origin 'h ...
分类:
数据库 时间:
2017-08-11 21:14:47
阅读次数:
287
Cow Bowling Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 19864 Accepted: 13172 Description The cows don't use actual bowling balls when ...
分类:
其他好文 时间:
2017-08-11 20:33:23
阅读次数:
194
第一种:前段常规绑定: 第2种:js绑定监听事件: 第2种:js+“”on“”绑定事件: ...
分类:
Web程序 时间:
2017-08-11 19:33:34
阅读次数:
126
原文 : http://www.zhangxinxu.com/wordpress/2014/06/understand-css-clear-left-right-and-use/ clear 的四个值 : none , left , right , both clear : left -- 设置该属 ...
分类:
其他好文 时间:
2017-08-11 19:32:55
阅读次数:
161
操作系统分类: 单用户单任务系统:MS-DOS 单用户多任务系统:只能设备 多用户多任务系统:类UNIX rhel6用户分类: 管理员:root uid=0 拥有至高无上的权限 系统用户 (程序用户):程序或服务运行时的身份 1<=uid<500;不允许登录 系统。(centos 7 1-999) ...
分类:
其他好文 时间:
2017-08-11 18:58:06
阅读次数:
155
1. 用df 检查发现根目录可用空间越为200M 2. 用du命令查看根目录各子目录占用空间,可以发现6G的空间莫名其妙地丢了 3. 用lsof命令查看有很多处于deleted状态的进程 4. 根据lsof列出的进程号,kill这些进程,稍等片刻,再查看磁盘容量使用情况,注意如果不熟悉进程的作用,请 ...
分类:
系统相关 时间:
2017-08-11 17:48:36
阅读次数:
745
from selenium.webdriver.common.keys import KeysA = driver.find_element_by_idA('user_login').send_keys('cgr') A('user_password').send_keys('000000',Key ...
分类:
其他好文 时间:
2017-08-11 17:47:45
阅读次数:
171