会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
hyiam
人生如逆水行舟,不进则退;生而不息,学而不止。
博客园
首页
新随笔
联系
订阅
管理
[置顶]
k8s DockerFile中使用执行linux命令,安装字体
摘要: k8s,安装字体,DockerFile,linux命令
阅读全文
posted @ 2022-12-07 10:44 hyiam
阅读(1105)
评论(0)
推荐(0)
编辑
[置顶]
spring boot shardingsphere 使用hikari连接池配置
摘要: shardingsphere hikari
阅读全文
posted @ 2022-12-07 10:37 hyiam
阅读(3623)
评论(0)
推荐(0)
编辑
2024年11月27日
spring boot项目,jvm基础配置
摘要: 服务器启动文件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
阅读(5)
评论(0)
推荐(0)
编辑
spring boot 获取客户端ip信息
摘要: 增加顶级过滤器 `@javax.servlet.annotation.WebFilter(filterName = "sessionFilter", urlPatterns = "/webSocket/*") @Order(1) @Slf4j public class WebFilter imple
阅读全文
posted @ 2024-11-27 09:38 hyiam
阅读(48)
评论(0)
推荐(0)
编辑
2024年10月29日
layui下拉框xm-select自定义搜索使用方法
摘要: 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
阅读(588)
评论(0)
推荐(0)
编辑
2024年8月9日
谷歌跨域错误解决:request client is not a secure context and the resource is in more-private address
摘要: chrome://flags/
阅读全文
posted @ 2024-08-09 11:19 hyiam
阅读(30)
评论(0)
推荐(0)
编辑
spring boot下跨域安全配置
摘要: 1 @Bean 2 public FilterRegistrationBean corsFilter() { 3 final UrlBasedCorsConfigurationSource source = new UrlBasedCorsConfigurationSource(); 4 final
阅读全文
posted @ 2024-08-09 11:13 hyiam
阅读(8)
评论(0)
推荐(0)
编辑
2023年8月16日
Nginx 安全配置
摘要: 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)
编辑
2023年6月2日
Kubernetes上安装nacos
摘要: 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)
编辑
2023年4月23日
性能优化关注点
摘要: 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)
编辑
2023年2月14日
WebUploader 文件上传,兼容ios和安卓
摘要: var upImg = WebUploader.create({ auto: true, swf: 'webuploader-0.1.5/Uploader.swf', // 图片接收服务端。 server: contextPath + 'simpleUpload', // 选择图片的按钮。可选。 /
阅读全文
posted @ 2023-02-14 17:03 hyiam
阅读(139)
评论(0)
推荐(0)
编辑
2022年12月7日
linux 排查项目问题常用命令
摘要: linux java
阅读全文
posted @ 2022-12-07 11:33 hyiam
阅读(77)
评论(0)
推荐(0)
编辑
下一页
公告