上一页 1 2 3 4 5 6 ··· 23 下一页
摘要: 1、find mongoTemplate.find(Query query, Class<T> entityClass ) return value : List<T> example: List<users> users = mongoTemplate.find(new Query(Criteri 阅读全文
posted @ 2024-03-15 18:03 东北大亨 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 1、create a collection the name is users(the users collection contains field :createDate、name、age、grade) example: db.users.insertMany([{"createDate":"2 阅读全文
posted @ 2024-03-15 17:46 东北大亨 阅读(18) 评论(0) 推荐(0) 编辑
摘要: idea 菜单栏显隐控制 1、idea中双击shift 输入view,出现以下弹出框 2、点击第一个view 进入以下界面 3、选择自己需要选择项即可 阅读全文
posted @ 2024-03-10 14:17 东北大亨 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 1、找到根目录登录msql 1) 以本机为例,mysql安装目录为:usr/localhost/mysql5.7 2) cd usr/loclahost/mysql5.7/bin 3)登录 4)查看MySQL用户 2、 在mysql5.7版本中存放密码字段为authentication_string 阅读全文
posted @ 2024-01-21 18:35 东北大亨 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 说明:很久前spring 5.1X源码搭建成功,近阶段看源码发现更新类库出现 “:unable to find valid certification path to requested target 原因是:源码更新的是官网类库,官网需要国外我网站不能实时访问很慢,所以映射需要执行ali 服务器, 阅读全文
posted @ 2024-01-07 12:52 东北大亨 阅读(559) 评论(0) 推荐(0) 编辑
摘要: 描述:Idea 工程创建新的module 子服务,点击New Project,选中Maven,右边一直显示:loading archetype list... 解决方法: 第一步: 第二步: 重新启动idea问题解决 阅读全文
posted @ 2023-10-14 22:05 东北大亨 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 第一种方法: 1:执行: npm config get proxy npm config get https-proxy 如两个返回值都为null,则直接执行第二步,要确保两个返回值都是null才可以,否则就要执行下面的代码: npm config set proxy null npm config 阅读全文
posted @ 2023-10-14 21:58 东北大亨 阅读(1465) 评论(0) 推荐(0) 编辑
摘要: 一、问题说明:搭建fastDFS 集群时,提示错误信息为:nginx: [emerg] unknown directive "ngx_fastdfs_module" in /usr/local/src/nginx-1.10.0/conf/nginx.conf:52 通过分析加载fastdfs模块 出 阅读全文
posted @ 2023-07-13 18:04 东北大亨 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 一、描述:通过flnk 连接带有用户名和密码 mongodb报错信息如下 com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=SCRAM-SHA-1, userName='tes 阅读全文
posted @ 2022-08-12 17:37 东北大亨 阅读(818) 评论(0) 推荐(0) 编辑
摘要: mysql 主从服务,停止从服务器从机器上执行开始复制命令出现错误 解决故障 io线程开启中无法对从服务器进行修改,因此我们需要关闭io线程 mysql> STOP SLAVE IO_THREAD; Query OK, 0 rows affected (0.00 sec) mysql> change 阅读全文
posted @ 2021-12-11 20:55 东北大亨 阅读(1374) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 23 下一页