自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

原创 How to read paper

2018-09-18 07:04:31 232

转载 centos下使用yum 安装pip

centos下安装pip时失败:[root@wfm ~]# yum -y install pipLoaded plugins: fastestmirror, refresh-packagekit, securityLoading mirror speeds from cached hostfile* base: mirrors.tuna.tsinghua.edu.cn* extras:...

2018-09-10 11:39:07 161

原创 用PyPDF4读取pdf文件的MetaData

#encoding : utf-8import PyPDF4import optparsefrom PyPDF4 import PdfFileReaderdef printMeta(filename): pdfFile = PdfFileReader(open(filename, 'rb')) docInfo = pdfFile.getDocumentInfo() ...

2018-08-24 07:02:17 4056

原创 AttriError: _parse_flags

方框中标注的AttriError: _parse_flags是由于tensorflow版本引起的,在1.5以上会出现此问题,1.4上没有此问题.

2018-04-03 12:59:05 1637

原创 Ubuntu17.10源码安装Nginx

1.首先安装所需依赖库: sudo apt-get install build-essential libtool  libpcre3 libpcre3-dev zliblg-dev openssl2.下载Nginx源码包: wget http://nginx.org/download/nginx-1.13.6.tar.gz3.解压并进入目录: tar zxvf nginx-1.13.6.tar....

2018-03-26 11:47:45 450

空空如也

空空如也

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

TA关注的人

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