背景
利用程序化交易来调研回测期货交易的一些策略和方针,验证一些测试的准确度。
目的
- 能够进行实盘交易
- 能够进行历史回测
- 能够对接图形图像识别等云端的算法模型
要想练就绝世武功,
就要忍受常人难忍受的痛,
无论是炎夏或寒冬,
我都很向往山门外的天空,
酒过三巡,
总会聊起那些碎碎曾经,
叹这现实没有承让,
为了碎银三两,
奈何它却能定安康,
我对自己生活的这个城市
终于开始有了点倦意
我不知道是因为这里的空气
还是在心里早就想逃离
我试图忘掉那些美好又难熬的过去
可现实哪有那么容易
大家常用的主要是
html{
-webkit-filter: grayscale(100%); /* webkit */
-moz-filter: grayscale(100%); /*firefox*/
-ms-filter: grayscale(100%); /*ie9*/
-o-filter: grayscale(100%); /*opera*/
filter: grayscale(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
filter:gray; /*ie9- */
}
filter属性作用与body上会影响页面的布局
当在元素中使用了filter滤镜属性的时候,会导致内部 fixed 元素定位发生错误,即不再相对 viewport 进行定位,而是相对整个filter属性的容器元素进行定位
https://drafts.fxtf.org/filter-effects/#FilterPropertyA value other than none for the filter property results in the creation of a containing block for absolute and fixed positioned descendants unless the element it applies to is a document root element in the current browsing context. The list of functions are applied in the order provided.
不过也有另外一个属性可以实现
backdrop-filter
https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter
```css
html:before {
content: “ “;
position: fixed;
backdrop-filter: grayscale(100%);
pointer-events: none;
inset: 0;
大部分人对于未来感兴趣,不是因为想知道未来会发生什么,而是想改变自己的命运
从今天开始尽量做到日更,记录的事情主要是:工作,炒股&期货,以及自己的一些生活状态。笔耕不辍以及多总结才能让自己提高