摘要: k8s,安装字体,DockerFile,linux命令 阅读全文
posted @ 2022-12-07 10:44 hyiam 阅读(1079) 评论(0) 推荐(0) 编辑
摘要: shardingsphere hikari 阅读全文
posted @ 2022-12-07 10:37 hyiam 阅读(3523) 评论(0) 推荐(0) 编辑
摘要: xm-select介绍 始于Layui, 下拉选择框的多选解决方案 git地址:https://gitee.com/maplemei/xm-select 文档说明:https://codecp.tech/static/xm-select/#/component/options 什么情况下使用 下拉框 阅读全文
posted @ 2024-10-29 17:39 hyiam 阅读(201) 评论(0) 推荐(0) 编辑
摘要: chrome://flags/ 阅读全文
posted @ 2024-08-09 11:19 hyiam 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 1 @Bean 2 public FilterRegistrationBean corsFilter() { 3 final UrlBasedCorsConfigurationSource source = new UrlBasedCorsConfigurationSource(); 4 final 阅读全文
posted @ 2024-08-09 11:13 hyiam 阅读(8) 评论(0) 推荐(0) 编辑
摘要: server { listen 8089; server_name 10.5.210.203:8089; #charset koi8-r; #access_log logs/host.access.log main; #启用 TLS 1.1 ssl_protocols TLSv1.2 TLSv1.3 阅读全文
posted @ 2023-08-16 14:17 hyiam 阅读(167) 评论(0) 推荐(0) 编辑
摘要: k8s配置 apiVersion: apps/v1 kind: Deployment metadata: name: nacos namespace: com spec: selector: matchLabels: app: nacos-server replicas: 1 revisionHis 阅读全文
posted @ 2023-06-02 10:01 hyiam 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 1. 压测时候,监控数据库的慢sql,cpu使用情况,确定数据库是否存在瓶颈2. 监控容器的cpu内存情况,确实是否应用瓶颈3. 监控redis连接及存储情况4. spring clond服务间的调用5. nacos等配置中心的限制 arthas-boot可以查看服务情况 wget https:// 阅读全文
posted @ 2023-04-23 16:41 hyiam 阅读(8) 评论(0) 推荐(0) 编辑
摘要: var upImg = WebUploader.create({ auto: true, swf: 'webuploader-0.1.5/Uploader.swf', // 图片接收服务端。 server: contextPath + 'simpleUpload', // 选择图片的按钮。可选。 / 阅读全文
posted @ 2023-02-14 17:03 hyiam 阅读(134) 评论(0) 推荐(0) 编辑
摘要: linux java 阅读全文
posted @ 2022-12-07 11:33 hyiam 阅读(77) 评论(0) 推荐(0) 编辑