在配置正确,网络正常的情况下下载依赖jar包仍然出现Could not transfer artifact xxxxx,无法从远程获取jar包 在设置中,vm输入命令“-Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowa ...
分类:
编程语言 时间:
2021-01-01 12:39:32
阅读次数:
0
MyBatis 本是apache的一个开源项目iBatis, 2010年这个项目由apache software foundation 迁移到了google code,并且改名为MyBatis 。2013年11月迁移到Github。MyBatis是一个优秀的持久层框架,它对jdbc的操作数据库的过程 ...
分类:
其他好文 时间:
2021-01-01 12:32:26
阅读次数:
0
参考:https://www.linuxprobe.com/linux-batch-rename.html rename 's/old/new/' this.old rename 's/report/review/' * rename -v 's/123/124/' * status.123 ren ...
分类:
系统相关 时间:
2021-01-01 12:31:37
阅读次数:
0
19:cocoaPods的实现思路,为什么没有使用cocoaPods管理自己的 ,Pod update和pod install的区别 ...
分类:
其他好文 时间:
2021-01-01 12:19:57
阅读次数:
0
解决Rust -- update crates.io过慢的问题 在经过一系列操作,科,学,上,网等方法之后亲测无效,想到更改rust的文件源来加快速度 首先进入电脑的cargo目录,MAC OS 默认安装在 ~/.cargo下: cd ~/.cargo 1 创建一个config文件,这里使用vim编 ...
分类:
其他好文 时间:
2021-01-01 12:17:12
阅读次数:
0
摘要 spring ,springboot整合quartz-2.3.2,实现spring管理jobBean 本文不涉及 JDBC存储的方式,springboot yml配置也没有 可自行百度 谷歌 本项目源码gitee地址 quartz-demo ####需求 比如发送邮件消息 在夜晚空闲时大批量更 ...
分类:
编程语言 时间:
2021-01-01 11:55:59
阅读次数:
0
Spring整合JDBC开发 背景 在JDBC开发中,充斥这大量重复的代码,可能只是换了个SQL语句,其他代码是完全不用变的。Spring的jar包里,提供了一个叫JDBCTemplate的模板,在保持操作灵活方便的情况下,将代码量降到最低。 配置文件 首先修改Spring的xml文件(src目录下 ...
分类:
数据库 时间:
2020-12-31 11:59:50
阅读次数:
0
整合流程 导入相关的包 mybatis;mybatis-spring;spring-webmvc;spring-jdbc;aspectjweaver(AOP面向切面);mysql;lombok;junit 可以参考mybitis-spring的文档进行学习:http://mybatis.org/sp ...
分类:
编程语言 时间:
2020-12-30 11:30:58
阅读次数:
0
错误:configure: error: libevent >= 1.4.11 could not be found解决:yum -y install libevent libevent-devel错误:configure: error: Please reinstall the mysql dis ...
分类:
Web程序 时间:
2020-12-30 11:22:18
阅读次数:
0
Firecracker Firecracker is a new light KVM-based hypervisor written in Rust and announced during last AWS re:Invent in 2018. But unlike QEMU, Firecrac ...
分类:
其他好文 时间:
2020-12-30 11:12:12
阅读次数:
0