MongoDB $关键字 关系比较符号 $lt $lte $gt $gte $ne MongoDB 查询$关键字 $in $or $all MongoDB limit 选取 skip跳过 sort排序 方法 ...
分类:
数据库 时间:
2019-04-13 16:24:45
阅读次数:
136
今天有用户报告了一个issue: 当他访问我们的网站时出现了以下错误: 但是我访问同样的地址却没有这个问题,连续访问多次,查看uWSGI日志发现出现以下ERROR: 原来是请求头的大小超出了uWSGI的buffer大小,默认时4K,我们没有做过修改,既然不够大,那就给大点呗, 修改uwsgi.ini ...
分类:
其他好文 时间:
2019-04-09 18:20:58
阅读次数:
166
原文:MySQL 5.7 忘记密码MySQL 5.7 忘记密码 # 关闭 mysql 服务 net stop mysql # 在命令行输入以下命令, 输入后新建一个 CMD 窗口 mysqld -nt --skip-grant-tables # 此时输入以下命令, 即不输入密码就可以直接进入MySQ... ...
分类:
数据库 时间:
2019-04-09 00:30:08
阅读次数:
189
开发工具使用的是idea 1.我们现在项目上面打包 1)增加一个打包,clean,deploy,跳过测试的一个命令 命令:clean install deploy -Dmaven.javadoc.skip=true -Dmaven.test.skip=true 依次打完包之后找到项目所在的文件夹找到 ...
分类:
其他好文 时间:
2019-04-08 16:07:09
阅读次数:
174
Instructions In this kata, you must create a digital root function. A digital root is the recursive sum of all the digits in a number. Given n, take t ...
分类:
编程语言 时间:
2019-04-05 18:24:09
阅读次数:
196
Team CodeForces - 401C Now it's time of Olympiads. Vanya and Egor decided to make his own team to take part in a programming Olympiad. They've been be ...
分类:
其他好文 时间:
2019-04-03 20:39:41
阅读次数:
166
进入cmd 输入 mysql -u root -p 出现ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES) 找到安装mysql的根目录打开 my.ini文件 添加一条语句 skip-g ...
分类:
数据库 时间:
2019-04-03 12:06:33
阅读次数:
221
Validating forms in React can take several lines of code to build. However, Formik's ErrorMessage component and Yup simplify that process. ...
分类:
其他好文 时间:
2019-04-02 18:34:33
阅读次数:
166
这是手写分页前台代码 点击空间之后获取onclick事件,调用ajax请求后台 页面首次加载,请求后台查询数据库,返回查询到的数据进行绑定 首次加载后台代码 把查询到的数据用Linq语句进行分页 Skip是跳过多少条,Take是从你跳过的位置开始取多少条数据 根据你前台获取的点击事件对你定义的变量进 ...
分类:
其他好文 时间:
2019-04-02 10:57:04
阅读次数:
149
1、修改/etc/my.cnf文件skip-grant-tables=12、登录MySQL,并刷新#mysql#登录mysqlmysql>FLUSHPRIVILEGES;3、修改root密码,并刷新mysql>ALTERUSER‘root‘@‘localhost‘IDENTIFIEDWITHmysql_native_passwordBY‘Pass
分类:
数据库 时间:
2019-04-02 00:12:40
阅读次数:
274