码迷,mamicode.com
首页 >  
搜索关键字:use    ( 28727个结果
zbb20170811 mysql远程连接报错: Host * is not allowed to connect to this MySQL server,解决方法
解决此问题有以下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
LeetCode226:Invert Binary Tree
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
XYNU-ACM-ACboy needs your help again!
题目描述 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
access-control-allow-origin
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
POJ-3176
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
js 三种事件的绑定
第一种:前段常规绑定: 第2种:js绑定监听事件: 第2种:js+“”on“”绑定事件: ...
分类:Web程序   时间:2017-08-11 19:33:34    阅读次数:126
HMLT clear 属性
原文 : 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
linux删除文件后不释放磁盘的问题
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!