Apple

Apple2015-10-08T23:12:35+08:00

FEATURED NEWS

在 Windows PowerShell 編寫API , 提供程式自動發送 Line Notify

By |31 5 月, 2023|

新增 line.ps1 param ( [Parameter(Mandatory=$true)] [string]$Message, [Parameter(Mandatory=$true)] [string]$StickerPackageId, [Parameter(Mandatory=$true)] [string]$StickerId, [Parameter(Mandatory=$true)] [string]$ImageThumbnail, [Parameter(Mandatory=$true)] [string]$ImageFullsize ) $Headers = @{ "Authorization" = "Bearer

在apache2開啟svg支援

By |9 5 月, 2023|

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%"

Docker 常用指令

By |8 5 月, 2023|

搜尋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

建立PHP開發環境/XDebug/Copilot

By |1 5 月, 2023|

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

建立Windows Symbolc Link

By |29 4 月, 2023|

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

設定MySQL 自動備份 shell script

By |6 9 月, 2022|

壓縮備份 檔名加上日期 超過兩天自動刪除(自行修改範圍) #/bin/bash # ================== 設定區 ===================================== user=account_name passwd=account_password back_path=back_dst_folder db_name=dbname # ================================================================= back_time=`date +%Y%m%d_%H%M%S` back_filename=$back_path$db_name$back_time del_time=`date -d "2

Load More Posts

FROM THE BOARD

Apple Forum

TUTORIALS & GUIDES

Hey! We have an
Apple 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