DirectX 教學網站 1.https://www.braynzarsoft.net/viewtutorial/q16390-7-depth
這個網誌中的熱門文章
驅動程式資源 1. 驅動程式是什麼? https://docs.microsoft.com/en-us/windows-hardware/drivers/gettingstarted/what-is-a-driver- 2.什麼是 Hardware ID https://docs.microsoft.com/zh-tw/windows-hardware/drivers/install/hardware-ids 3. Before a driver is installed for a new device, the bus or hub driver to which the device is connected assigns a hardware identifier (ID) to the device. Windows uses hardware IDs to find the closest match between a device and a driver package that contains the driver for the device. 4. The USB hub driver notifies the Plug and Play (PnP) manager that a new device was detected. The PnP manager queries the hub driver for all of the device's hardware IDs. The hub driver can create multiple hardware IDs for the same device. 問題 1.一個 device 可不可以有多個 驅動程式? 2.在安裝完驅動程式後驅動程式是馬上被載入記憶體還是要等到重新開機以後? 注意事項 1. The following commands use the DevCon Find operation to display all legacy devices on the local computer. Because legacy devices do...
虛擬機器 Virtual Machine
VirtualBox 虛擬硬碟檔案轉換: (vdi -> vhdx) (.vhdx 是 Hyper-V 在用的) https://shunnien.github.io/2016/02/25/VMConverter/ 注意事項 1.安裝完後會多一個叫做 VirtualBox Host-Only Ethernet Adapter 的網卡 問題: *安裝windows 10 時是選擇 Host-Only 網路模式卻能安裝成功。 0.啟用 Bridge Adapter 並用 ipconfig /all 查看 IP 地址,雖然是跟 Host 在同一個子網路下,卻沒辦法 ping 到對方。(Host & Guest 都可以連接到網際網路) => 推測 ping 對方的時候沒有經過路由器 更新:根據上面所以我更新了 Host & VM 的 路由表,但是產生了一個很詭異的現象 --Host ping 的到 VM,但是 VM ping 不到 Host. 1.當在設定中選擇處理器上限為一個時,真的運用到的處理器只有一個嗎?
留言
張貼留言