摘要: k8s,安装字体,DockerFile,linux命令 阅读全文
posted @ 2022-12-07 10:44 hyiam 阅读(1197) 评论(0) 推荐(0)
摘要: shardingsphere hikari 阅读全文
posted @ 2022-12-07 10:37 hyiam 阅读(4122) 评论(0) 推荐(0)
摘要: #! /bin/shexport JAVA_HOME=/usr/lib/jvm/TencentKona-8.0.9-322/jre/bin/javaexport CLASSPATH=.:CLASSPATH:$JAVA_HOME/lib/export PATH=$PATH:$JAVA_HOME/bin 阅读全文
posted @ 2025-09-24 16:04 hyiam 阅读(7) 评论(0) 推荐(0)
摘要: 1. 获取临时密钥相关信息 1 // 根据 github 提供的 maven 集成方法导入 java sts sdk,使用 3.1.1 及更高版本 2 import java.util.TreeMap; 3 4 import com.tencent.cloud.CosStsClient; 5 imp 阅读全文
posted @ 2025-08-15 18:51 hyiam 阅读(15) 评论(0) 推荐(0)
摘要: 1、打开浏览器 2、地址输入chrome://flags/ 3、查找Enable experimental cookie features默认是Enabled,将其设置为default 阅读全文
posted @ 2025-03-11 15:29 hyiam 阅读(72) 评论(0) 推荐(0)
摘要: 服务器启动文件startup.sh `#!/bin/sh check JAVA_HOME & java noJavaHome=false echo $noJavaHome if [ -z "$JAVA_HOME" ] ; then noJavaHome=true fi if [ ! -e "$JAV 阅读全文
posted @ 2024-11-27 10:06 hyiam 阅读(59) 评论(0) 推荐(0)
摘要: 增加顶级过滤器 `@javax.servlet.annotation.WebFilter(filterName = "sessionFilter", urlPatterns = "/webSocket/*") @Order(1) @Slf4j public class WebFilter imple 阅读全文
posted @ 2024-11-27 09:38 hyiam 阅读(285) 评论(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 阅读(3797) 评论(0) 推荐(0)
摘要: chrome://flags/ 阅读全文
posted @ 2024-08-09 11:19 hyiam 阅读(81) 评论(0) 推荐(0)
摘要: 1 @Bean 2 public FilterRegistrationBean corsFilter() { 3 final UrlBasedCorsConfigurationSource source = new UrlBasedCorsConfigurationSource(); 4 final 阅读全文
posted @ 2024-08-09 11:13 hyiam 阅读(16) 评论(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 阅读(179) 评论(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 阅读(116) 评论(0) 推荐(0)