码迷,mamicode.com
首页 >  
搜索关键字:rect    ( 5022个结果
EChart将timeline图标设置为加号
一 要实现的效果 二 官方文档 看一下官方文档上,替换symbol的描述: timeline.symbol string [ default: 'emptyCircle' ] timeline标记的图形。 ECharts 提供的标记类型包括 'circle', 'rect', 'roundRect' ...
分类:其他好文   时间:2020-01-28 12:31:20    阅读次数:83
vnpy源码阅读学习(5):关于MainEngine的代码阅读
关于MainEngine的代码阅读 在入口文件中,我们看到了除了窗体界面的产生,还有关于 和`EventEngin MainEngine`的代码。 首先在run代码中,我们看到以下的代码 从上述代码可以基本猜测所有的网管,设置,甚至策略引擎行情,都跟MainEngine有关系,MainEngine应 ...
分类:其他好文   时间:2020-01-28 12:28:06    阅读次数:93
[Tools] Install npm packages globally without sudo on macOS and Linux
1 . Create a directory for global packages mkdir "${HOME}/.npm-packages" 2. Tell npm where to store globally installed packages npm config set prefix ...
分类:系统相关   时间:2020-01-27 23:54:07    阅读次数:140
V8 引擎是如何工作的?
V8 引擎是如何工作的? CSDN ? 已认证的官方帐号 17 人赞同了该文章 作者 | Fundebug 来源|Fundebug 最近,JavaScript生态系统又多了2个非常硬核的项目。 大神Fabrice Bellard发布了一个新的JS引擎QuickJS,可以将JavaScript源码转换 ...
分类:其他好文   时间:2020-01-27 22:20:12    阅读次数:74
Error in read.dcf(file.path(pkgname, "DESCRIPTION"), c("Package", "Type"))报错解决方式
安装R包时产生如下错误: Error in read.dcf(file.path(pkgname, "DESCRIPTION"), c("Package", "Type")) : 无法打开链结 此外: Warning messages: 1: In download.file(url, destfi ...
分类:其他好文   时间:2020-01-27 20:41:38    阅读次数:1604
toast组件单元测试
1. 先看是否存在 2. 看属性,我们要测 ToastVue 和 plugin.js 3. 报异常错误,要用 yarn run dev test 代替 npm run dev test 4. 测试 closeButton。 这里测试后的时候出现 warning,Cannot read propert ...
分类:其他好文   时间:2020-01-27 15:48:10    阅读次数:84
IDEA 不能正常导包
从github上下载了一个 maven 项目, 打开后对应的依赖也下载好了,可是却不能正常导包。 结果发现是 maven 设置的问题。 从网上下载的 maven 项目可能依旧用的别人的设置,所以自己需要改一下。 如下图: 我改动了三个地方 maven home directory //maven 安 ...
分类:其他好文   时间:2020-01-27 14:07:38    阅读次数:371
[Paper Review]Distilling the Knowledge in a Neural Network,2015
Analogy: Many insects have a larval form that is optimized for extracting energy and nutrients from the environment and a completely different adult f ...
分类:Web程序   时间:2020-01-27 13:47:03    阅读次数:85
Calculates the closest direction to a specified point on the board.
Calculates the closest direction to a specified point on the board. 计算到图中指定点最接近的方向。 ...
分类:其他好文   时间:2020-01-27 12:15:57    阅读次数:61
假装网络工程师10——ospf中的4,5类lsa详解
一、背景介绍之前介绍了ospf中共有7中lsa类型,其中骨干区域与普通区域间通过1,2,3类lsa能够在本地计算出网络拓扑,其中连接骨干区域与普通区域的路由器成为abr,这样在一个ospf自治系统内就可以实现相互访问,但位于该as之外的路由,却无法访问,为了解决该问题,引入了4类和5类lsa。二、网络拓扑本次实验网络拓扑如图所示,R4的loopback接口模拟外部网络,R3与R4之间使用p2p网络
分类:其他好文   时间:2020-01-25 19:35:28    阅读次数:460
5022条   上一页 1 ... 57 58 59 60 61 ... 503 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!