synonyms reading of
处理 yarn build时出错 : spawn ENOMEM (Out of memory)
一、检查是否启用交换空间 通过命令 free -m 检查Linux服务器的内存使用情况 total used free shared buffers cached Mem: 2002 233 1769 0 24 91 Swap: 0 0 0 看查看到有 0 bytes 的Swap memory。:- ......
[LeetCode] 2461. Maximum Sum of Distinct Subarrays With Length K
You are given an integer array nums and an integer k. Find the maximum subarray sum of all the subarrays of nums that meet the following conditions: T ......
[LeetCode] 2222. Number of Ways to Select Buildings
You are given a 0-indexed binary string s which represents the types of buildings along a street where: s[i] = '0' denotes that the ith building is an ......
read_notes(失控_kk)
目录 char1 人造与天生 char2 封群思维 char3 有心智的机器 char4 组装复杂性 char5 共同进化 char6 自然流变 char7 控制兴起 char8 封闭系统 char9 “冒出”的生态圈 char10 工业生态学 char11 网络经济学 char12 电子货币 ch ......
Doris forentend: Environment invalid because of previous exception: (JE 18.3.12)
错误日志 2023-07-18 19:45:58,493 INFO (main|1) [PaloFe.start():124] Palo FE starting... 2023-07-18 19:45:58,503 INFO (main|1) [FrontendOptions.analyzePrio ......
[LeetCode] 2597. The Number of Beautiful Subsets
You are given an array nums of positive integers and a positive integer k. A subset of nums is beautiful if it does not contain two integers with an a ......
These are the list of external providers available to the application.
These are the list of external providers available to the application. https://github.com/davidfowl/TodoApi/blob/c209f6ae5c5f31f4808b0df85f358d4a572ea ......
无效重复类定义错误:Invalid duplicate class definition of class xxxx
### Description ``` log startup failed: /xxxx/OrderFixFile.groovy: 5: Invalid duplicate class definition of class OrderFixFile : The source /xxxx/Orde ......
834. Sum of Distances in Tree (Hard)
Description 834. Sum of Distances in Tree (Hard) There is an undirected connected tree with n nodes labeled from 0 to n - 1 and n - 1 edges. You are g ......
Proj. CMI Paper Reading: Conversational Automated Program Repair
## Abstract 背景:之前APR与大模型的结合仅仅使用了一些特殊构建的input/prompt 本文:conversational APR 方法:使用long-term context window来记录之前的validation feedback 实验: 在10个LLMs上进行对比展示改进 ......
Proj. CMI Paper Reading: R-U-SURE? Uncertainty-Aware Code Suggestions By Maximizing Utility Across Random User Intents
## Abstract Task: building uncertainty-aware suggestions based on a decision-theoretic model of goal-conditional utility,推理LLM用户的未观测到的意图 方法:a decision ......
TypeError: iter() returned non-iterator of type 'MyIterable'
1 class MyIterable: 2 def __init__(self): 3 self.data = [1, 2, 3] 4 5 def __getitem__(self, index): 6 return self.data[index] 7 8 def __iter__(self): ......
Proj. CMI Paper Reading: Distributed System Fuzzing
## Abstract 背景:当前分布式系统分析一般都是黑盒工具,难以探索程序状态 工具:MALLORY 任务:greybox fuzzing testing distributed system 方法:timeline-driven testing, timeline abstraction 步骤 ......
题解 Score of a Tree
[Score of a Tree](https://www.luogu.com.cn/problem/CF1777D) 思维题。 我们考虑一个点 $u$ 在所有时刻内的点权为多少。 可以发现,假如 $u$ 的深度为 $0$,那么 $t$ 时刻时它的权值为其子树内所有深度为 $t$ 的点的初始权值异或 ......
QT multiple definition of 问题
在 SIWARESCANNER_H 中 #ifndef SIWARESCANNER_H#define SIWARESCANNER_H#include "nirsensor.h"#include <QObject>#include <QTimer>extern "C"{#include "Operat ......
【文献阅读】Optimization and perform criteria of a Stokes polarimeter based on two variable retarders
minimize the noise transmitted through the matrix 主要用三个参数衡量 indicator the condition number (CN) the Equally Weighted Variance (EWV) the error associat ......
vue开发 tinymce.js富文本插件报错:Cannot read properties of undefined (reading 'open')
应该是预加载的问题 因为需要同时展示多个富文本框 所以网上搜索到的 把v-if 换成 v-show是行不通的 最后想到办法 就是 再最外面再加一个 富文本 宽高设置成0 这样里面的富文本就能 正常使用了 k-rich-editor 是基于 tinymce 封装起来的富文本编辑器 ......
for...in循环和for...of循环的区别?
大原則: for...in只用來遍歷對象中的key, 不用來遍歷數組 for…of 是ES6新增的遍历方式,允许遍历一个含有iterator接口的数据结构(数组、对象等)并且返回各项的值,和ES3中的for…in的区别如下: for…of 遍历获取的是对象的键值,for…in 获取的是对象的键名;f ......
for of遍历普通对象
for of创建一个循环来迭代可迭代的数据结构,普通对象没有Symbol.iterator方法,不可迭代。 所以要使用for of遍历普通对象如下: 1、Object扩展方法values()、keys()、entries() Object.values()返回普通对象的键值组成的数组 Object. ......
NVMe-oF如何改变数据中心存储架构
导读 NVMe是一种用于连接存储设备和主机系统的通信协议,旨在充分利用固态硬盘(SSD)等非易失性存储介质的性能潜力。与传统的存储协议(如SATA或SAS)相比,NVMe通过使用更高效的命令队列和并行I/O处理,显著提高了存储系统的性能和响应速度。 由于NVMe-oF技术的出现,数据中心存储架构领域 ......
LeetCode 793. Preimage Size of Factorial Zeroes Function 二分
Let `f(x)` be the number of zeroes at the end of x!. Recall that $x! = 1 * 2 * 3 * ... * x$ and by convention, 0! = 1. For example,` f(3) = 0` because ......
LoRA:Low-Rank Adaptation Of Language Model
# LoRA:Low-Rank Adaptation Of Language Model ## O、摘要 本文提出一种新的大模型(本文主要指 transformer)微调方法:低秩自适应。其主要特性为,冻结预训练模型的权重,并将可训练低秩矩阵,分解到模型的每一层,从而大大减少下游任务的训练参数量。与 ......
visual studio在运行ashx文件时 出现 Failed to load resource: the server responded with a status of 500 (Internal Server Error)
报错详细信息如下 “/”应用程序中的服务器错误。 分析器错误 说明: 在分析向此请求提供服务所需资源时出错。请检查下列特定分析错误详细信息并适当地修改源文件。分析器错误消息: 未能创建类型“WebApp.FileUploadHandler”。源错误: 行 1: <%@ WebHandler Lang ......
[gym102770L]List of Products
## 题意简述 我们根据唯一分解定理得到,对于每一个数 $x$ 可以表示成 $\sum p_i^{e_i}$ 的形式,其中 $p_i$ 表示第 $i$ 大的素数。 我们重新定义两个数之间的比较,对于两个数 $x,y$ : - 如果 $x=y$ ,两个数相等 - 如果 $x,y$ 不相等,我们就从小到 ......
Lakehouse: A New Generation of Open Platforms that Unify Data Warehousing and Advanced Analytics
在Delta Lake官网上提到的一篇新一代湖仓架构的论文.  Executor error during ......
Git提交时出现Merge branch 'master' of ...之解决方法
多人协作开发项目,在上传代码时通常会先pull一下远程代码,使本地与远程同步更新,但是如果远程此时与自己代码存在冲突,在解决冲突后提交有时会出现“Merge branch ‘master’ of …”这条信息。这是因为pull其本质是fetch+Merge的结合。通常会分为以下两种情况: 1.如果远 ......
PROPERTIES OF SQUARE NUMBERS
When a number is multiplied by itself, the resulting number is called as a square number. For example, when we multiply 5 by 5, we get 52 = 25. Here, ......