win10 子系统(wsl) 开机启动以及启动脚本
设置步骤1. Ubuntu 下新建开机脚本vi ~/.init.sh
#!/bin/sh
/etc/init.d/mongodb start
/etc/init.d/redis-
Windows中的WSL2(子系统)开机启动配置
常规做法通常在Linux中开机启动可以通过1.编辑/etc/rc.loacl2.在/etc/init.d/ 下添加启动脚本3.配置systemd但这几种方式在子系统中无法使用,我们可以通过W
移除 Win10 资源管理器中 OneDrive 图标
• 按Win+R打开运行,输入regedit回车打开注册表编辑器;• 导航至HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224
docker更换国内源
更改镜像源,系统没有这个文件,直接新增这个文件 #vi /etc/docker/daemon.json { "registry-mirrors":["https://re
wsl和windows相互访问文件夹
How to access Windows folders from Bash on Ubuntu on Windows?You'll find the Windows C:\ s
ubuntu更换国内源
1.备份原来的源sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak2.更换源 sudo getdit /etc/apt/sourc
Win10删除此电脑的3D对象等七个文件夹
删除注册表\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace下面的{
Windows10 2004启用WSL2
一、启用或关闭window功能勾选适用于Linux的Windows子系统,或者以管理员身份打开 PowerShell 并运行:dism.exe /online
Java enum的用法详解
用法一:常量在JDK1.5 之前,我们定义常量都是: public static fianl.... 。现在好了,有了枚举,可以把相关的常量分组到一个枚举类型里,而且枚举提供了比常量更多的方法。pub
JxBrowser & Selenium
JxBrowser is compatible with Selenium WebDriver. To use Selenium with JxBrowser perform the fol