問題: ppt里已有設(shè)置好大小位置的圖片,替換成新的。 解決方案如下(來自pptx-replace[https://github.com/PaleNeutron/pptx-r...
問題: ppt里已有設(shè)置好大小位置的圖片,替換成新的。 解決方案如下(來自pptx-replace[https://github.com/PaleNeutron/pptx-r...
問題描述: 在資源管理器里復(fù)制Excel文件,如A文件:商品報表.xlsx復(fù)制為B文件:商品報表 - 副本.xlsx,其中A文件中有很多透視表。這時B文件中的透視表的數(shù)據(jù)源居...
一、PostgreSQL的yum安裝 1. 導(dǎo)入yum源 sudo yum install -y https://download.postgresql.org/pub/re...
描述: 本地主機A無權(quán)限訪問遠程mysql數(shù)據(jù)庫C,但另一臺主機B有權(quán)限,因此通過本地secureCRT連接到B,并轉(zhuǎn)發(fā)會話指定主機C的IP和端口數(shù)據(jù)到主機A,通過本地d...
找到nginx的master程序,徹底殺掉master和worker再啟動 ps -ef | grep nginx # 找到nginx的進程kill -QUIT 13...
firefox的開發(fā)者工具/網(wǎng)絡(luò)標簽顯示:正在從網(wǎng)絡(luò)上獲取moment.js或者bootstrap.js,地址是cdnjs.cloudflare.com,不知為何此網(wǎng)站一直很...
改成中科大的源 conda config--add channels https://mirrors.ustc.edu.cn/anaconda/pkgs/free/conda...
1. 選擇歷史版本及補丁安裝 https://developer.nvidia.com/cuda-toolkit-archive $ wget http://develope...
pip install 太慢 pip install numpy --default-timeout1000-ihttps://pypi.mirrors.ustc.edu.c...
一、具體設(shè)置解決(不關(guān)閉防火墻) 1. 確保啟用了SMB協(xié)議 控制面板/卸載程序/啟用或關(guān)閉Windows功能/SMB1.0/CIFS文件共享支持,勾選 2. 防火墻入站規(guī)則...
pip install opencv-python --default-timeout 1000 -ihttps://pypi.mirrors.ustc.edu.cn/sim...
解釋見 https://blog.csdn.net/qq_26442553/article/details/94595715 原文如下: 1.執(zhí)行一個python的multi...
用UltraEdit打開UTF-8編碼的文件,在UltraEdit里自動轉(zhuǎn)換成了UFT-16編輯,但在保存時還是UTF-8編碼 UltraEdit狀態(tài)顯示的編碼: ASCII...
網(wǎng)上搜一堆解決問題的文章都沒用 安裝 pytesseract pip install pytesseract 跑python識別程序,下列語句會報錯 pytesseract....
版本:https://milvus.io/docs/v0.10.2/milvus_docker-gpu.md[https://milvus.io/docs/v0.10.2/m...
https://developer.nvidia.com/rdp/cudnn-archive[https://developer.nvidia.com/rdp/cudnn-a...
1. 配置 jupyternotebook--generate-config 生成 C:\Users\apple\.jupyter\jupyter_notebook_conf...
因為python的輸出有緩沖: 1. print命令加個參數(shù),flush=True print(x, flush=True) 2. nohup.log不能夠馬上看到輸出,給p...