码迷,mamicode.com
首页 >  
搜索关键字:$scope    ( 3363个结果
windows10 部署 netcore 应用程序
1.运行powershell,在运行窗口中输入:powershell。如下图: 2.安装choco,在打开的powershell窗口中输入:Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.We ...
分类:Windows程序   时间:2020-08-03 12:16:56    阅读次数:95
spring aop 源码分析(三) @Scope注解创建代理对象
一.源码环境的搭建: @Component @Scope(scopeName = ConfigurableBeanFactory.SCOPE_SINGLETON,proxyMode = ScopedProxyMode.TARGET_CLASS) public class MyMath impleme ...
分类:编程语言   时间:2020-07-30 14:24:46    阅读次数:64
Jmeter 常用函数(27)- 详解 __env
如果你想查看更多 Jmeter 常用函数可以在这篇文章找找哦 https://www.cnblogs.com/poloyy/p/13291704.html 作用 获取环境变量的值 语法格式 ${__env(JAVA_HOME,var,default)} 参数讲解 字段含义是否必传 Enviromen ...
分类:其他好文   时间:2020-07-29 14:57:19    阅读次数:71
路飞项目六
1 短信接口频率限制 # throttlings.py from rest_framework.throttling import SimpleRateThrottle class SMSThrotting(SimpleRateThrottle): scope = 'sms' def get_cac ...
分类:其他好文   时间:2020-07-27 17:46:17    阅读次数:100
Web UI 自动化测试方案(超级干货)看完不会你找我
项目讨论 一、项目中符合自动化测试的部分有哪些?(目标和范围 scope, 准入准出标准) 1、稳定的需求点、变动较少的页面2、每日构建后的测试验证 daily build3、比较频繁的回归测试4、需要在多平台上运行的相同测试案例、组合遍历型的测试、大量的重复任务二、自动化用例在整个项目的测试用例的 ...
分类:Web程序   时间:2020-07-27 15:38:48    阅读次数:95
.net core 3.1 过滤器(Filter) 和AOP面向切面拦截器
Filter总共有五种,Authorization Filter,Resource Filter,Exception Filter,Action Filter,Result Filter Exception Filter 设置 新增全局异常过滤器GlobalExceptionFilter.cs, 当 ...
分类:Web程序   时间:2020-07-26 01:08:28    阅读次数:210
Mockito学习(1) --- 快速入门
1、如何使用Mockito 引入mavne依赖 <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>2.23.4</version> <scope>test</scope ...
分类:其他好文   时间:2020-07-26 00:38:37    阅读次数:206
Spring 常用注解
1.组件注解@Component("xxx")@Scope("prototype")@Lazy(true)@DepondsOn({"aa","bb"})@PostConstructor和@PreDestroy@Resource(name="xx")@Autowired(required=false) ...
分类:编程语言   时间:2020-07-25 09:20:19    阅读次数:98
Vue -- element-ui 所有数据前台排序
<el-table v-loading="loading" :data="tableData.slice((pageNum-1)*pageSize,pageNum*pageSize)" style="width: 100%;" @sort-change="sort_change" > <el-tab ...
分类:编程语言   时间:2020-07-24 21:59:14    阅读次数:266
java开发两年,连Spring中bean的装配都不知道?你怎么涨薪啊
Spring1.1.1.1创建一个beanpackagecom.zt.spring;publicclassMyBean{privateStringuserName;privateIntegeruserAge;}1.1.1.2配置Config配置beanpackagecom.zt.spring;importorg.springframework.context.annotation.Bean;imp
分类:编程语言   时间:2020-07-24 13:30:44    阅读次数:72
3363条   上一页 1 ... 8 9 10 11 12 ... 337 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!