会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
全琪俊
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
21
22
23
24
25
26
27
28
29
···
33
下一页
2022年12月15日
解决使用SSH连接Linux服务器时连接失败的故障
摘要: 最近使用Xshell连接Linux服务器,报错:Connection closed by foreign host. Disconnected from remote host,详细报错信息是: [C:\~]$ ssh root@210.35.124.82 Connecting to 210.35.
阅读全文
posted @ 2022-12-15 11:06 全琪俊
阅读(3404)
评论(0)
推荐(0)
2022年12月8日
阿里云OSS图片上传压缩
摘要: pom文件增加图片压缩依赖包 <!-- 图片压缩 --> <dependency> <groupId>net.coobird</groupId> <artifactId>thumbnailator</artifactId> <version>0.4.8</version> </dependency>
阅读全文
posted @ 2022-12-08 15:17 全琪俊
阅读(3150)
评论(0)
推荐(0)
2022年12月1日
post multipart 文件上传报错问题
摘要: Header中增加类型 Content-Type multipart/form-data; boundary WebKitFormBoundaryviNNchnQeRA02DYf
阅读全文
posted @ 2022-12-01 15:09 全琪俊
阅读(84)
评论(0)
推荐(0)
nginx SSL安装
摘要: 新版服务器安装 yum -y install gcc openssl openssl-devel pcre-devel zlib zlib-devel make gcc-c++ libtool 安装openssl cd /home1. 下载安装wgetyum -y install wget 2. 获
阅读全文
posted @ 2022-12-01 13:08 全琪俊
阅读(3104)
评论(0)
推荐(0)
一般用到的短信,邮件换行符号
摘要: 短信 XML拼接换行:回车符(
) 换行符(
) JSON拼接换行:换行符(\\n )回车符(\\r) 常用:第一种:使用System.out.println()//这是换一行。 第二种:使用System.out.print("\n");//这也是换一行. 第一种和第二种差不多。只是
阅读全文
posted @ 2022-12-01 09:44 全琪俊
阅读(1713)
评论(0)
推荐(0)
2022年11月30日
Excel 怎么在筛选后 进行编号递增
摘要: 可以用SUBTOTAL函数,在要添加序号的单元格输入公式:=SUBTOTAL(103,$E$1:E1)*1,双击填充即可。具体操作如下动图所示: 1.首先新建列序号列 2. $E$1:E1 这个是变量--用序号列当依据列 3.下拉就可以了
阅读全文
posted @ 2022-11-30 13:46 全琪俊
阅读(1420)
评论(0)
推荐(0)
2022年11月28日
查看当前linux占用的端口号
摘要: Linux 查看端口占用情况可以使用 lsof 和 netstat 命令。 centos 下无法使用lsof命令:“-bash: lsof: command not found”1.问题描述:2.解决办法 原因:未安装lsof # yum install lsof1安装成功后 执行命令,例如查询使用
阅读全文
posted @ 2022-11-28 12:37 全琪俊
阅读(2600)
评论(0)
推荐(0)
2022年11月10日
Scheduled 定时任务
摘要: 1 cron表达式指定定时器执行时间 // 固定每天1点执行,无论上一次执行完没有,到时间会再执行。 @Scheduled(cron = "0 0 1/1 * ?") //每一个小时执行一次 @Scheduled(cron = "0 0 * * * ?") //每天上午8点执行执行@Schedule
阅读全文
posted @ 2022-11-10 08:39 全琪俊
阅读(6827)
评论(0)
推荐(1)
2022年10月27日
浙里办,专有钉钉,hutool架包有问题
摘要: hutool 国密算法工具-SmUtil 引入Bouncy Castle依赖 <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk15to18</artifactId> <version>1.69</versi
阅读全文
posted @ 2022-10-27 13:19 全琪俊
阅读(173)
评论(0)
推荐(0)
MyBatisPlus多数据源日志打印问题
摘要: logging: level: com.***.***.mapper: debug # 方式一mybatis-plus: configuration: log-impl: org.apache.ibatis.logging.stdout.StdOutImpl # 方式二 application.ym
阅读全文
posted @ 2022-10-27 11:40 全琪俊
阅读(1114)
评论(0)
推荐(0)
上一页
1
···
21
22
23
24
25
26
27
28
29
···
33
下一页
公告