会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
A Simple Note Book
Close your eyes, and follow your heart.
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
3
4
5
6
7
8
9
10
11
···
37
下一页
2022年5月10日
记一次java spring boot 线上无法启动的问题
摘要: 产生了三次波折。 5-8日,早pom中引入: <dependency> <groupId>com.fasterxml.jackson.dataformat</groupId> <artifactId>jackson-dataformat-xml</artifactId> <version>2.9.0
阅读全文
posted @ 2022-05-10 15:40 流失的痕迹
阅读(2203)
评论(0)
推荐(0)
2022年4月18日
idea 读取配置 提示 Spring Boot Configuration Annotation Processor not configured
摘要: 问题背景: 进行Spring Boot配置文件部署时,发出警告Spring Boot Configuration Annotation Processor not configured,但是不影响运行 问题解决方案:在pom.xml文件中引入依赖 <dependency> <groupId>org.
阅读全文
posted @ 2022-04-18 19:21 流失的痕迹
阅读(1730)
评论(0)
推荐(0)
2022年3月30日
苹果支付 apple pay 通知 版本2 参数 解密 decode
摘要: String raw = "eyJhbGciOiJFUzI1NiIsIng1YyI6WyJNSUlFTURDQ0E3YWdBd0lCQWdJUWFQb1BsZHZwU29FSDBsQnJqRFB2OWpBS0JnZ3Foa2pPUFFRREF6QjFNVVF3UWdZRFZRUURERHRCY0hC
阅读全文
posted @ 2022-03-30 11:52 流失的痕迹
阅读(2095)
评论(0)
推荐(0)
2022年3月17日
linux shell 比较文件相同部分comm命令和不同部分diff命令 按行读取 文件
摘要: 相同: https://blog.csdn.net/xunmengpiaoyun/article/details/27195807 不同: https://www.cnblogs.com/yaohong/p/7616093.html https://www.runoob.com/linux/linu
阅读全文
posted @ 2022-03-17 11:45 流失的痕迹
阅读(227)
评论(0)
推荐(0)
2022年3月4日
android 自动化测试参考资料(待验证)
摘要: termux+uiautomator2实现手机自动化测试 https://blog.csdn.net/qq_37529822/article/details/105345879 https://www.cnblogs.com/ze-yan/p/12242383.html termux + UIAUT
阅读全文
posted @ 2022-03-04 17:03 流失的痕迹
阅读(57)
评论(0)
推荐(0)
2022年3月2日
centos7 linux redis安装
摘要: 推荐的安装方法: 注:希望将redis安装到此目录 /usr/local/redis希望将安装包下载到此目录 /usr/local/src 1.创建安装目录/usr/local/redis mkdir /usr/local/redis 2.进入安装包目录 cd /usr/local/src3.进行下
阅读全文
posted @ 2022-03-02 16:25 流失的痕迹
阅读(51)
评论(0)
推荐(0)
2022年2月17日
jekins vue 发布脚本 shell
摘要: #!/bin/bash # Description:对应jenkins上的shell脚本 # Author:yangdejian # CompeleteTime:2021-03-10 start_time=$(date "+%Y-%m-%d %H:%M:%S") script_root="/root
阅读全文
posted @ 2022-02-17 15:10 流失的痕迹
阅读(94)
评论(0)
推荐(0)
2021年12月23日
easyExcel 踩坑
摘要: 1、读取excel 实体全为空实体类不要加这个注解 @Accessors(chain = true) 应该是set方法导致的。 2、没有加该注解,还是为空 excel要尽量简单,之前为了将excel做好看,做了个模板,套用了颜色公式,同时生成模板使用的填充方式(省事),预留了很多空行。把这些空行删除
阅读全文
posted @ 2021-12-23 10:16 流失的痕迹
阅读(567)
评论(0)
推荐(0)
2021年12月15日
mysql 函数 存储过程 事件(event) job 模板
摘要: mysql的编程能力比sqlserver和mysql弱很多,万不得已尽量将这些东西转移到应用层。 but,有时候小项目或项目刚开始尝试阶段,需要降低服务器成本,压缩项目规模。期初业务需求不清晰,也比较简单,为了快速成型也可以先凑合着用。 创建函数模板: -- -- Function structur
阅读全文
posted @ 2021-12-15 16:13 流失的痕迹
阅读(173)
评论(0)
推荐(0)
2021年12月8日
protobuf 无proto 解码 decode 语言 java python
摘要: package com.example.demo.services; import com.google.common.base.Charsets; import com.google.protobuf.ByteString; import com.google.protobuf.CodedInpu
阅读全文
posted @ 2021-12-08 10:53 流失的痕迹
阅读(783)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
9
10
11
···
37
下一页
公告