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 »