0%
vnc配置
Posted on Edited on Views:
Lua语言学习
Posted on Edited on Views:
PyraNet配置常见问题
Posted on Edited on Views:
实用命令
Posted on Edited on Views:
Hexo 配置常见错误
Posted on Edited on Views:
npm install hexo-fs
通过npm install hexo-fs –save解决不了的,是因为在hexo-deployer-git中还有一个node_modules/hexo-fs目录,但是hexo-deployer-git官方Github中是没有这个目录的,可能是因为npm源没有更新,所以hexo-deployer-git中有一个旧版本的hexo-fs,注释掉E:\github\blog\node_modules\hexo-deployer-git\node_modules\hexo-fs\lib\fs.js中第718行exports.SyncWriteStream = fs.SyncWriteStream;就行了,或者手动更新hexo-deployer-git。
直接下载google drive 文件
Posted on Edited on Views:
way1
wget “https://docs.google.com/uc?export=download&id=?"
? 从share link 获得
way2
1 | set -x |
way3 (推荐)
1 | https?://drive.google.com/file/d/id |
安装
1 | wget https://raw.githubusercontent.com/circulosmeos/gdown.pl/master/gdown.pl |
修改perl地址
而我系统环境使用命令whereis perl显示:
1 | perl: /usr/bin/perl /etc/perl /usr/share/perl /usr/share/man/man1/perl.1.gz |
则gdown.pl文件的第一行,我修改为:
1 | #!/usr/bin/perl |
使用
1 | ./gdown.pl 'Gdrive 文件地址' ['保存的文件名'] |
源代码
1 |
|
sql执行顺序
Posted on Edited on Views:
1 | (7) SELECT |
caffe 安装常见问题
Posted on Edited on Views:
fast rcnn算法详解
Posted on Edited on Views: