Microsoft

Microsoft2019-01-15T12:46:17+08:00

MS Forum

FEATURED NEWS

在apache2開啟svg支援

vi /etc/apache2/mods-available/mime.conf AddType image/svg+xml svg AddType image/svg+xml svgz 或 vi .htaccess AddType image/svg+xml svg AddType image/svg+xml svgz AddEncoding x-gzip .svgz 或直接 <object height="100%"

By |9 5 月, 2023|0 Comments

Docker 常用指令

搜尋image docker search 關鍵字 安裝image docker pull image-name 顯示已下載的images docker images 執行image並且進入互動shell ducker run -it image-name 執行image並使用Port Mapping來轉到本機 [localhost Port:Container Port] docker

By |8 5 月, 2023|0 Comments

建立PHP開發環境/XDebug/Copilot

安裝 Visial Studio Code - 下載 延伸模組安裝 安裝 chinese 安裝 PHP Debug 生成 phpinfo.php 開啟複製全頁內容到 https://xdebug.org/wizard , 並生成 下載提示的dll , 改名為 php_xdebug.dll 到

By |1 5 月, 2023|0 Comments

建立Windows Symbolc Link

在 Windows 11 上建立符號連結可以使用 mklink 命令。符號連結是一種特殊類型的文件,它會指向另一個檔案或資料夾。當您建立符號連結時,當您訪問符號連結時,實際上是訪問指向的檔案或資料夾。 以下是在 Windows 11 上建立符號連結的步驟: 開啟命令提示字元或 PowerShell。 輸入以下命令: mklink /D "目標符號連結" "源檔案或資料夾" 替換 "目標符號連結" 為您想要建立的符號連結的名稱。 替換 "源檔案或資料夾" 為您想要指向的檔案或資料夾的路徑。

By |29 4 月, 2023|0 Comments
Load More Posts

TUTORIALS & GUIDES

Hey! Visit our
Microsoft Forum!

Nulla molestie tortor nec lectus venenatis, sed blandit dui finibus. Curabitur feugiat vulputate purus ipsums dolores ficilis uns etra.

Sign up

Subscribe to our Newsletter

[contact-form-7 id=”540″ title=”Subscribe Form”]

Go to Top