languages coding smart used

How use the RegExp to filter IP address in js All In One

How use the RegExp to filter IP address in js All In One 如何使用 RegExp 在 js 中过滤 IP 地址 192.168.18.1 < 192.168.18.N < 192.168.18.255 ignore IPs: 192.168.1 ......
address RegExp filter How All

frp配置code-server解决

frp配置websocket frpc配置 [001-22] type = tcp protocol = websocket local_ip = 127.0.0.1 local_port = 22 remote_port = 6000 nginx 配置 proxy_set_header X-For ......
code-server server code frp

Video Stream Analytics Using OpenCV, Kafka and Spark Technologies

Key Takeaways For reliable handling and efficient processing of large scale video stream data, there is a need for a scalable, fault tolerant and loos ......
Technologies Analytics Stream OpenCV Video

解决Some index files failed to download.They have been ignored, or old ones used instead报错

使用ping www.baidu.com测试一下网络,如果出现:ping: www.baidu.com: Temporary failure in name resolution就是网络问题了 以下是解决办法,修改两处后重启即可,下面详细说明 第一处修改的地方: sudo vim /etc/syst ......
download ignored instead failed index

.net Code 定时任务

在 .NET Core 中,我们可以使用 Quartz.NET 来实现定时任务。下面是一个简单的例子: 首先,我们需要通过 NuGet 安装 Quartz.NET:Install-Package Quartz 1.创建一个 Job 类,该类实现 IJob 接口,并实现 Execute 方法。该方法中 ......
任务 Code net

close_uart0_rom_code_printf

# 关闭 uart0 的 ROM code 打印 简介 每次 uart0 在上电重启、deepsleep、或者其它复位启动的时候,都会打印一大段 ROM code 里面的信息。这个打印会影响启动的速度,如果想要加快一些启动速度,那么就可以选择关闭这个打印信息。 关闭配置 ![UART0 的 ROM ......
rom_code_printf close_uart printf close uart

check_crystal_oscillator_size_in_the_code

如何在代码里面查看晶振的大小 概述 不同晶振的类型,大小有所不同,它们适合的使用场合也有所不同。主系统时钟一般会使用大一点的晶振,这样通过倍频之后,可以轻松得到想要的主频。RTC 时钟一般使用 32.768 K 晶振。 RTC的晶振频率为什么是32768Hz? ① RTC时间是以振荡频率来计算的。故 ......

Vue向服务端发送axios请求报错解决:AxiosError {message: 'Request failed with status code 403', ...}

Vue向服务端发送axios请求报错解决:AxiosError {message: 'Request failed with status code 403', ...} 登录界面点击提交向服务端发送用户名和密码,在Vue中用axios向服务端发送请求,一直显示403错误: 出现问题的前端请求代码如 ......
AxiosError Request message failed status

