摘要:
1.cd到虚拟环境目录 1769 cd bossjob-recruiter 1770 ls 1771 cd bin 1775 ./activate 1776 source activate 激活虚拟环境 2.进入当前目录下下载本地模块 1787 cd bossjob-auth-lib 1788 ls 阅读全文
摘要:
1.翻了很多资料发现大多是Windows的库偏多,并且不支持linux,还需要借助word软件,方案是首先docx 转 html 再转 pdf 代码: from pydocx import PyDocX from xhtml2pdf import pisa import os def word2ht 阅读全文
摘要:
1.dockerfile 编写 FROM ubuntu:latest MAINTAINER jiangmoo ENV DEBIAN_FRONTEND=noninteractive ENV LANG C.UTF-8 RUN sed -i "s/security.debian.org/mirrors.a 阅读全文