自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 资源 (2)
  • 收藏
  • 关注

原创 react服务端渲染ssr实践,一次一步 2019年10月

nodejs要加载es6语法,比如import export,要加载react标签,那就需要babel 所以第一步,先把依赖装好 ... "devDependencies": { "@babel/core": "^7.6.4", "@babel/node": "^7.6.3", "@babel/preset-env": "^7.6.3", "@babel/prese...

2019-10-16 16:26:37 515

原创 mac os上onenote深色模式dark mode如何开启 2019

首先确保你的系统是深色模式 然后在onenote的偏好设置中“启用试验性功能” 最后,重启onenote,然后你就会看见深色了

2019-10-12 11:58:42 2843

原创 from torch._C import *ImportError: DLL load failed: 找不到指定的程序

我用的是Python3.6.0,windows10,用的https://www.python.org的安装包, 升级Python版本到3.6.2就解决了, 我是这样 服了

2019-10-02 23:17:53 781

原创 解决vscode中Module 'torch' has no 'xxx' member

vscode setting中搜索Pylint Path 把地址改成虚拟环境中的pylint 比如我的 /Users/Rogers/.virtualenvs/my_env/bin/pylint

2019-10-02 13:04:17 9264 8

Chinese NER data MSRA 中文命名实体识别语料

中 B-ORG 共 I-ORG 中 I-ORG 央 I-ORG 致 O 中 B-ORG 国 I-ORG 致 I-ORG 公 I-ORG 党 I-ORG 十 I-ORG 一 I-ORG 大 I-ORG 的 O 贺 O 词 O 各 O 位 O 代 O 表 O Tag | Meaning O Not part of a named entity B-PER Beginning character of a person name I-PER Non-beginning character of a person name B-ORG Beginning character of an organization name I-ORG Non-beginning character of an organization name B-LOC Beginning character of a location name I-LOC Non-beginning character of a location name B-GPE Beginning character of a geopolitical entity I-GPE Non-beginning character of a geopolitical entity

2019-09-30

opencv3 python安装需要的QTKit

opencv3 python安装需要的QTKit

2017-06-26

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除