Easter79 Easter79
4年前
springboot2.0+log4jdbc将sql语句完整写入日志文件并分开保存
首先,引入pom依赖:<dependency<groupIdorg.springframework.boot</groupId<artifactIdspringbootstarterlog4j2</artifactId</dependency<!Log4j2异步支持<dependency
Wesley13 Wesley13
4年前
java+selenium+maven+IntelliJ IDEA 搭建简单的UI自动化测试环境
1\.用IntelliJIDEA新建一个maven工程2\.在pom.xml中添加依赖:<dependency<groupIdorg.seleniumhq.selenium</groupId<artifactIdseleniumjava</artifactId
Wesley13 Wesley13
4年前
java8学习
1、Function函数publicstaticvoidmain(Stringargs){TestControllertnewTestController();newTestController().aaa(3,valuet.bbb(value));}
Easter79 Easter79
4年前
Springboot简单集成ActiveMQ
Springboot简单集成ActiveMQ消息发送者的实现pom.xml添加依赖<dependency<groupIdorg.springframework.boot</groupId<artifactIdspringbootstarteractivemq</artifactId</dependency<d
Wesley13 Wesley13
4年前
Java基于animated
  工作中,gif动图转图片/图片集转gif  pom依赖很简单<!gif<dependency<groupIdcom.madgag</groupId<artifactIdanimatedgiflib</artifactI
Stella981 Stella981
4年前
Cocos Creator中使用事件中心
exportclassEventCenter{/监听数组/privatelisteners{};/注册事件@paramname事件名称@paramcallback回调函数
Stella981 Stella981
4年前
Linux MySQL5.6.36安装手册
1安装依赖包yumyinstallperlperldevel2新建用户组合用户groupaddmysqluseraddmysqlgmysql3解压到data下面mkdir/datatarzxvfmysql5.6.36linuxg
Stella981 Stella981
4年前
CentOS 7编译安装Redis
安装编译相关依赖CentOS/Fedorayuminstallgccgccccmaketcl下载Redis源码包curloredis4.0.10.tar.gzhttp://download.redis.io/releases/redis4.0.10.tar.gz
Stella981 Stella981
4年前
SpringAnnotation注解之@Autowired
@Autowired:自动装配,不用在bean里写<property属性来指定所依赖的属性1234@AutowiredpublicvoidsetUserDao(UserDaouserDao){this.userDaouserDao;}Autowired:表示spring
Stella981 Stella981
4年前
Mac上python3.8导入jenkins报错
python3在importjenkins报错找不到lookup3.so依赖。importjenkinsTraceback(mostrecentcalllast):File"<stdin",line1,in<moduleFile"/usr/local/lib/pyth