会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
少年游
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
下一页
2021年9月14日
nginx: [error] CreateFile() "D:\software\nginx/logs/nginx.pid" failed (2: The system cannot find the file specified)
摘要: D:\software\nginx>nginx -s stop nginx: [error] CreateFile() "D:\software\nginx/logs/nginx.pid" failed (2: The system cannot find the file specified) 造
阅读全文
posted @ 2021-09-14 10:06 小白酒菊
阅读(2980)
评论(0)
推荐(0)
2021年8月23日
ActiveMQ启动报错:java.net.URISyntaxException:
摘要: Active启动时报错: Extensions classpath: [C:\Users\99043\software\apache-activemq-5.16.3-bin\apache-activemq-5.16.3\bin\..\lib,C:\Users\99043\software\apach
阅读全文
posted @ 2021-08-23 16:36 小白酒菊
阅读(237)
评论(0)
推荐(0)
2021年8月12日
springboot集成easyPoi实现excel数据导入到Mysql数据库
摘要: springboot集成easyPoi实现excel数据导入到Mysql数据库 easyPoi官方文档:http://easypoi.mydoc.io/ 通过Mybatis generator生成相关Tbxxx,TbxxxExample,TbxxxMapper.java,TbxxxMapper.xm
阅读全文
posted @ 2021-08-12 20:48 小白酒菊
阅读(700)
评论(6)
推荐(0)
2021年8月10日
开发日记
摘要: 开发笔记 2021-08-10 rpx和px换算:rpx是微信小程序中css的尺寸单位,可以根据屏幕宽度进行自适配,规定理想屏幕宽度为750px, 若实际屏幕宽度w=750px,则10rpx=10px, 若w=375px,则10rpx=5px; 2021-08-11 获取本机局域网IP地址:ipco
阅读全文
posted @ 2021-08-10 10:53 小白酒菊
阅读(124)
评论(0)
推荐(0)
2021年8月3日
Markdown编辑器修改插入图片的大小
摘要: 作为一个blog小白,刚接触markdown时总是会发现自己放的图片又大又难看,修改不了插入图片的大小而有着如下的困惑: 那么要怎么让自己的上铺选手照片变得小巧可爱呢?由此我总结了以下简便的方法: 方法:直接把图片改成一个标签, 这是已有的链接 
评论(0)
推荐(0)
java.lang.IllegalStateException: No typehandler found for property xxx
摘要: 今天遇到一个很傻逼的问题,在一个功能点的mapper里插入以下代码后,另一个平行功能点报错,报错信息如下: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name
阅读全文
posted @ 2021-08-03 13:55 小白酒菊
阅读(4758)
评论(0)
推荐(0)
实验室傻逼问题日记
摘要: 2021-08-03 今天遇到一个傻逼问题,gap项目里把Admin项目作为依赖导入,结果一堆命名报错,主要是大小写上的问题,原因不明。 2021-08-04 今天遇到一个傻逼问题,windows输入法莫名其妙失灵,所有字符全部无法输出,但是微信热键可以继续使用,说明不是键盘的问题。最先尝试系统重启
阅读全文
posted @ 2021-08-03 10:44 小白酒菊
阅读(168)
评论(0)
推荐(0)
2021年8月2日
Postman传递Josn字段报错:Cannot deserialize instance of `java.util.ArrayList<java.lang.Object>` out of VALUE_STRING token
摘要: Postman传递Josn字段报错:Cannot deserialize instance of java.util.ArrayList<java.lang.Object> out of VALUE_STRING token 问题: 2021-08-02 10:15:07.816 ERROR 979
阅读全文
posted @ 2021-08-02 10:30 小白酒菊
阅读(3557)
评论(0)
推荐(0)
2021年7月30日
Nginx配置
摘要: Nginx配置 下载Nginx 解压到本地,编辑conf文件夹下的nginx.conf文件;/////////////路径地址不要有中文///////////// location ~ .*\.(gif|jpg|jpeg|png)$ { expires 24h; root C:/Users/9904
阅读全文
posted @ 2021-07-30 15:51 小白酒菊
阅读(88)
评论(0)
推荐(0)
2021年7月29日
swagger-ui配置
摘要: 引入依赖 <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger2</artifactId> <version>2.9.2</version> </dependency> <dependency> <gro
阅读全文
posted @ 2021-07-29 20:30 小白酒菊
阅读(596)
评论(0)
推荐(0)
上一页
1
2
3
4
下一页
公告