上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 37 下一页
摘要: CentOS虚拟机断电或强制关机,再开机出现问题:Entering emergency mode. Exit the shell to continue. 查看日志journalctl -n 50 错误原因: failed to mount /sysroot.Dependency failed fo 阅读全文
posted @ 2020-11-26 09:54 谷粒-笔记 阅读(1345) 评论(0) 推荐(0)
摘要: 参数含义 [ -a FILE ] 如果 FILE 存在则为真。 [ -b FILE ] 如果 FILE 存在且是一个块特殊文件则为真。 [ -c FILE ] 如果 FILE 存在且是一个字特殊文件则为真。 [ -d FILE ] 如果 FILE 存在且是一个目录则为真。 [ -e FILE ] 如 阅读全文
posted @ 2020-11-06 14:12 谷粒-笔记 阅读(90) 评论(0) 推荐(0)
摘要: 【JVM】学习 1、基本参数 -Xms20M 最大堆 -Xmx20M 最小堆 -Xmn10M 年轻代 -verbose:gc -XX:+PrintGCDetails -XX:SurvivorRatio=8 阅读全文
posted @ 2020-11-02 22:35 谷粒-笔记 阅读(102) 评论(0) 推荐(0)
摘要: 原文:https://www.pixelstech.net/article/1420427307-Different-types-of-keystore-in-Java PKCS12 转载:https://www.cnblogs.com/yangchongxing/p/13837017.html D 阅读全文
posted @ 2020-10-18 20:40 谷粒-笔记 阅读(3564) 评论(0) 推荐(0)
摘要: 原文:https://www.pixelstech.net/article/1420439432-Different-types-of-keystore-in-Java JCEKS 转载:https://www.cnblogs.com/yangchongxing/p/13836850.html 机器 阅读全文
posted @ 2020-10-18 20:08 谷粒-笔记 阅读(1102) 评论(0) 推荐(0)
摘要: 原文:https://www.pixelstech.net/article/1409966488-Different-types-of-keystore-in-Java JKS 转载:https://www.cnblogs.com/yangchongxing/p/13834467.html 机器翻译 阅读全文
posted @ 2020-10-18 12:28 谷粒-笔记 阅读(2628) 评论(0) 推荐(0)
摘要: 原文:https://www.pixelstech.net/article/1408345768-Different-types-of-keystore-in-Java Overview 转载:https://www.cnblogs.com/yangchongxing/p/13834102.html 阅读全文
posted @ 2020-10-18 10:54 谷粒-笔记 阅读(1457) 评论(0) 推荐(0)
摘要: 【Spring Boot】Filter 1、自动扫描 2、手动配置 3、@WebFilter 注解 4、跨域过滤器 1、自动扫描 定义Filter @Slf4j @WebFilter(filterName = "authFilter", urlPatterns = {"/*"}) @Order(1) 阅读全文
posted @ 2020-10-10 14:52 谷粒-笔记 阅读(208) 评论(0) 推荐(0)
摘要: 0、vue工程搭建 1、安装node8 32位 2、查看位数 3、安装套件 4、安装node-gyp 5、gyp ERR! 6、安装yarn 7、安装依赖 8、error Found incompatible module 9、FATAL ERROR: CALL_AND_RETRY_LAST All 阅读全文
posted @ 2020-10-06 22:13 谷粒-笔记 阅读(561) 评论(0) 推荐(0)
摘要: 【Java Web开发学习】Spring 注解 1、@ComponentScan 组件扫描 2、条件 1、@ComponentScan 组件扫描 value 等价与 basePackagesvalue = "cn.ycx.web"basePackages = "cn.ycx.web" value 等 阅读全文
posted @ 2020-09-08 13:19 谷粒-笔记 阅读(160) 评论(0) 推荐(1)
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 37 下一页