使用回归法选股, 和之前选取的因子是一样的 def regression_select(context,bar_dict): # 查询因子数据 q=query(fundamentals.eod_derivative_indicator.pe_ratio, fundamentals.eod_deriv ...
分类:
其他好文 时间:
2021-03-26 15:19:28
阅读次数:
0
上一篇关于APP类的构造函数 最后还有三句话 1 static::setInstance($this); 2 $this->instance('app', $this); 3 $this->instance('think\Container', $this); 1 /** 2 * 绑定一个类实例到容 ...
分类:
移动开发 时间:
2021-03-18 14:20:38
阅读次数:
0
通过构造函数注入 <bean id="accountDao" class="com.ttpfx.dao.impl.AccountDaoImpl"/> <bean id="accountService" class="com.ttpfx.service.impl.AccountServiceImpl" ...
分类:
编程语言 时间:
2021-03-18 14:19:15
阅读次数:
0
Spring是一个开源的控制反转(IOC)和 面向切面(AOP)的容器框架,主要目的简化企业开发。 控制反转(Inversion of Control) 控制反转, 解决程序对象紧密耦合问题(工厂+反射+ 配置文件), 将程序中原来构造对象的权限,交给IoC容器来构造,当程序需要对象,找IoC容器获 ...
分类:
编程语言 时间:
2021-03-16 14:01:41
阅读次数:
0
less2 and 1=1有回显,and 1=2无回显,为数值型注入 order by 4–+报错,有3行 查询数据库名 ?id=0' union select 1,(select group_concat(schema_name) from information_schema.schemata) ...
分类:
数据库 时间:
2021-03-16 13:40:45
阅读次数:
0
本节重点分析Spring容器启动中 读取配置文件 解析一个个Bean封装成BeanDifinition注入到Map中 完成Bean的实例化过程(注意是实例化,并没有初始化) 源码分析 这一阶段先记住ApplicationContext一个重要的子类 - AbstractRefreshableAppl ...
分类:
编程语言 时间:
2021-03-16 13:21:36
阅读次数:
0
BeanFactoryPostProcessor 自定义spring进行注入 import org.springframework.beans.BeansException; import org.springframework.beans.factory.config.BeanFactoryPos ...
分类:
其他好文 时间:
2021-03-15 11:27:52
阅读次数:
0
7.5 状态空间平均 现有文献中已经出现了很多变换器交流建模的方法,其中包括电流注入法,电路平均和状态空间平均法。尽管某种特定方法的支持者可能更愿意使用该方法去建模,但所有方法的最终结果都是等效的。并且所有人都具有这样的共识:平均和小信号的线性化是对PWM变换器建模的关键步骤。 本节将介绍文献中提到 ...
分类:
其他好文 时间:
2021-03-15 11:27:04
阅读次数:
0
使用EasyExcel操作excel https://www.yuque.com/easyexcel/doc/easyexcel 返回指定json格式数据 1)添加课程分类 获取上传过来的excel文件,读取里面的内容,存入数据库 当不需要spring管理的类(如Listern等)调用注入到spri ...
分类:
其他好文 时间:
2021-03-15 10:56:22
阅读次数:
0
1. 准备.m文件 2. 打开工具箱APP里面的Library Compiler 3. 点击红框内的‘+’号,选择.m文件 4. 选择C++ Shared Library 5. 点击setting,选择DLL文件的输出路径 6. 点击Package打包DLL 7. 完成 ...
分类:
其他好文 时间:
2021-03-15 10:37:04
阅读次数:
0