java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''',b_5='17',b_6='' wher

java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right s ......

KEIL5--Error: L6915E: Library reports error: __use_no_semihosting was requested报错解决方法

__use_no_semihosting was requested:要求不使用半主机模式。 比较简单的一个解决方法就是点击“魔术棒” ,在Target标签下有个Use MicroLIB,勾选Use MicroLIB,再编译就不会报错了。 ”Use MicroLIB”,这是KEIL自带的一个简易的库 ......

Visual Studio Code 支持 Windows 7的最后版本

支持win7最后一个版本 1.70.3 下载地址 https://code.visualstudio.com/updates/v1_70 ......
Windows 版本 Visual Studio Code

{‘error_code‘: 18, ‘error_msg‘: ‘Open api qps request limit reached‘}问题的解决

问题描述 按照网上的教程一步步来的,但是就是显示error,无法显示出理想的结果 问题解决 经过百度,发现这种问题就是人家官网不允许调用,需要付费使用; 然后我就去换了一个免费的接口来!(对,换了一个免费的接口) ......
error error_code error_msg request reached

Codeforces Round 689 (Div. 2, based on Zed Code Competition)D.Divide and Summarize

题意: 我们给定包含n个正整数的数组,我们可以对这个数组执行一些操作之后,可以让数组内元素的和成为我们想要的数。 我们对数组的执行操作一共分为三个步骤,第一个步骤是我们首先计算出数组的中间值mid。这里mid的定义不是中位数也不是均值,而是最大值和最小值的均值。也就是mid = (min + max ......

.NET coding patterns(davidfowl)

Table of contents Generics types as a factory Lazy initialization of services Single implementation multiple interfaces Creating instances of types fr ......
davidfowl patterns coding NET

search source code

ubuntu20 opengrok https://github.com/oracle/opengrok/releases tomcat https://dlcdn.apache.org/tomcat/ step # install dep apt-get install build-essenti ......
search source code

FPGA终于可以愉快地写代码了!Vivado和Visual Studio Code黄金搭档

如果你是一位FPGA开发者,那么你一定会对VIvado这款软件非常熟悉。但是,对于vivado兼容的第三方编辑器软件,你知道Visual Studio Code吗?这是个非常不错的选择,Visual Studio Code搭配众多插件,能让你FPGA开发如虎添翼,效率飞升!别犹豫了,赶紧来看看本文,... ......
搭档 代码 黄金 Vivado Visual

go channel使用及其实现原理 迈莫coding

go channel使用及其实现原理 迈莫coding 简书作者 2021-01-15 15:03IP属地: 北京 目录 channel背景 channel基本用法 channel应用场景 channel实现原理 channel数据结构 channel实现方式 channel注意事项 闲聊 【迈莫c ......
原理 channel coding go

com.android.tools.r8.internal.Jc: Absent Code attribute in method that is no

Absent Codeattribute in method that is not native or abstract 背景:在导入framework.jar时,报错。一般这种问题就是对应的jar包有问题。 解决方式: 将implementation files('libs\\framework ......
attribute internal android Absent method

iOS:use_frameworks 的作用

Swift 项目中的 Podfile 中默认会有一个 use_frameworks!,本篇说一下 use_frameworks!。 1. Pod 引入组件的类型 iOS 使用 Pod 引入组件,主要引入以下类型的组件。 类型 1:静态库类型组件。可以为 `.a` 或 `.framework` 类型的 ......
use_frameworks frameworks 作用 iOS use

VS Code+Arduino插件编译/验证(Verify)报“构建时出错:exit status 1”

一、问题现象 vscode编译/验证(Verify)Arduino的.ino文件,报构建时出错:exit status 1,如下: [Starting] Verifying sketch 'src.ino' Please see the build logs in output path: e:\W ......
插件 Arduino Verify status Code

Fast-DDS GEN using IDL

Using IDL to define a data type Supported IDL types [https://fast-dds.docs.eprosima.com/en/latest/fastddsgen/dataTypes/dataTypes.html] Primitive types ......
Fast-DDS using Fast DDS GEN

A simple ROS2demo using fastdds

Statement Here I will do a simple experment about the Publisher/Subscriber model in BOTH FastDDS and ROS2(humble, latest), as well as cross communicat ......
ROS2demo fastdds simple 2demo using

JetBrains IntelliJ支持自动切换输入法插件 smart input,写代码如丝般顺滑

对于母语为中文的开发者,写代码过程中经常需要在中/英输入法之间进行切换,而且由于不清楚当前处于哪种输入状态,有时输入到一半发现输入法错了,删除重新输入,有时切换了好几次都没有成功,实在太影响写代码了。 其实,在哪个位置需要使用哪种输入法是可以确定的,既然这样就可以让IDE帮助我们自动切换输入法。 J ......
输入法 JetBrains 插件 IntelliJ 代码

【Azure Spring Cloud】在Azure Spring Apps上看见 App Memory Usage 和 jvm.menory.use 的指标的疑问及OOM

问题描述 在Azure的Spring Cloud服务 (官名为:Spring Apps)中,在Metrics 页面中查看 App Memory Usage 和 jvm.memory.use,发现两则在下图中出现巨大差距。 App Memory Usage还是在逐渐上升 jvm.memory.use ......
Spring Azure 指标 Memory menory

Emmet in VS Code

前言 Emmet可以极大的提高 html 和 css 的编写效率,它提供了一种非常简练的语法规则。 举个例子,我们在编辑器中输入缩写代码:ul>li*6 ,然后按下 Tab 键,即可得到如下代码片段: <ul> <li></li> <li></li> <li></li> <li></li> <li> ......
Emmet Code in VS

VS Code的使用积累

常见配置 自动保存: "files.autoSave": "onFocusChange" 参考链接:https://blog.csdn.net/WestLonly/article/details/78048049 在新的窗口中打开文件: "workbench.editor.enablePreview ......
Code VS

01-VS Code的使用

title: 01-VS Code的使用 前言 文章标题:《第一次使用 VS Code 时你应该知道的一切配置》。本文的最新内容,更新于 2021-10-09。大家完全不用担心这篇文章会过时,因为随着 VS Code 的版本更新和插件更新,本文也会随之更新。 本文的最新内容,也会在GitHub上同步 ......
Code 01 VS

vue中 npm i axios报错,npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve

安装 npm i axios时,出现如下图情况: 报错的原因是因为npm不同版本库之间命令不兼容。 解决办法:npm install axios -save --legacy-peer-deps ......
ERESOLVE npm ERR resolve axios

LLaMA(Open and Efficient Foundation Language Models)学习

一、论文学习 原文链接:https://arxiv.org/pdf/2302.13971.pdf 0x1:引言 在大语料上训练得到的大语言模型(LLM)已经展示了它们的实力,在few-shot特性展现之后,有一系列的工作都关注于提高这些模型的规模。它们的努力是基于更多的参数可以带来更好的性能的假设之 ......
Foundation Efficient Language Models LLaMA

What's PLinq? how to use it?

What's PLinq? how to use it? PLinq stands for "Parallel LINQ", which is a parallel implementation of LINQ (Language-Integrated Query) in .NET. It allo ......
PLinq What how use 39