languages coding smart used

Visual Studio Code 1.79 发布

发布模式 - 将工作区中的特定文件和文件夹标记为只读。 在某些开发场景中,将工作区的某些文件夹或文件显式标记为只读会很有帮助。例如,如果文件夹或文件内容由不同的进程管理(例如 node_modules 由 Node.js 包管理器管理的文件夹),则将它们标记为只读可以避免意外更改。 根据设置规则,如 ......
Visual Studio Code 1.79 79

【HMS Core】华为帐号服务,获取Access Token报错{sub_error:20152,error_description:invalid code,error:1101}

​ 【问题描述】 华为账号服务,接口获取Access Token报错:{sub_error:20152,error_description:invalid code,error:1101} 【问题分析】 根据官网提示,是code格式不正确造成的,需要检查参数配置 ​ 【解决方案】 1、此问题解决方案 ......

Leet Code 1684. 统计一致字符串的数目

````java /** * 1684. 统计一致字符串的数目 * * 给你一个由不同字符组成的字符串 allowed 和一个字符串数组 words 。如果一个字符串的每一个字符都在 allowed 中,就称这个字符串是 * 一致字符串 。 * * 请你返回 words 数组中 一致字符串 的数目。 ......
字符串 数目 字符 Leet Code

Vue学习笔记之gyp: No Xcode or CLT version detected! gyp ERR! stack Error: `gyp` failed with exit code: 1

0x00 现象 MacOS在执行npm install下载项目的依赖包的时候出现的gyp报错,报错内容如下: No receipt for 'com.apple.pkg.CLTools_Executables' found at '/'. No receipt for 'com.apple.pkg. ......
gyp detected version 笔记 failed

使用 QR code实现微信扫码支付 实测有效

直接给代码自己理解 html部分: <el-button type="primary" @click="recibo(scope.row)">确认收货</el-button> <div> <el-dialog title="付款码" :visible.sync="moneyShow" width=" ......
code QR

关于公司项目学习遇到的问题:VS+VS Code 网页项目

0608 14:30 公司项目启动问题:VS+VScode运行后发现网页无法登录,VS后台报错,F12跳后台显示GET请求失败,redis-cli试了一下发现服务关掉了。 //环境配置:https://www.cnblogs.com/yyn20230517/p/17459837.html //red ......
项目 网页 问题 公司 VS

vscode 安装新版C#插件问题(c# Language & c# Dev Kit Extension...)

## .NET SDK Download timeout 安装新版c#插件 遇到 自动下载超时 无法自动下载 ### 解决方法 手动安装SDK 指向本地已经存在的SDK ### 步骤 1. 在setting中搜索 配置项 existingDotnetPath 进入setting.json中 2. 添 ......
Extension 插件 Language vscode 问题

曲线艺术编程 coding curves 第六章 平托图 (Pintographs)

# 第六章 平托图 (Pintographs) > 原作:Keith Peters https://www.bit-101.com/blog/2022/11/coding-curves/ > 译者:池中物王二狗(sheldon) > blog: http://cnblogs.com/willian/ ......
Pintographs 曲线 艺术 coding curves

在intelj idea中Debug启动tomcat时Address already in use:JVM_Bind

在debug重启web应用时,偶尔会报如下错误:Address already in use:JVM_Bind,一看端口占用 打开任务管理器,发现并没有java相关的进程。所以无法通过杀死进程来解除接口占用,可以通过如下方式解决 1.编辑服务器配置,Edit Configuration 2.点击St ......
JVM_Bind Address already intelj tomcat

VUE Error: Cannot call .tap() on a plugin that has not yet been defined. Call plugin('preload').use(<Plugin>) first.

在对一个vue项目执行过“npm audit fix --force”命令之后,就出现了如下错误: ERROR Error: Cannot call .tap() on a plugin that has not yet been defined. Call plugin('preload').us ......
plugin defined preload Cannot Plugin

PHP Xdebug 3 和 Visual Studio Code

Xdebug3 相对于Xdebug2改动挺大的。在php.ini 里下面的设置就够了,不需要多余的。默认调试端口 9003 [XDebug] zend_extension = "php_xdebug.dll" xdebug.mode = debug xdebug.start_with_request ......
Xdebug Visual Studio Code PHP

12_How to deploy Flask apps on Ubuntu VPS Using gunicorn and Ngnix

地址:https://www.codewithharry.com/blogpost/flask-app-deploy-using-gunicorn-nginx/ How to deploy flask app on Ubuntu VPS using Nginx and gunicorn In thi ......
gunicorn deploy Ubuntu Flask Ngnix

10_How deploy a Django application using Nginx & Gunicorn in Production

地址:https://www.codewithharry.com/blogpost/django-deploy-nginx-gunicorn/ How to host Django Application using gunicorn & nginx in Production In this po ......

Neural network image classification using Intel oneAPI tool

With the continuous development of artificial intelligence technology, image classification has become a popular research area. In this field, deep le ......
classification network Neural oneAPI Intel

VS Code 同时打开多个项目文件以及同时运行多个项目

使用需求:在开发前端项目时,我们经常会打开多个项目进行参考或者需要代码调试,记录一下VS Code中的使用方法。 如何打开多个终端,并执行运行命令呢? 1.打开“终端”(工具栏:“查看”->“终端”)2.点击右上角的“拆分终端”3.在两个终端界面下,分别运行你需要开启的项目 如何打开多个项目? 1、 ......
多个 同时 项目 文件 Code

Using generated security password

#### spring security默认的用户名(user)和随机生成的密码,在控制台输出`Using generated security password: 1dfdgki3-q234-76hj-6h7l-1re87f546r646` #### 也可以手动配置 ``` spring: sec ......
generated security password Using

微软为 VS Code 带来 C# 开发套件

微软于今天在 Marketplace 上架了一款适用于 Visual Studio Code 的官方 C# 开发套件 —— C# Dev Kit,通过更好地管理、测试,以及提供全新的 AI 功能,为 Linux、macOS 和 Windows 平台的开发者带来了更好的 C# 开发体验。 根据微软官方 ......
套件 Code VS

Reward Modelling(RM)and Reinforcement Learning from Human Feedback(RLHF)for Large language models(LLM)技术初探

Reward Modelling(RM)and Reinforcement Learning from Human Feedback(RLHF)for Large language models(LLM)技术初探 ......

Using kconfig for own projects

2023-06-06 https://www.cnblogs.com/NJ-Leon/ Intro Every Linux professional write scripts. Someеimes light, linear. Sometimes complex script with funct ......
projects kconfig Using for own

曲线艺术编程 coding curves 第五章 谐波图形(谐振图形) HARMONOGRAPHS

> 原作:Keith Peters https://www.bit-101.com/blog/2022/11/coding-curves/ > 译者:池中物王二狗(sheldon) > blog: http://cnblogs.com/willian/ > 源码:github: https://gi ......
图形 谐波 谐振 HARMONOGRAPHS 曲线

How do you display code snippets in MS Word preserving format and syntax highlighting?

How do you display code snippets in MS Word preserving format and syntax highlighting? 回答1 Here is the best way, for me, to add code inside word: Go t ......

Unexpected character '"' (code 34) in DOCTYPE declaration; expected a space between public and system identifiers

1)错误信息 Caused by: javax.xml.ws.WebServiceException: org.apache.cxf.service.factory.ServiceConstructionException: Failed to create service. at org.apac ......

HTTP Basic Authentication>> 401>> Using the browser’s native login prompt

https://docs.oracle.com/cd/E27515_01/common/tutorials/authn_http_basic.html http://blog.stevensanderson.com/2008/08/25/using-the-browsers-native-login ......
gt Authentication browser native prompt

关于环境配置的步骤:VS+VS Code 网页项目

参考资料: https://blog.csdn.net/weixin_43883917/article/details/114632709 https://blog.csdn.net/qq_39367410/article/details/126892822 https://blog.csdn.ne... ......
步骤 环境 网页 项目 VS

Visual Studio Code mac好用的微软免费代码编辑器

Visual Studio Code是微软官方的编码工具,被称为"代码编辑器",支持众多的编程语言,包括C、C++、 Python等。 但是它仅支持文本编辑功能,所以一般使用它来完成一些简单的编程。但 Visual Studio Code的功能并不只限于文本编辑,它还提供了很多其他功能。 Visua ......
免费代码 编辑器 代码 Visual Studio

Windows之Visual Studio Code添加右键菜单

## 背景 通常如果直接从官网下载Visual Studio Code安装包,我们只需要在安装界面勾选那两个复选框就行了,它会安装后帮我们自动添加右键支持,但是,如果我们使用全新的Winget手段安装,因为是静默的,所以没有机会做这个勾选,那么我们只能手动给Visual Studio Code添加右 ......
菜单 Windows Visual Studio Code

TR069事件类型(EVENT CODE对应的含义)

0 BOOTSTAP指出由于CPE第一次安装或是ACS的URL改变而引起会话建立。这种特殊的情况有:1)出厂后CWMP端第一次与ACS连接;2)出厂设置后,CWMP端第一次与ACS连接;3)由于某种原因ACS的URL改变后CWMP端第一次与ACS连接。注意,0 BOOTSTARP可能和其他事件代码一 ......
含义 类型 事件 EVENT CODE

pip 安装错误 Command "python setup.py egg_info" failed with error code

python setup.py install File "setup.py", line 7 def read(rel_path: str) -> str: ^SyntaxError: invalid syntax wget https://bootstrap.pypa.io/pip/2.7/ge ......
quot egg_info 错误 Command failed

Utools code-snippet 代码快捷粘贴

# 添加快捷代码 语法: ![](https://img2023.cnblogs.com/blog/2171496/202306/2171496-20230605132907894-2084713355.png) ![](https://img2023.cnblogs.com/blog/217149 ......
code-snippet snippet 代码 Utools code

在 VS Code 中使用 GitHub Actions 以及 在仓库中创建一个 .github/workflows 目录

在 VS Code 中使用 GitHub Actions 需要完成以下步骤: 1. 首先,需要在 GitHub 上创建一个仓库,并在仓库中创建一个 `.github/workflows` 目录,用于存放 GitHub Actions 的工作流文件。 2. 在 VS Code 中打开该仓库,并在左侧的 ......
仓库 workflows Actions 目录 GitHub