上一页 1 2 3 4 5 6 7 8 ··· 20 下一页
摘要: tomcat 最大线程数 feign 最大线程数 rocketmq producer 最大线程数 rocketmq consumer 最大线程数 阅读全文
posted @ 2021-07-10 18:15 xiluhua 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 来自官网:http://rocketmq.apache.org/docs/quick-start/ 阅读全文
posted @ 2021-07-10 14:50 xiluhua 阅读(28) 评论(0) 推荐(0) 编辑
摘要: pl/sql developer: https://www.cnblogs.com/6J2B2/p/13699934.html 配置 client https://blog.csdn.net/zhang19851212/article/details/124983005 感谢作者!小菜鸟攻城狮! 确 阅读全文
posted @ 2021-07-09 14:14 xiluhua 阅读(372) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/cosisis/article/details/81240386 # jackson 不忽略空字段 @JsonInclude(JsonInclude.Include.ALWAYS) 解决多种日期格式 https://files.cnblogs.com 阅读全文
posted @ 2021-07-05 10:26 xiluhua 阅读(36) 评论(0) 推荐(0) 编辑
摘要: log4j log4j.rootLogger=debug,error,stdout,DailyLog,info,warn log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.layout=org.a 阅读全文
posted @ 2021-07-04 22:17 xiluhua 阅读(42) 评论(0) 推荐(0) 编辑
摘要: mysql 设置当前时间 update swr_sys_param sp set sp.create_time = CURRENT_TIMESTAMP where sp.id = 1 查字段 https://www.cnblogs.com/zhangyuhang3/p/6873895.html 阅读全文
posted @ 2021-06-22 11:26 xiluhua 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 打印当前系统内存使用情况 private void showMemoryUsage() { Runtime runtime = Runtime.getRuntime(); long free = runtime.freeMemory(); long total = runtime.totalMemo 阅读全文
posted @ 2021-06-14 15:00 xiluhua 阅读(154) 评论(0) 推荐(0) 编辑
摘要: No enum constant org.springframework.web.bind.annotation.RequestMethod.Post 错误原因:httpMethod 中 POST 写成了 Post @ApiOperation(value = "新建人脸库",notes = "新建人 阅读全文
posted @ 2021-06-04 17:27 xiluhua 阅读(38) 评论(0) 推荐(0) 编辑
摘要: 乐观锁 阅读全文
posted @ 2021-05-30 22:16 xiluhua 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 参考: https://blog.csdn.net/u014635374/article/details/107311227 乐观锁 https://blog.csdn.net/J080624/article/details/108350032 阅读全文
posted @ 2021-05-30 16:44 xiluhua 阅读(35) 评论(0) 推荐(0) 编辑
摘要: kt connect 启动使用命令: ktctl_windows_amd64.exe -d connect --method socks5 error: v1.Pod: ObjectMeta: v1.ObjectMeta: readObjectFieldAsBytes: expect : after 阅读全文
posted @ 2021-05-26 11:09 xiluhua 阅读(575) 评论(0) 推荐(0) 编辑
摘要: 环境: win10 idea flyway 报错一,在跑 v1.0.5 flyway 脚本时,报错 Migration description mismatch for migration version 1.0.5 原因:项目中已跑过此版本 v1.0.5。如数据库截图: 解决: 把版本文件提升到 阅读全文
posted @ 2021-05-24 13:15 xiluhua 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 尝试做 ingress 实验,发现被畜生的墙拦住下载不了 mandatory.yaml & service-nodeport.yaml。 https://raw.githubusercontent.com/kubernetes/ingress-nginx/nginx-0.30.0/deploy/st 阅读全文
posted @ 2021-05-15 19:43 xiluhua 阅读(2082) 评论(2) 推荐(3) 编辑
摘要: kubernetes的DNS解析 k8s的DNS解析 service DNS解析 在集群内部通过 Service 的域名形式进行互相通信 ————————————————版权声明:本文为CSDN博主「CodingSoldier」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接 阅读全文
posted @ 2021-05-15 19:07 xiluhua 阅读(590) 评论(0) 推荐(0) 编辑
摘要: 本篇博客 copy 自 https://www.cnblogs.com/lvzhenjiang/p/14445315.html,感谢博主!本人的博客主要做自己爬坑记录之用。 k8s中如何使用外部有状态服务,如mysql。 一、需求 在工作中,总会遇到这种情况:k8s环境中跑着各种程序接口,有状态服务 阅读全文
posted @ 2021-05-12 16:38 xiluhua 阅读(2264) 评论(0) 推荐(0) 编辑
摘要: 场景:xxl-job-admin:2.2.0 的 docker 镜像 192.168.181.150 需要访问外部数据库 192.168.181.147 虚拟机 192.168.181.147:数据库 虚拟机 192.168.181.150:docker springboot 项目:xxl-job- 阅读全文
posted @ 2021-05-09 21:28 xiluhua 阅读(3786) 评论(0) 推荐(0) 编辑
摘要: 解决办法:在 package.json 中加上 rules。 "eslintConfig": { "root": true, "env": { "node": true }, "extends": [ "plugin:vue/vue3-essential", "eslint:recommended" 阅读全文
posted @ 2021-05-05 17:12 xiluhua 阅读(851) 评论(0) 推荐(0) 编辑
摘要: node -v 报错: C:\Program Files\nodejs\node.exe: --openssl-legacy-provider is not allowed in NODE_OPTIONS 解决办法,去掉 --openssl-legacy-provider $env:NODE_OPT 阅读全文
posted @ 2021-05-02 22:06 xiluhua 阅读(34) 评论(0) 推荐(0) 编辑
摘要: 转自 http://t.zoukankan.com/windok-p-13940101.html 阅读全文
posted @ 2021-05-02 20:49 xiluhua 阅读(225) 评论(0) 推荐(0) 编辑
摘要: 解决办法: 编辑 --> 首选项 --> Advanced --> 选择 “Use software-only mode” (默认是:Use Gpu ...) 阅读全文
posted @ 2021-05-01 15:59 xiluhua 阅读(1003) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-04-28 18:56 xiluhua 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 问题描述: yum 安装 kubelet-1.18.0 kubeadm-1.18.0 kubectl-1.18.0 时报错。 原因:没有安装 kubernates 源。 解决办法: 设置仓库地址 # cat > /etc/docker/daemon.json << EOF { "registry-m 阅读全文
posted @ 2021-04-21 13:51 xiluhua 阅读(2491) 评论(0) 推荐(0) 编辑
摘要: 详情见:https://blog.csdn.net/zxf1242652895/article/details/78203473 阅读全文
posted @ 2021-04-14 13:56 xiluhua 阅读(53) 评论(0) 推荐(0) 编辑
摘要: 设置主机名 hostnamectl set-hostname <hostname> 网络调试助手 https://pan.baidu.com/s/1_hVVoee7InHbyIA1eVZKhA?_at_=1629640368020#list/path=%2F%E7%BD%91%E7%BB%9C%E8 阅读全文
posted @ 2021-04-13 18:47 xiluhua 阅读(46) 评论(0) 推荐(0) 编辑
摘要: failed to download package files,设置主服务器下载站点地址 1. 按Alt+ F2并输入以下命令, 按回车 software-properties-gtk 2. 设置下载地址 ubuntu18.04.5 系统 docker 安装 mysql:5.7 除 127.0.0 阅读全文
posted @ 2021-04-13 12:18 xiluhua 阅读(147) 评论(0) 推荐(0) 编辑
摘要: nacos client 日志,以后试试: logging.level.com.alibaba.nacos.client.naming=warn nacos 服务发现环境隔离: nacos 报错 - java.net.UnknownHostException: nacos-payment-provi 阅读全文
posted @ 2021-04-03 13:07 xiluhua 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 参考: https://stackoverflow.com/questions/53010064/pass-environment-variable-into-a-vue-app-at-runtime 1. Add JS file: /public/config.js const config = 阅读全文
posted @ 2021-04-01 09:56 xiluhua 阅读(56) 评论(0) 推荐(0) 编辑
摘要: vue安装: npm install -g @vue/cli (安装的是最新版) npm install vue-cli@2.9.6 (指定版本安装【指定版本为3.0以下版本】,其中2.9.6为版本号) npm install -g @vue/cli@3.11.0(指定版本安装【指定版本为3.0以上 阅读全文
posted @ 2021-03-31 10:30 xiluhua 阅读(7262) 评论(0) 推荐(0) 编辑
摘要: 解决办法: 阅读全文
posted @ 2021-03-30 10:16 xiluhua 阅读(745) 评论(0) 推荐(0) 编辑
摘要: apt-get update && install inetutils-pingapt-get install wgetapt-get update && install curlapt-get update && install telnetdapt-get update && install x 阅读全文
posted @ 2021-03-08 17:23 xiluhua 阅读(85) 评论(0) 推荐(0) 编辑
摘要: 场景:centos7.2 docker 安装 tomcat8 问题:访问 tomcat 首页显示 404 进入容器 tomcat webapps 目录,发现里面什么都没有。问题找到就好解决了,把 webapps.dist 里面的 ROOT 挪到 webapps 目录里即可。 阅读全文
posted @ 2021-03-07 20:25 xiluhua 阅读(21) 评论(0) 推荐(0) 编辑
摘要: github 对外 api https://api.github.com/ details { "current_user_url": "https://api.github.com/user", "current_user_authorizations_html_url": "https://gi 阅读全文
posted @ 2021-03-04 12:24 xiluhua 阅读(351) 评论(0) 推荐(0) 编辑
摘要: 1 /** 2 * 管道 3 */ 4 export class AppComponent implements OnInit { 5 data = [ 6 {title: 'shou ji', price: '2333.333'} 7 ]; 8 9 constructor(public upp: 阅读全文
posted @ 2021-03-03 18:29 xiluhua 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 箭头函数 window.onhashchange = () => { // 当用户点击锚点的时候,我们需要获取当前的锚点标识 // 然后动态的将根组件中的 visible 设置为当前的锚点标识 console.log(this.visible); }; 阅读全文
posted @ 2021-02-25 18:30 xiluhua 阅读(49) 评论(0) 推荐(0) 编辑
摘要: 使用 es6 编译器编译 tsc file.ts -t es6 WebStorm开发TypeScript的设置 https://www.cnblogs.com/wfaceboss/p/10043101.html 阅读全文
posted @ 2021-02-24 15:40 xiluhua 阅读(36) 评论(0) 推荐(0) 编辑
摘要: 安装指定版本的 angular-cli 并创建应用,1.6.4 是 angular 5 的脚手架 cnpm install -g @angular/cli@1.6.2 如果报错,比如说缺少 module '@angular-devkit/core'。不能直接安装 cnpm i -g @angular 阅读全文
posted @ 2021-02-23 13:44 xiluhua 阅读(142) 评论(0) 推荐(0) 编辑
摘要: https://guestlogin.swissre.com/login.html 阅读全文
posted @ 2021-02-22 10:36 xiluhua 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 1. TypeNotPresentException: Type org.flywaydb.core.api.callback.FlywayCallback not present 解决办法: 6.4.6 降级到 5.2.1 2. Migration createMetaDataTable.sql 阅读全文
posted @ 2021-02-21 13:29 xiluhua 阅读(454) 评论(0) 推荐(1) 编辑
摘要: cron 表达式在线生成器:https://www.bejson.com/othertools/cron/ 解决的问题 业务拓扑图 架构图 hands-on, 官网: https://github.com/xuxueli/xxl-job 学习视屏: https://www.bilibili.com/ 阅读全文
posted @ 2021-02-17 14:40 xiluhua 阅读(399) 评论(0) 推荐(0) 编辑
摘要: 响应式布局 一套代码,三端使用 阅读全文
posted @ 2021-02-11 16:15 xiluhua 阅读(27) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 20 下一页