vscode failed xhr

【Unity】使用VSCode调试

安装 2022.3.14f1c1 版本的 unity 编辑器并使用 VSCode 调试 c# 脚本。 VSCode请使用最新版本 (1.85.1),并安装 Unity 插件最新版本 v0.9.3。 在 Unity 中配置外部编辑器,选择 Visual Studio Code(v1.85.1)。 从 ......
VSCode Unity

vscode server的离线安装

由于开发环境只有Windows桌面端与Linux服务器,且Linux服务器是内网环境下运行,无法直接访问外网,想在Windows上用vscode直接调示Linux服务上的代码,所以我移过择了vscode + remote ssh插件的方案,但问题在于,如何在Linux是离线的情况下部置vscode ......
vscode server

archlinux开机出现错误Dependency failed for /home. Dependency failed for Local File System Time outwaiting for device /dev/disk/...

错误如下 Dependency failed for /home. Dependency failed for Local File System Time outwaiting for device /dev/disk/... 应该是文件系统表不正确了,导致访问文件系统失败。 使用救援盘挂载分区 ......
Dependency failed for outwaiting archlinux

Vscode解决中文乱码和多文件操作

一、解决多文件操作 2.然后创建一个main文件、一个func.h文件、一个func.c文件 分别写上代码这是main.c 这是func.c文件 这是func.h文件 二、配置launch.json和tasks.json文件 将下面这个json文件复制拷贝到launch.json去:launch.j ......
乱码 文件 Vscode

vscode编译多个C/CPP文件

