引用slice、map、channel 是引用类型,而不是引用传递https://blog.csdn.net/ljlinjiu/article/details/88852863
引用slice、map、channel 是引用类型,而不是引用传递https://blog.csdn.net/ljlinjiu/article/details/88852863
2020-01-17,目前版本的gosublime还不支持直接通过package control安装需要手动安装安装gosublime1. 首选项->浏览插件目录 2. 命令 git clone https://github.com/DisposaBoy/GoSublime激活margo这个需要打开sublime后依次按下三个键ctrl按住不放,然后依次按下逗号,然后xctrl+.+x
名称windows中程序叫做gswin64linux中叫做gswindowsgswin64 为窗口程序gswin64c 为console控制台程序命令封面图gs -dSAFER -dBATCH -dNOPAUSE -r250 -dTextAlphaBits=4 -dGraphicsAlphaBits=4 -dNumRenderingThreads=4 -sDEVICE=jpeg -dJPEG...
自动安装apt-get install libreoffice -y apt-get install libreoffice-l10n-zh-cn libreoffice-help-zh-cn -y cd /usr/share/fonts && \ wget https://mirrors.tuna.tsinghua.edu.cn/adobe-fonts/sou...
protected $autoWriteTimestamp = 'datetime'; protected $dateFormat = 'Y-m-d H:i:s';
use PhpOffice\PhpSpreadsheet\IOFactory; use PhpOffice\PhpSpreadsheet\Spreadsheet; class Xlsx { public static function load($filePath) { $inputFileType = IOFactory::identify($filePa...
nginx存在多个虚拟机时候必须所有虚拟机都去掉才会生效
文档转为pdf.\soffice --convert-to pdf:writer_pdf_Export --outdir C:\var\test.pdf C:\var\b.pptx
FROM php:7.2.2-fpm # 国内源 RUN apt-get clean RUN apt-get update RUN apt-get install -y libpq-dev RUN docker-php-ext-configure pgsql -with-pgsql=/usr/local/pgsql RUN docker-php-ext-install pdo RUN...