Dino9021
技術記事與生活
2019-09-17
Line Notify 發訊 with PHP
›
流程: 使用者必須先 將 Line Notify 加入為好友 使用者瀏覽一個網頁,網頁中告知【點擊這裡】將您的帳號與 Line Notify 的本服務連結 瀏覽器導向 Line Notify 網站 使用者點擊後登入 Line 帳號並選擇要連結的聊天室或 1 對 1 聊...
2019-05-09
使用 Let's Encrypt 來作為 VDI - RDCB 憑證時更新 GPO 派送 Thumbprints 的處理
›
連接 RemoteAPP 或 VM 的時候會跳出以下訊息 A website is trying to run a RemoteApp Program. Make sure that you trust the publisher before you connect to r...
2019-05-08
Step-by-Step Guide for upgrading SYSVOL replication to DFSR (Distributed File System Replication)
›
以下文章非本人撰寫,僅為預防出處網頁有一天不存在而轉載 This Article is not written by myself. Just a backup in case of the original one might be offline someday. Al...
2019-03-30
Chrome 的 Command Mode (--headless) 進行 ScreenShot
›
遇到一個問題 使用 Chrome 的 Command Mode (--headless) 進行 ScreenShot 指令如下: "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe...
2019-03-28
PHP Webhook API Close Connection
›
Webhook API 一般希望在接收連線資料後盡速將連線中斷再去執行後面的其他運算 實際運作可以這樣: 1. 先回應 200 ok 2. 取得 HTTP header 3. 取得送來的資料 4. 斷線 後面再去做資料運算 程式碼這樣寫
2019-03-08
Hidden / Disable items in Windows 10 Settings App
›
微軟想用 Settings App 取代 Control Pannel 其中的一些設定項目必須用以下方式在 GPO 中設定才能隱藏起來 https://support.microsoft.com/en-za/help/4019502/how-to-use-the-set...
2019-03-05
踩雷系列: Windows Server 2019 網卡設定 發生錯誤: Windows cannot access the specified device path or file
›
新式的設定視窗中 Settings -> Ethernet -> Change adapter options 顯示: Windows cannot access the specified device, path or file. You may no...
2019-03-01
超簡單利用 php 透過 API 將圖片傳到 imgur (免費)
›
註冊 imgur API 首先到 https://imgur.com 註冊帳號 (註冊過程不寫了) 登入後點選左邊 imgur icon 下拉選單選到 developer api
2019-02-27
Install SQL on Server Core
›
先用 Standard / Enterprise 版產生 ConfigurationFile.INI *. Express 版本安裝 GUI 沒有一個 (Ready to Install 的步驟可以停下來產生 .ini 檔) 取得 ConfigurationFile.INI ...
有關磁碟機 Drive 的一些 PowerShell 指令
›
指定光碟機為 Z: Get-WmiObject -Class Win32_volume -Filter 'DriveType=5' | Select-Object -First 1 | Set-WmiInstance -Arguments @{DriveLet...
‹
›
首頁
查看網路版