阿里云maven仓库配置
Posted in java

阿里云maven仓库配置

maven.aliyun.com代理了很多公共的 maven 仓库。使用maven.aliyun.com中的仓库地址作为… More »

wordpress导出个人数据提示zipArchive不可用解决
Posted in wordpress

wordpress导出个人数据提示zipArchive不可用解决

1、问题 在用 wordpress 自带的工具导出个人数据时,提示 zipArchive 不可用,具体错误如下图: 出现… More »

Tensorflow安装——Linux下基于pip方式
Posted in AI

Tensorflow安装——Linux下基于pip方式

主要介绍在 Ubuntu16 中使用 pip 安装 Tensorflow 的过程。 pip 的安装:我通过安装 Anac… More »

Anaconda3安装——Linux下
Posted in python

Anaconda3安装——Linux下

主要介绍在 centos7 中安装 Anaconda3 的详细过程。 1、获取安装包: 官网下载对应 Linux 安装包… More »

wordpress禁用谷歌字体或者将谷歌字体下载到本地
Posted in wordpress

wordpress禁用谷歌字体或者将谷歌字体下载到本地

wordpress 在国内访问会慢,而且很多国外主题加载速度真是令人崩溃。 后来查阅资料(百度一下啦!),同时通过 ch… More »

Linux环境变量作用顺序
Posted in linux

Linux环境变量作用顺序

Linux /etc/profile 设置的环境变量生效,是按从下到上查找的。 如,Linux /etc/profile… More »

构建Anaconda3和Tensorflow镜像之一:docker容器内安装+commit
Posted in python

构建Anaconda3和Tensorflow镜像之一:docker容器内安装+commit

1、加载镜像 将原始镜像包 hml_ubuntu.tar 加载到 docker 镜像列表: 首先,将 hml_ubunt… More »

构建Anaconda3和Tensorflow镜像之二:使用Dockerfile
Posted in python

构建Anaconda3和Tensorflow镜像之二:使用Dockerfile

1、加载镜像 将原始镜像包 hml_ubuntu.tar 加载到 docker 镜像列表: 首先,将 hml_ubunt… More »

Linux多版本python设置访问命令
Posted in python

Linux多版本python设置访问命令

1、需求 大家都知道 python 有两个大版本,分别为 python2.x 和 python3.x 。两者之间不能互相… More »