languages coding smart used

CMakeLists --- 设置rpath_link方法 编译报错try using -rpath or -rpath-link)

指令:add_link_options("LINKER:-rpath-link,${THIRD_LIBS_DIR}") THIRD_LIBS_DIR:需要链接的库的目录 作用:编译生成一个可执行文件时,依赖一个动态库A,动态库A同时又依赖动态库B.如果我们没有显示集成动态库B时,链接器会去-rpat ......
rpath link CMakeLists rpath_link rpath-link

曲线艺术编程 coding curves 第十一章 玫瑰花形( ROSES)

# 第十一章 玫瑰花形 ROSES > 原作:Keith Peters https://www.bit-101.com/blog/2022/11/coding-curves/ > > 译者:池中物王二狗(sheldon) > > 源码:github: https://github.com/willi ......
玫瑰花 曲线 玫瑰 艺术 coding

vue 组件定位插件 webpack-code-inspector-plugin -- 强烈推荐

# 作用 alt + shift + 鼠标左键 自动跳转 vscode项目的组件代码 # 项目地址 https://github.com/zh-lx/code-inspector/blob/main/packages/webpack-plugin/README.md # 使用方法 ``` npm i ......

python: enforcing type check on function using decorator

def typeassert(*ty_args, **ty_kwargs): """ 利用装饰器对函数参数强制性类型检查 enforcing type check on function using decorator :param ty_args: :param ty_kwargs: :retur ......
enforcing decorator function python check

如何优雅地使用Low Code提高开发效率

2023年,低代码热度有,但是在企业内部核心场景的落地比例不高,推进进展也没有想象中快。就算是这样,低代码赛道也在“暗流涌动”。 数字化趋势下,很多企业想要以数字化的手段进行降本增效。很多企业希望以低代码的模式,搭建符合自身业务需求的应用。 现在国内企业很大程度上是这样一个格局: 经营管理制度落后, ......
效率 Code Low

You won't be able to pull or push project code via SSH until you add an SSH key to your profile

You won't be able to pull or push project code via SSH until you add an SSH key to your profile 经网上搜索查看是SSH配置的问题,解决方案为配置好本地的SSH然后把它填写到Gitlab: 可以在命令提示符 ......
SSH project profile until able

Nginx [emerg] listen() to 0.0.0.0:80, backlog 511 failed (98: Address already in use)

Nginx更新后经常遇到这样的问题,解决方法: 1 2 3 fuser -k 80/tcp && /etc/init.d/nginx start 或 killall -9 nginx && /etc/init.d/nginx start ......
Address backlog already listen failed

node Solve – To load an ES module, set “type”: “module” in the package.json or use the .mjs extension

https://codevoweb.com/solve-to-load-an-es-module-set-type-module-in-the-package-json-or-use-the-mjs-extension/ 解决 – 要加载 ES 模块,请在 package.json 中设置 “typ ......
module extension the package Solve

rust rocket error: process didn't exit successfully: `target\debug\web.exe` (exit code: 0xc0000135, STATUS_DLL_NOT_FOUND)

vscode启动rocket项目报错: error: process didn't exit successfully: `target\debug\web.exe` (exit code: 0xc0000135, STATUS_DLL_NOT_FOUND) 用git bash 启动没问题,用wid ......

「题解」CODE FESTIVAL 2017 Final I Full Tournament

这怎么想得到啊?这怎么想得到啊?这怎么想得到啊?这怎么想得到啊?这怎么想得到啊?这怎么想得到啊?这怎么想得到啊?这怎么想得到啊?这怎么想得到啊?这怎么想得到啊?这怎么想得到啊?这怎么想得到啊? ......
题解 Tournament FESTIVAL Final CODE

vs code中Shift+Alt+F 是格式代码,经常不能用的问题

在用vscode编辑代码时经常用到代码格式化的功能,组合键是Shift+Alt+F,经常提示没有支持C语言的插件,但是装了也还提示 以下方法可解决 打开首选项界面,搜索" Default Formatter",然后选择C/C++即可,默认是NULL ......
代码 格式 问题 Shift code

曲线艺术编程 coding curves 第十章 螺旋曲线(SPIRALS)

> 原作:Keith Peters https://www.bit-101.com/blog/2022/11/coding-curves/ > 译者:池中物王二狗(sheldon) > 源码:github: https://github.com/willian12345/coding-curves ......
曲线 螺旋 SPIRALS 艺术 coding

HP 288G9 主机安装Esxi6.7报错Shutting down firmware services Using simple offset' UEFI RTS mapping policy

Shutting down firmware services Using simple offset' UEFI RTS mapping policy 找了好多方法都不行, 尝试1:添加ignoreHeadless=TRUE参数也没救回我电脑,失败 尝试2:BIOS中将PCI 64bit Reso ......
Shutting firmware services 主机 mapping

Chain-of-Thought Prompting in Large Language Models 论文学习

一、Chain-of-Thought Prompting研发背景 因为LLM,NLP的格局最近发生了革命性的变化,同时。扩大语言模型的规模已经被证明可以带来一系列好处,例如改进的性能和样本效率。然而事实证明,仅扩大模型大小依然存在一些局限性,在诸如 算术 常识 符号推理 实时数据获取 代码模拟执行 ......

vs code remote ssh 免密登录

命令:ssh-keygen -- 生成id_rsa 命令:cp id_rsa.pub /home/用户名/.ssh --拷贝文件 命令:cat id_rsa.pub >> authorized_keys -- 复制内容到authorized_keys 命令:sudo chmod 600 author ......
remote code ssh vs

曲线艺术编程 coding curves 第九章 旋轮曲线(ROULETTE CURVES)

# 第九章 旋轮曲线(ROULETTE CURVES) > 原作:Keith Peters https://www.bit-101.com/blog/2022/11/coding-curves/ > 译者:池中物王二狗(sheldon) > 源码:github: https://github.com ......
曲线 ROULETTE 艺术 coding CURVES

已解决 DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop workingfrom collections import Iterable

场景描述 E:/worksp_py/hardwary/100day/twentyfive/itertor.py:4: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collect ......

曲线艺术编程 coding curves 第八章 贝赛尔曲线(Bézier Curves)

# 贝赛尔曲线(Bézier Curves) > 原作:Keith Peters https://www.bit-101.com/blog/2022/11/coding-curves/ > 译者:池中物王二狗(sheldon) > blog: http://cnblogs.com/willian/ ......
曲线 艺术 coding Curves curves

Jmeter:"An error occurred: Can't connect to X11 window server using 'lacalhost:12.0' as the value of the display variable." 解决办法

做各种不同项目的性能测试,都需要在项目本地压测服务器配置jmeter,需要时还要调出jmeter图形化界面来调试jmeter脚本。 标题中的问题遇过多次,这次做个记录。 1. 启动jmeter报错 在配置好jmeter环境变量的linux系统执行jmeter命令,报错如下: [root@localh ......
quot lacalhost the 39 occurred

Buffered I/O implementation using an in-memory bytes buffer.

The abstract base class for all I/O classes, acting on streams ofbytes. There is no public constructor. Buffered I/O implementation using an in-memory ......

ubuntu22.04下编译ffmpeg-6.0,并且激活x264编码功能。记录一下踩坑(ERROR: x264 not found using pkg-config)

一.编译x264(在编译前确保安装了pkg-config,默认在/usr/share下) 1.下载x264源代码:(我下载到了~/Downloads下,各位随意就好) git clone https://code.videolan.org/videolan/x264.git 2.下载好后,将x264 ......
下编 x264 pkg-config 激活 264

【VS Code 与 Qt6】运用事件过滤器批量操作子级组件

如果某个派生自 QObject 的类重写 eventFilter 方法,那它就成了事件过滤器(Event Filter)。该方法的声明如下: virtual bool eventFilter(QObject *watched, QEvent *event); watched 参数是监听事件的对象,即 ......
过滤器 组件 事件 Code Qt6

[Vue warn]: Error compiling template: Component template should contain exactly one root element. If you are using v-if on multiple elements, use v-else-if to chain them instead.

##报错信息: [Vue warn]: Error compiling template: Component template should contain exactly one root element. If you are using v-if on multiple elements, ......

Qt编译报错error: exception handling disabled, use -fexceptions to enable的解决方法

如题,在Qt中使用了C++标准库中的异常处理机制,即try catch语句,在编译时报错error: exception handling disabled, use -fexceptions to enable catch(std::exception excp) 解决方法:在Qt的工程文件中添加 ......

npm install 报错如何解决npm ERR! code 128 npm ERR! An unknown git error occurre

npm ERR! code 128 npm ERR! An unknown git error occurre如何解决 1.发现问题 我在通过git工具clone vue-element-admin之后,需要下载相关的第三方包 所以我就在对应目录下执行npm install开始下载文件 在安装依赖包 ......
npm ERR install unknown occurre

Vue跨域配置异常采坑:Request failed with status code 401

本地用Express作为服务端,前端Vue项目配置跨域代理,调用服务端api接口始终报错“Request failed with status code 401”。原来发现是端口3000被占用了,被VSCode的一个插件占用了,修改为其他端口解决。 ......
Request failed status code with

【NSSCTF逆向】【2023题目】《double_code》

#题目double_code ![](https://img2023.cnblogs.com/blog/3073714/202306/3073714-20230611024018956-439461519.png) ##解法 解法不是很难,但是没见过。 下载下来是一个exe和一个文本文档 ![](h ......
double_code 题目 NSSCTF double 2023

解决npm i 报错显示 code EPERM syscall rename等问题

问题描述:npm ERR! code EPERMnpm ERR! syscall renamenpm ERR! path D:\Program Files\nodejs\npm_global\node_modules\cnpm\node_modules\npm\node_modules\.node- ......
syscall rename 问题 EPERM code

VS Code编辑Markdown文本工具神器-Markdown All in One

## 1、使用Markdown All in One工具 ![image](https://img2023.cnblogs.com/blog/2293816/202306/2293816-20230610022821204-1387515677.png) ## 2、在VS Code中,需要进行设置二 ......
Markdown 神器 文本 工具 Code

曲线艺术编程 coding curves 第七章 抛物线(Parabolas)

# 抛物线 Parabolas > 原作:Keith Peters https://www.bit-101.com/blog/2022/11/coding-curves/ > 译者:池中物王二狗(sheldon) > blog: http://cnblogs.com/willian/ > 源码:gi ......
抛物线 曲线 Parabolas 艺术 coding