Mxnet 不能引入np和npx ImportError: cannot import name 'np' 在github上已有这个问题的issue,是因为numpy分支和master分支还没有合并。不过现在似乎已经修复了这个bug,但是在Windows上你可以通过pip install mxnet ...
分类:
Web程序 时间:
2020-07-17 22:09:56
阅读次数:
97
在显示上传完毕的图片的时候遇到了一个问题, 图片莫名其妙被逆时针旋转了90度就很离谱 如下图 经过一番查询, 原来是 IOS 的相机拍照的时候会把方向角写入到图片里面 因为我用的是 element 的上传组件, 所以先去找了找 issue, 果不其然在 Issues #15162有人和我提出了同样的 ...
分类:
移动开发 时间:
2020-07-17 19:52:02
阅读次数:
115
Installing via curl error - starship: Cannot open: Permission denied · Issue #838 · starship/starship https://github.com/starship/starship/issues/838 ...
分类:
其他好文 时间:
2020-07-11 00:03:50
阅读次数:
66
Header 和 Params 的区别: Headers The REST headers and parameters contain a wealth of information that can help you track down issues when you encounter th ...
分类:
其他好文 时间:
2020-07-10 16:59:18
阅读次数:
62
[OHIF-Viewers]医疗数字阅片-医学影像-cornerstone-core-Cornerstone.js提供了一个完整的基于Web的医学成像平台。 还必须写中文,不然不让同步,蛋疼呀~~~ 要想深入学习OHIF-Viewers,那就得搞一下这个底层库噻~~Cornerstone.js。 D ...
分类:
Web程序 时间:
2020-07-10 09:42:11
阅读次数:
134
一、zkCli.sh ./zkCli.sh -server 39.97.176.160:2182 39.97.176.160 : zookeeper服务器Ip 2182:zookeeper端口 二、ZooInspector 下载地址:https://issues.apache.org/jira/se ...
分类:
其他好文 时间:
2020-07-07 15:46:47
阅读次数:
122
说实话,我很讨厌某博客上抄来抄去搞得我一搜结果就乱七八糟的,找个资料都难,我就是坚定的吹谷歌。 正题,在win10安装WSL的时候遇到的问题,错误信息wslregisterdistribution failed with error: 0x8007007b,我在某博客上翻了不少都没找到解决办法,用谷 ...
分类:
其他好文 时间:
2020-07-06 19:53:52
阅读次数:
328
C:\WINDOWS\system32>npm install vue-cli -g npm WARN deprecated coffee-script@1.12.7: CoffeeScript on NPM has moved to "coffeescript" (no hyphen) npm W ...
分类:
其他好文 时间:
2020-07-06 12:56:06
阅读次数:
289
先来看一下官方方法 vue-awesome-swiper 官方推荐使用 import 'swiper/css/swiper.css'但实际上版本已经过时!!! 此时我用的是 6.0.0版本 可以发现我node_module下的swiper中没有css文件夹 查阅官方git的issues后知道要转变为 ...
分类:
Web程序 时间:
2020-07-05 19:24:22
阅读次数:
629
一、问题描述最近在开发 html2canvas 的时候,突然发现,html2canvas在IOS13.4.1系统中调用失败。后马上去github上查看是否有同道中人遇到类似问题。 参考链接:https://github.com/niklasvh/html2canvas/issues/2229 二、解 ...
分类:
移动开发 时间:
2020-07-04 22:39:49
阅读次数:
495