会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
BigOrang
博客园
首页
新随笔
联系
订阅
管理
2025年4月27日
-Xmx3G -Xms2G 在已经指定了最小内存2G后,启动的时候,就会直接分配2G给jvm吗 ?还是动态从1m到2G逐步分配的
摘要: 配置 JAVA_OPTS=" -server -Xmx${Xmx} -Xms${Xms} -Xmn256m -XX:PermSize=128m -Xss256k -XX:+DisableExplicitGC -XX:+UseConcMarkSweepGC -XX:+C MSParallelRemar
阅读全文
posted @ 2025-04-27 11:25 BigOrang
阅读(14)
评论(0)
推荐(0)
2025年4月19日
java8类加载器示例&类加载1.8和1.8+的区别
摘要: 示例代码 package com.example.demo; public class ClassLoaderExample { public static void main(String[] args) { // 1.8及以下ClassLoaderExample sun.misc.Launche
阅读全文
posted @ 2025-04-19 18:24 BigOrang
阅读(31)
评论(0)
推荐(0)
2025年4月3日
windows查看端口占用
摘要: windows 有时候 netstat 可能无法正确显示占用端口的进程 netstat -ano| findstr '30020' Caused by: java.net.BindException: Address already in use: bind netstat -ano| findst
阅读全文
posted @ 2025-04-03 17:30 BigOrang
阅读(274)
评论(0)
推荐(0)
2024年8月30日
vmware Docker 设置代理
摘要: vmware Docker 设置代理到宿主机的代理软件 dockerhub被墙,很多镜像源无法使用,如果有可用的代理,可以参考以下配置 目录添加配置重启Docker端口不通代理软件需要打开 allow lan代理软件版本如果是windows则关闭防火墙 添加配置 获取宿主机的ip 在windows上
阅读全文
posted @ 2024-08-30 11:23 BigOrang
阅读(444)
评论(0)
推荐(0)
2024年8月29日
腾讯云域名托管到 cloudflare
摘要: cloudflare https://dash.cloudflare.com/ 腾讯云域名列表 https://console.cloud.tencent.com/domain/all-domain/all 先进入 腾讯云列表,点击自己已购买的域名 新购买的域名,必须等待状态为正常以后才能进行下一步
阅读全文
posted @ 2024-08-29 16:29 BigOrang
阅读(3398)
评论(0)
推荐(0)
2024年7月24日
nginx 代理eureka后css/js/fonts无法访问
摘要: nginx 代理eureka后css/js/fonts无法访问,页面没有样式 server { listen 80; server_name your_domain.com; location /eureka { proxy_pass http://eureka_server_ip:8761; pr
阅读全文
posted @ 2024-07-24 18:10 BigOrang
阅读(67)
评论(0)
推荐(0)
2024年7月22日
docker 基础镜像损坏
摘要: docker run 以后查看日志,提示报错,服务不能正常启动. # docker logs -f 6413 standard_init_linux.go:211: exec user process caused "no such file or directory" standard_init_
阅读全文
posted @ 2024-07-22 16:58 BigOrang
阅读(74)
评论(0)
推荐(0)
2024年7月5日
一起来找bug茬-01
摘要: /** * @description 对HttpServletRequest 请求的数据进行转义,防止xss攻击 * URL: home.html?mothod=space&pid=335511 */ public class XssHttpServletRequestWrapper extends
阅读全文
posted @ 2024-07-05 10:37 BigOrang
阅读(6)
评论(0)
推荐(0)
2024年6月21日
mysql SHOW PROFILE
摘要: SHOW PROFILE [type [, type] ... ] [FOR QUERY n] [LIMIT row_count [OFFSET offset]] type: { ALL | BLOCK IO | CONTEXT SWITCHES | CPU | IPC | MEMORY | PAG
阅读全文
posted @ 2024-06-21 17:55 BigOrang
阅读(14)
评论(0)
推荐(0)
2024年6月14日
将所有容器docker都重启, 但是不重启mysql
摘要: 要重启所有 Docker 容器但不重启 MySQL 容器,可以使用以下命令: docker ps --format '{{.Names}}' | grep -v 'mysql' | xargs docker restart 解释 首先,列出所有正在运行的容器的名称,过滤掉 MySQL 容器: doc
阅读全文
posted @ 2024-06-14 13:57 BigOrang
阅读(16)
评论(0)
推荐(0)
下一页
公告
昵称:
BigOrang
园龄:
8年6个月
粉丝:
1
关注:
11
<
2025年7月
>
日
一
二
三
四
五
六
29
30
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
6
7
8
9
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
我的标签
yarn
(1)
seata
(1)
Oracle安装
(1)
nginx
(1)
Mysql
(1)
linux
(1)
haddop
(1)
github
(1)
es
(1)
随笔分类
Android(1)
github(1)
Java(6)
Spring Cloud(1)
springboot(6)
日常(1)
随笔档案
2025年4月(3)
2024年8月(2)
2024年7月(3)
2024年6月(3)
2024年5月(1)
2024年4月(2)
2024年3月(3)
2024年1月(1)
2023年11月(1)
2023年9月(1)
2023年8月(1)
2023年5月(2)
2023年4月(4)
2023年3月(2)
2023年2月(1)
2023年1月(1)
2022年9月(1)
2022年8月(1)
2022年1月(1)
2021年12月(1)
2021年9月(1)
2020年9月(2)
2020年8月(3)
2020年7月(1)
2020年6月(2)
2020年4月(1)
2020年3月(2)
2020年1月(3)
2019年12月(2)
2019年11月(2)
2019年10月(2)
2019年8月(3)
2019年5月(1)
2019年4月(1)
2019年2月(6)
2018年11月(3)
2018年10月(1)
2018年9月(11)
2018年5月(2)
2018年4月(2)
2018年3月(3)
2018年1月(2)
2017年4月(1)
2017年3月(2)
2017年2月(3)
2016年12月(1)
更多
阅读排行榜
1. Base64编码的长度问题-文件越大Base64的值越长(16879)
2. 请确保您已登录客户机操作系统。在客户机中装载虚拟CD驱动器,启动终端,使用tar解压(12896)
3. could not change directory to "/root" postgresql(10266)
4. There is no Action mapped for namespace / and action name 通配符的问题(8175)
5. SpringBoot全局配置long转String 丢失精度(6230)
评论排行榜
1. There is no Action mapped for namespace / and action name 通配符的问题(3)
2. merge sql error, dbType postgresql(2)
3. SpringBoot Value 'xxx' is not a valid duration(1)
4. java.sql.SQLException: Connections could not be acquired from the underlying database!(1)
推荐排行榜
1. The type WebMvcConfigurerAdapter is deprecated springboot拦截器(2)
2. docker nginx localhost connection refused connect() failed (111: Connection refused)while connecting to upstream(1)
3. hadoop yarn 8088不能访问(1)
4. js 遍历树的层级关系的实现(1)
5. merge sql error, dbType postgresql(1)
最新评论
1. Re: merge sql error, dbType postgresql
@可是我不能去流浪 是不是重新配置了? 只是这个日志打印有点尴尬,不影响使用...
--BigOrang
2. Re: merge sql error, dbType postgresql
关闭mergeSQL功能 #springboot spring.datasource.druid.filter.stat.merge-sql=false 使用这个无效。。。...
--可是我不能去流浪
3. Re:SpringBoot Value 'xxx' is not a valid duration
其实是因为后面有空格,去掉空格就可以了
--丶丿Gaga
4. Re:There is no Action mapped for namespace / and action name 通配符的问题
@ wcd00谢谢指点...
--BigOrang
5. Re:There is no Action mapped for namespace / and action name 通配符的问题
Struts2.5 也是可以配置method的,但是需要在struts.xml中做如下配置<global-allowed-methods>regex:.*</global-allowed-method...
--wcd00
点击右上角即可分享