摘要: 1:STS中 Help->Eclipse MarketPlace 搜索svn点击go安装svn插件,然后重启STS。 2:如果Team中出现SVN说明安装好了一半. 3: 手动安装SVN Connector. 点击如下链接下载. http://community.polarion.com/proje 阅读全文
posted @ 2017-11-20 18:34 1161588342 阅读(22617) 评论(1) 推荐(1) 编辑
摘要: demo public abstract class AvconBaseServiceImpl<M extends BaseMapper<T>, T extends BaseEntity> extends ServiceImpl<M, T> { @Autowired protected M base 阅读全文
posted @ 2024-04-01 18:05 1161588342 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 添加依赖包 <!-- Jackson进行JSON序列化/反序列化添加Java 8的日期和时间库支持 --> <dependency> <groupId>com.fasterxml.jackson.datatype</groupId> <artifactId>jackson-datatype-jsr3 阅读全文
posted @ 2024-03-22 09:13 1161588342 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 下载git客户端 生成秘钥 https://zhuanlan.zhihu.com/p/584609161?utm_id=0 问题: Unable to negotiate with xxx: no matching host key type found. Their offer: ssh-r 解决 阅读全文
posted @ 2024-01-16 10:04 1161588342 阅读(1) 评论(0) 推荐(0) 编辑
摘要: <?php class NavicatPassword { protected $version = 0; protected $aesKey = 'libcckeylibcckey'; protected $aesIv = 'libcciv libcciv '; protected $blowSt 阅读全文
posted @ 2024-01-13 11:29 1161588342 阅读(8) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_40965479/article/details/130194793 阅读全文
posted @ 2023-12-11 14:05 1161588342 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 1. 下载 打开nginx.conf # Windows 修改第一处 log_format main '$remote_addr - $remote_user [$time_local] "$request" ' '$status $body_bytes_sent "$http_referer" ' 阅读全文
posted @ 2023-09-26 11:54 1161588342 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 1. 环境seata1.5.2. nacos2.1.0 本地配置好nacos之后 新建一个seata的命名空间,seata 需要使用 seata准备 1: 创建mysql的seata数据库 执行\seata-server-1.5.2\script\server\db\mysql.sql 2: 拷贝c 阅读全文
posted @ 2023-09-26 11:11 1161588342 阅读(58) 评论(0) 推荐(0) 编辑
摘要: 参考 https://blog.csdn.net/xukaiqiang123/article/details/129418655 阅读全文
posted @ 2023-09-05 11:37 1161588342 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 参考: https://www.cnblogs.com/ming-blogs/p/16327516.html JS日期加减 https://blog.csdn.net/qianmo0330/article/details/127790373 阅读全文
posted @ 2023-05-23 19:21 1161588342 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 关联: https://blog.csdn.net/xiegongmiao/article/details/111832146 阅读全文
posted @ 2023-04-03 14:41 1161588342 阅读(7) 评论(0) 推荐(0) 编辑