摘要: 搜搜中文的时候,扫描不到可以选择 Unicode 试试,如果还搜索不到,需要转码在搜索 注意:部分版本CE可能需要选中“代码页” 才能搜索中文 阅读全文
posted @ 2021-02-27 13:00 hujunmin 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 扫描不到的时候,可以将快速扫描取消,一个字节一个字节的扫描 扫描数据量大时,可以选择扫描区间,分批次扫描。减少卡死的可能 阅读全文
posted @ 2021-02-27 12:57 hujunmin 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-02-27 12:54 hujunmin 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-02-27 12:51 hujunmin 阅读(85) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-02-27 12:48 hujunmin 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 1.C# 传奇源码相关网页地址 资源博客 https://blog.csdn.net/y13156556538/article/details/56279662 国外官网: http://www.acem2.com/chronicles.html 源码版本发布: https://github.com 阅读全文
posted @ 2021-02-05 17:39 hujunmin 阅读(1018) 评论(0) 推荐(0) 编辑
摘要: 背景: spring cloud + spring OAuth2 + swagger 的时候,接口需要权限才能访问 目标: 登录一次后,swagger 测试时自带身份信息 参考: https://cloud.tencent.com/developer/article/1493502 代码如下: pa 阅读全文
posted @ 2020-12-22 17:59 hujunmin 阅读(5249) 评论(2) 推荐(0) 编辑
摘要: 一、Spring security OAuth2 https://projects.spring.io/spring-security-oauth/docs/oauth2.html https://docs.spring.io/spring-security-oauth2-boot/docs/2.1 阅读全文
posted @ 2020-12-22 10:50 hujunmin 阅读(84) 评论(0) 推荐(0) 编辑
摘要: 查看镜像 docker images 进入容器 docker exec -it <容器Id|容器名> /bin/bash [root]# docker exec -it b6f62403008c /bin/bash 创建容器 docker run --name my_nginx -d -p 80:8 阅读全文
posted @ 2020-12-14 10:59 hujunmin 阅读(71) 评论(0) 推荐(0) 编辑
摘要: 问题描述: 通过 idea 的 run debug进行编译部署,直接提示找不到数据库连接配置,发现target classes 下面找不到对应的 application-dev.yml 文件 通过 mvn clean install 命令打包,发现 target classes 下面有 applic 阅读全文
posted @ 2020-11-18 10:00 hujunmin 阅读(771) 评论(0) 推荐(0) 编辑