CSS Specificity As mentioned above, CSS styles follow an order of specificity and point values to determine(确定) when styles override(覆盖) one another or take precedence(优先). Nettuts recently h...
分类:
Web程序 时间:
2015-01-09 22:32:39
阅读次数:
386
症状:输入密码一闪而过,一点提示也没有,密码首先保证是正确的..于是就想到了 直接跳过权限验证 ,用到了以下的方法:一、首先进入cmd 切入MySQL的安装目录,然后切入 bin 目录 ,输入mysqld-nt --skip-grant-tables命令。这个 cmd 窗口先不要关闭, 打开另一个窗...
分类:
数据库 时间:
2015-01-09 20:55:51
阅读次数:
237
WHAT ARE MY STRENGTHS?Whenever you make a key decision or take a key action,write down what expect will happen.9 or 12 months later,compare the actual...
分类:
其他好文 时间:
2015-01-09 00:03:21
阅读次数:
403
#include#include "adcproc.h"#include "utils.h"#include "globdefs.h"#define SKIP_SAMPLES 1//ADC采样时忽略样本数#define BYTE unsigned char#define ADC_MUX_I 0x00...
分类:
其他好文 时间:
2015-01-08 02:08:09
阅读次数:
400
今天收到邮件mysql从库同步出错了,后来跟开发沟通了一下说是,测试的时候向从库里插入过数据,后来删除了,以为不会影响主库,然后这个程序再向主库插入数据的时候报这个错了,网上找了一下解决方法:修改mysql配置文件/etc/my.cnf在[mysqld]下加一行slave_skip_errors=1062,..
分类:
数据库 时间:
2015-01-07 19:05:56
阅读次数:
237
/* 启动MySQL */net start mysql/* 连接与断开服务器 */mysql -h 地址 -P 端口 -u 用户名 -p 密码/* 跳过权限验证登录MySQL */mysqld --skip-grant-tables-- 修改root密码密码加密函数password()update...
分类:
数据库 时间:
2015-01-06 22:48:52
阅读次数:
353
在MariaDB配置文件/etc/my.cnf [mysqld]中加入skip-grant-tables一行:[Richard@localhost ~]$ sudo vi /etc/my.cnf[mysqld]datadir=/var/lib/mysqlsocket=/var/lib/mysql/m...
分类:
数据库 时间:
2015-01-06 13:37:03
阅读次数:
196
参数用途: skip-name-resolve #禁止MySQL对外部连接进行DNS解析skip-grant-tables? 添加--skip-name-resolve方法: 1 [Mysqld] 2 ?…… 3 skip-name-resolve 4 …… 修改配置文件添加并需要重启。 参数优化: ...
分类:
数据库 时间:
2015-01-06 12:16:02
阅读次数:
261
MongoDB高级查询特性、skip、limit实现分页、存储过程等等...
分类:
数据库 时间:
2015-01-06 12:00:15
阅读次数:
232
我的树分治#3.After the success of 2nd anniversary (take a look at problem FTOUR for more details), this 3rd year, Travel Agent SPOJ goes on with another di...
分类:
其他好文 时间:
2015-01-05 21:39:40
阅读次数:
160