1.编写testcase,并将执行结果写入excel (1)编写testcase public class Login extends BaseTest { //继承可以不写该test ,但是不想通过testng.xml执行 @Test(dataProvider ="loginPasswordCas ...
分类:
Web程序 时间:
2020-04-27 15:26:19
阅读次数:
77
```javapackage com.atguigu.security.config;import javax.sql.DataSource;import org.springframework.beans.factory.annotation.Autowired;import org.spring... ...
分类:
编程语言 时间:
2020-04-27 09:14:11
阅读次数:
59
报错信息如下: org.springframework.beans.factory.BeanCreationNotAllowedException: Error creating bean with name 'eurekaAutoServiceRegistration': Singleton be ...
分类:
编程语言 时间:
2020-04-26 22:34:55
阅读次数:
255
启动报异常: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applica ...
分类:
编程语言 时间:
2020-04-26 21:26:31
阅读次数:
96
开始: import com.alibaba.fastjson.JSONObject; import lombok.extern.slf4j.Slf4j; import org.springframework.beans.factory.annotation.Autowired; import or ...
分类:
其他好文 时间:
2020-04-26 20:54:30
阅读次数:
75
spring DefaultListableBeanFactory 实现了基本的IOC容器 一 查看spring BeanFactory接口源码。 1 String FACTORY_BEAN_PREFIX = "&"; //定义工厂bean的名字前缀为“&”; 2 Object getBean(St ...
分类:
其他好文 时间:
2020-04-25 23:10:18
阅读次数:
59
@Reference是dubbo的注解,也是注入,他一般注入的是分布式的远程服务的对象,需要dubbo配置使用。 1.@Autowiredorg.springframework.beans.factory.annotation.AutowiredSpringBoot项目中常用。简单来说就是引入由Sp ...
分类:
其他好文 时间:
2020-04-25 01:24:56
阅读次数:
626
本文参考 本篇文章参考自《Effective Java》第三版第六条"Avoid creating unnecessary objects" avoid creating unnecessary objects by using static factory methods in preferenc... ...
分类:
编程语言 时间:
2020-04-24 11:40:47
阅读次数:
73
https://blog.csdn.net/qq_34474324/article/details/98874675 ...
分类:
移动开发 时间:
2020-04-23 00:55:39
阅读次数:
140
John Deere PayLoad (PLD) File Editor – this is Developer level tool, that allows you to change factory parameters in the PLD files using John Deere Se ...
分类:
其他好文 时间:
2020-04-22 22:48:59
阅读次数:
89