修改vscode里面的tasks.json文件,下面是修改好的,参考 "args": [ "-fdiagnostics-color=always", "-g", //"${file}", //只执行当前文件 "${workspaceFolder}\\*.cpp", //工作区内,执行多个关联cpp文 ......
多个 文件 vscode CPP

vscode 使用 markdown

1 安装 vscode 这是一步傻瓜式安装。不解释 2 安装markdown 插件 插件只是 安装这一个就可以。 3 使用 markdown 的语法 在网上去搜, 需要打开预览的话。 ......
markdown vscode

自定义vscode 调试控制台字体颜色

"workbench.colorCustomizations": { "debugConsole.warningForeground": "#181818", "debugConsole.errorForeground": "#aa6464", "debugConsole.sourceForegro ......
控制台 字体 颜色 vscode

Failed to convert property value of type 'java.lang.String' to required type 'java.util.Date' for property 'endTime';

后端springboot项目使用getMapper接受,字段写了转换注解 @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") 还报错Failed to co ......
39 property java type required

【Nacos】启动报错 failed to req API:/nacos/v1/ns/instance after all servers([xxx]) tried: ErrCode:403、NacosException: Client not connected,current status: STARTING

1 com.alibaba.nacos.api.exception.NacosException:failed to req API:/nacos/v1/ns/instance after all servers([xxx]) tried: ErrCode:403, ErrMsg:<html><bo ......

nodejs使用sequelize vscode报错:Type 'Model<any, any, any>' is not a constructor function type.的解决办法

我的模型定义如下: import { Model, DataTypes } from "sequelize"; // 定义资源模型 class Rule extends Model { } 问题: vscdoe报错: Type 'Model<any, any, any>' is not a cons ......
any constructor sequelize function 办法

电脑时间不同步导致的上网报错:core/proxy/vmess/encoding: failed to read response header > websocket: close 1006 (abnormal closure): unexpected EOF

报错内容: 2023/12/16 14:08:56 [Warning] [775541588] xxxxx.com/core/app/proxyman/outbound: failed to process outbound traffic > xxxxx.com/core/proxy/vmess/ ......

cpp configuration for vscode on Mac

直接运行 https://zhuanlan.zhihu.com/p/103308900 调试 //cpp_.... { "configurations": [ { "name": "Mac", "includePath": ["${workspaceFolder}/**"], "defines": ......
configuration vscode cpp Mac for

vscode全离线环境下远程连接慢、扩展未启用的一种原因

简单写写 网络环境 堡垒机-VMware远程->开发虚拟机(Windows,离线)-SSH->编译服务器(Ubuntu,离线) 问题现象 按照网络教程在编译服务器上离线部署了vscode server,配置好ssh公钥,在Windows开发虚拟机上使用vscode的Remote SSH扩展连接到编译 ......
原因 环境 vscode

vscode 注释功能

{ // 头部注释 "fileheader.customMade": { // Author字段是文件的创建者 可以在specialOptions中更改特殊属性 // 公司项目和个人项目可以配置不同的用户名与邮箱 搜索: gitconfig includeIf 比如: https://ayase.m ......
注释 功能 vscode

vscode调试import文件报错: ModuleNotFoundError No module named 'libs'

vscode调试python时出现import其他文件夹找不到路径的报错,需要设置正确的working directory (cwd)和PYTHONPATH(env) { "version": "0.2.0", "configurations": [ { "name": "Python: Curre ......

VScode中调试ROS程序

1.代码智能提示 编译输出信息文件,在命令行中执行: catkin_make -DCMAKE_EXPORT_COMPILE_COMMANDS=Yes 这个命令会输出一个compile_commands.json文件在ROS工作空间的build文件夹下面 添加以下信息文件到c_cpp_properti ......
程序 VScode ROS

vscode豆沙绿

豆沙绿 { "workbench.colorTheme": "Default Light Modern", "window.zoomLevel": 1, "workbench.colorCustomizations": { "editor.background": "#E7EDCC", "sideB ......
豆沙 vscode

logback error Logging system failed to initialize using configuration from 'null'

* [After upgrading the project from spring boot 2.3.4 to 2.7.0, build fail with a logback.xml · Issue #32025 · spring-projects/spring-boot · GitHub](h ......

Win 10 Rust Installtion in D Disk with VSCode

(只记录了必须要内容,日后完善!) \1. rust的安装与环境变量: 要提前把下面两个环境变量配置好,这样是为了指定安装路径。否则会默认安装在 C 盘下。 CARGO_HOME: D:\Soft\Language\Rust\.cargo RUSTUP_HOME: D:\Soft\Language\ ......
Installtion VSCode Rust Disk with

error: remote unpack failed: unable to create temporary object directory

记录一下。 远程git仓库的属主是ec2-user,我拉取代码用的是另一个用户。直接将远程仓库的属主改成我拉取代码的用户就ok。 之前用另一个用户也是可以正常pull、push的不知咋的,突然不行了。 ......
directory temporary create remote failed

连接MySQL报错{"Authentication to host 'PC10103' for user 'root' using method 'sha256_password' failed with message: Access denied for user 'root'@'PC10103' (using password: YES)"}

连接MySQL报错{"Authentication to host 'PC10103' for user 'root' using method 'sha256_password' failed with message: Access denied for user 'root'@'PC10103 ......
39 password 10103 using quot

vscode格式化代码

第一步:安装三个插件: ​​Prettier - Code formatter​​​、 ​​ESLint​​​ 、 ​​Vetur​​ 。 第二步:修改配置文件 MacOS使用 ​​Command + Sheft + P​​​,windows 使用 ​​Ctrl + Sheft + P​​ 搜索首选 ......
代码 格式 vscode

os: vscode -- fedora38

os: vscode -- fedora38 一、vscode 安装:官方安装方法 1、vscode 官方安装网址:https://code.visualstudio.com/docs/setup/linux#_rhel-fedora-and-centos-based-distributions 2 ......
fedora vscode os 38

vscode 终端无法正常执行命令如何解决vscode终端命令不识别SecurityError: (:) [],PSSecurityException

(1)get-ExecutionPolicy get-ExecutionPolicy 的值: Restricted:禁止终端使用命令。 RemoteSigned:允许终端使用命令。 (2)set-ExecutionPolicy RemoteSigned点击windows系统左下角的菜单按钮,在弹出的 ......

Failed to load image Python extension: [WinError 127] 找不到指定的程序。 warn(f"Failed to load image Python extension: {e}")

使用torch训练REAL-ESRGAN时遇到 系统弹窗提示: python找不到程序入口 无法定位程序输入点??SaddTypeMetaData@PEAUHalf@c10@@@TypeMeta@caffe2@@CAGXZ于动态链接库C:\ProgramData\anaconda3\envs\py3 ......
extension Failed Python image load

VSCode 中使用 AI智能编程工具的几个小妙招

可能你已经在IDE中安装了CodeGeeX,也了解到CodeGeeX能够帮助你编写代码、调试问题、创建文档,生成单元测试等。 但是总有些“Wow!”时刻,还在等你发现。今天就介绍几个CodeGeeX插件在VSCode中的使用技巧和小窍门。 一、侧边栏放右边,效率倍增 默认情况下,CodeGeeX插件 ......
编程工具 妙招 智能 工具 VSCode

ubuntu 18.04.6 编译linux内核make ARCH=arm LOCALVERSION= zImage提示unrecognized argument in option... kernel/bounds.s failed

ubuntu 18.04.6 编译linux内核make ARCH=arm LOCALVERSION= zImage提示 unrecognized argument in option. "-mabi=aapcs-linux ... kernel/bounds.s failed 设置编译链的环境变量 ......

UBUNTU 18.04.6编译linux内核make ARCH=arm menuconfig提示recipe for target ‘menuconfig’ failed

UBUNTU 18.04.6编译linux内核make ARCH=arm menuconfig提示recipe for target ‘menuconfig’ failed: 这是因为没有安装图形化 Kernel 配置工具。 要么安装libncurses5-dev库, 要么安装libncurses- ......
menuconfig 内核 UBUNTU failed recipe

call failed:, {"errMsg": "canvasToTempFilePath:fail invalid viewId"}苹果设备保存离屏 canvas 问题

call failed:, {"errMsg": "canvasToTempFilePath:fail invalid viewId"}苹果设备保存离屏 canvas 问题 背景介绍 在使用 uniapp 开发微信小程序海报功能,使用了 微信小程序的 createOffscreenCanvas创建离 ......

CentOS 7 报Failed connect to mirrors.cloud.aliyuncs.com:80; Connection refused【拒绝连接】

现象描述 报错:Failed connect to mirrors.cloud.aliyuncs.com:80; Connection refused【拒绝连接】 解决办法 解决办法为:重新配置DNS服务器 先查看当前网络连接 nmcli connection show 修改当前网络连接对应的DNS ......
Connection aliyuncs connect mirrors refused
共1568篇  :5/53页 首页上一页5下一页尾页