ECEdward Cheninblog.edch.top·Jul 16, 2022 · 1 min read小鹤双拼配置Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\SOFTWARE\Microsoft\InputMethod\Settings\CHS] "EnableExtraDomainType"=dword:00000001 "EnableSmartSelfLearning"=dword:00000000 "EnableVMode"=dword:00000000 "EnableHap"=dword:00000000 "EnablePeopl...00
ECEdward Cheninblog.edch.top·Jul 16, 2022 · 2 min readQuick start of development workNode.js We usually do not install node.js directly instead of managing it with NVM (Node Version Manager). NVM has a different implementation on different platforms. Windows' implementation is here, and Linux's one is here. Take Windows as an example...00
ECEdward Cheninblog.edch.top·Jul 15, 2022 · 1 min readDownload Oracle JDK Without loginStep 1 Open JDK download Page and choose what JDK you want to download, for example: jdk-8u333-windows-x64.exe. Step 2 Click the link and pay attention to the dialog. Check the checkbox to agree with the agreement, right-click the download button an...00
ECEdward Cheninblog.edch.top·May 22, 2022 · 1 min read记 WSL2 下一次安装 tensorflow 的经历最近开始研究学习深度学习方向的内容,需要在个人电脑上安装 linux,使用机器的 GPU 完成一些深度学习的工作,因此使用了 WSL2。 安装 WSL2 安装 WSL2 的流程可以参考 Microsoft Docs: Install Linux on Windows with WSL 我选择的 linux 发行版是 ubuntu20.04 LTS C:\WINDOWS\system32>wsl --list -v NAME STATE VERSION...00