随笔
跳不出循环了
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Elasticsearch复合查询
1、精确匹配: 查询auditType为test的文档 { "query": { "bool": { "must": [ { "term": { "auditType": "test" ...原创 2019-05-17 18:15:16 · 1372 阅读 · 0 评论 -
解决Navicat连接mysql报2003的问题
mysql版本5.7 1、权限问题 use mysql; select * from USER; create user 'userName'@'%' identified by 'pwd'; -- userName为用户名, %代表任何主机, pwd为用户密码 grant all privileges on *.* to 'userName'@'%' identified by ...原创 2019-07-29 18:57:47 · 1693 阅读 · 0 评论
分享