build报错: Top-level await is not available in the configured target environment ("chrome87", "edge88", "es2020", "firefox78", "safari14" + 2 overrides)
错误提示: sql.load not allowed. Permissions associated with this command: sql:allow-load, sql:default 解决办法,配置capabilities/default.json "windows": ["main
直接npm i提示错误: npm ERR! code 1 npm ERR! path /Users/liukun/Desktop/rygl/node_modules/electron npm ERR! command failed npm ERR! command sh -c node instal
使用javafx进行桌面软件开发的时候,新项目运行界面不直接显示在最上方,运行窗口提示“WARNING: Timeout while waiting for app reactivation“。原来javafx使用的是17.0.6,升级到21.0.5后正常。
默认情况下,新打开的vscode默认打开上次退出时的项目,可以通过修改设置更改为不打开任何项目: 窗口 > Restore Windows 改为none
vue2中,ref挂载 <a-form-model ref="formRef"></a-form-model> // 或者 <a-form-model :ref="'form'+index"></a-form-model> 前者如果在循环内,$refs.formRef为数组;后者使用$refs.fo
//设置场景颜色 onSetSceneColor(color) { this.scene.background = new THREE.Color(color) } //设置场景图片 onSetSceneImage(url) { this.scene.background = new THREE
使用repotrack # 安装yum-utils yum -y install yum-utils # 下载 ansible 全量依赖包 repotrack ansible
安装 apt-rdepends(apt install apt-rdepends) 用 apt-rdepends列出依赖包: apt-rdepends some-package | grep -v "^ " 下载 deb 文件: apt download $(apt-rdepends some-pa