今天是举国欢庆的日志,身为奋青的我,学习和工作,首日计划安排必须是学习任务呀;但是今天心血来潮,Mariadb密码忘记了,于是巴拉巴拉的执行"mysqld_safe --skip-grant-tables &"这个神技能,打算跳过密码验证,直接登录到数据库中,更新密码;mysqld_stfe这条命令 ...
分类:
数据库 时间:
2018-10-01 20:00:07
阅读次数:
199
标签中静态常量: EVAL_BODY_INCLUDE:告诉服务器正文的内容,并把这些内容送入输出流 SKIP_BODY:告诉服务器不要处理正文内容 EVAL_PAGE:让服务器继续执行页面 SKIP_PAGE:让服务器不要处理剩余的页面 EVAL_BODY_AGAIN:让服务器继续处理正文内容,只有 ...
分类:
Web程序 时间:
2018-10-01 18:25:05
阅读次数:
281
try You have 2 options when you try calling a function that may throw. You can take responsibility of handling errors by surrounding your call within ...
分类:
编程语言 时间:
2018-09-30 18:24:08
阅读次数:
175
一个偶然的事情,线上一部MySQL slave 被人误删了数据,然后又在 master上执行了同样的 delete 操作,导致从库报了1032错误。 其实这种情况下,如果能将缺少的记录重新insert 进去,再 start slave就可以完美解决; 问题在于不知道他具体操作了什么数据,所以想直接跳 ...
分类:
数据库 时间:
2018-09-29 15:28:13
阅读次数:
387
Problem UVA11175-From D to E and Back Accept: 164 Submit: 607Time Limit: 3000 mSec Problem Description Take any directed graph D with n vertices and m ...
分类:
其他好文 时间:
2018-09-29 01:17:47
阅读次数:
233
Although ChezScheme announces it provides a powerful expression editor, there are a lot of commands and rules to learn to take advantages of it. If yo ...
分类:
其他好文 时间:
2018-09-24 13:47:43
阅读次数:
188
A very clear article (in zh-cn) on the topic (as in the title) - http://www.hollischuang.com/archives/681 Key take-aways: 二阶段提交的算法思路可以概括为:参与者将操作成败通知协调 ...
分类:
其他好文 时间:
2018-09-24 11:17:45
阅读次数:
187
1. 在安装mysql的文件目录中找到配置文件my.ini ,然后右击用记事本打开 2. 打开后,搜索mysqld关键字 找到后,在mysqld下面添加skip-grant-tables,保存退出。 PS:若提示不让保存时,可以将该文件剪切到桌面,更改保存后再复制到mySQL目录下 3. 保存后重启 ...
分类:
数据库 时间:
2018-09-18 19:25:03
阅读次数:
202
"题目链接" Descrip In a certain course, you take n tests. If you get ai out of bi questions correct on test i , your cumulative average is defined to be . ...
分类:
其他好文 时间:
2018-09-15 13:13:03
阅读次数:
154
dubbo 安装部署 1 安装zookeeper 2 安装dubbo 1 下载源码 https://github.com/alibaba/dubbo 2 编译 mvn clean package install -Dmaven.test.skip=true //只打jar包 mvn install ...
分类:
其他好文 时间:
2018-09-14 21:35:29
阅读次数:
164