搜虎博客 - 道德当身,故不已物惑

“bug飞”

bug修复

Error running 'xxxApplication': Command line is too long. Shorten command line for xxxAPPlication or also for Application default configuration. 解决办法

>Error running 'xxxApplication': Command line is too long. Shorten command line for xxxAPPlicatio...

manjaro lxqt 没有声音

>manjaro lxqt 没有声音 是因为没有自带PulseAUdio 1.首先安装pulseAudio,任务栏右键添加volume control ```bash sudo pac...

ant 编译报错:Error starting modern compiler

>我这个在idea中编译,发现需要依赖第三方包 在右边ant编译,右键----properties---external classpath----加入依赖的jar,就好了。

manjaro 乱码 方块 解决

> 乱码的原因就是缺少中文字体的支持 ```bash pacman -S wqy-zenhei ```

unrecognized import path "google.golang.org/grpc

> unrecognized import path "google.golang.org/grpc ```bASH mkdir -p $GOPATH/src/google.golang...

warning: pattern "all" matched no module dependencies

>warning: pattern "all" matched no module dependencies ```bash GO111MODULE=on go mod download...

无法加载文件 ******.ps1,因为在此系统中禁止执行脚本。

>这个是因为powershell默认不允许运行没有签名的脚本。 解决办法 ```bash set-executionpolicy -scope CurrentUser Unrestri...

vscode 错误: 找不到或无法加载主类

错误: 找不到或无法加载主类 io.mycat.MycatStartup 这个是vscode 配置问题, 删除%userprofile%\.vscode 还有%userprofile...

vscode 报错:Build failed, do you want to continue?

>Build failed, do you want to continue? 这个错误要看具体的错误 1.ctrl + shit + p 2. open java language...

vs code debug 报错 Java runtime (JDK, not JRE) could not be located

>vs code debug 报错 Java runtime (JDK, not JRE) could not be located 这个是因为JAVA_HOME,CLASSPATH没...