artifactory notes on

Notes-task how wirte

多个分区排列任务不行,多了没人看,要集中一个 原来的task分组,内容分组,到后面你自己都不看 现在都搞到1个文件去,内部分组、分内容 多个分区排列任务不行,多了没人看,要集中一个 ......
Notes-task Notes wirte task how

echarts更新数据后报错 There is a chart instance already initialized on the dom

产生原因 使用Echarts插件的时候,多次加载会出现There is a chart instance already initialized on the dom.的警告,表示DOM上已经初始化了一个图表实例。 解决方案 定义一个全局变量,在初始化之前先判断该实例是否存在,若存在,先销毁。 va ......
initialized instance echarts already 数据

IDEA中slf4j和logback冲突,快速排除(LoggerFactory is not a Logback LoggerContext but Logback is on the classpath)

pom文件中右击 ctrl+f 输入点击定位 选中shift+delet,直接排除 或者手动输入排除 ......

install plv8 extension for postgres14 on ubuntu22.04

Linux环境下手动build plv8是一个很痛苦的过程,会因为缺少各种依赖和网络问题导致build 失败,这里提供一个可以已经build好的plv8,有需要的可以直接拿去用(注意操作系统的版本和postgres版本哦) 访问下面的地址下载plv8.rar https://github.com/l ......
extension postgres install ubuntu 22.04

「Note」 wqs 二分

最大标志:选择恰好 $K$ 个,使什么东西最优。 就比如说 $f_{i,j}$ 表示前 $i$ 个数里选 $j$ 个的最优解。直接求解复杂度很寄。 如果 $f_{n,x}$ 在坐标系里画出的是一个凸函数($x$ 是取了多少个值),那么就可以进行 wqs 二分。 我们想要求当 $x=K$ 时的解,因为 ......
Note wqs

语音识别,语音转文字,会议记录自动化,Meeting Note, Speech to Note

经过百般测试,实践了Python的方案,实现:可以识别英语,但是断句和整句话的整理还是不尽人意。 还不如下面这个产品 Speechnotes https://speechnotes.co/dictate/ Pyhton的方案实践记录(部分): cd /Users/***/opt/anaconda3/ ......
语音 会议记录 Note Meeting 文字

GPT-Introduction on Nand flash instruction scan

Nand flash is a type of non-volatile memory that stores data by changing the state of electrically erasable programmable read-only memory (EEPROM) cel ......

GPT-Introduction of bluetooth penetration test on Android 10 device

# GPT-Introduction of bluetooth penetration test on Android 10 device ``` CONTENT: Introduction of Bluetooth penetration test on Android 10 device 1 W ......

GPT-Introduction of Cellular penetration test on Android 10 device

# 1 What is Cellular? ## 1.1 What the structure of Cellular, illustrate both in software and hardware on SD690? Cellular is a term that refers to the ......

GPT-Introduction of Wi-Fi penetration test on Android 10 device

## 1. What is Wi-Fi? ### 1.1 How does Wi-Fi work on Android 10 device? Wi-Fi works on Android 10 device by using a hardware component called a Wi-Fi c ......

GPT-Investigation on the Implementation of Rockchip Product's Audio and Video Codec Function

## 1 Is this function of Rockchip product developed on Linux? Yes, this function of Rockchip product is developed on Linux. According to the datasheet ......

Note -「基本子串结构」速通笔记

学习自 crashed 的[《一类基础子串数据结构》摘抄及注解](https://www.cnblogs.com/crashed/p/17382894.html), 略过了一些 crashed 口中 "用不上" 的东西. 这里是速通笔记, 希望快速学习技巧的读者可以就看本篇, 但希望深入研究的读者还 ......
结构 笔记 Note

mysql索引损坏,Record in index `log_time` of table `lts`.`lts_job_log_po` was not found on update

【1】错误信息 [ERROR] [MY-012869] [InnoDB] Record in index `log_time` of table `lts`.`lts_job_log_po` was not found on update: TUPLE (info_bits=0, 2 n_cmp=2 ......
lts_job_log_po log lts 索引 log_time

Focus On 3D Terrain Programming三维地形渲染-Trent Polack-2003

前言:你有多少次访问过你最喜欢的编程论坛或邮件列表,并对大量关于地形渲染算法的帖子感到惊讶,这些帖子似乎从各个角度向你袭来?地形渲染似乎是当今业余程序员最喜欢的主题;它是一个很好的门户网站,可以了解更高要求的问题及其解决方案。然而,地形渲染决不是一个简单的问题,特定的解决方案可能会变得相当复杂。来自 ......
地形 Programming Terrain Polack Focus

【Flink系列十七】Flink On Yarn 的Classpath传递分析

从NoClassDefFoundError:org/apache/hadoop/mapred/MRVersion到 Flink On Yarn 的Classpath的传递过程分析。ClassNotFoundException: org.apache.hadoop.mapred.MRVersion ......
Flink Classpath Yarn On

Not on FX application thread; currentThread = pool-3-thread-1

业务线程更新JavaFx的ui界面报错 Not on FX application thread; currentThread = pool-3-thread-1,解决方法很简单,在业务线程里使用Platform.runLater Platform.runLater(()->{ //执行UI更新的代 ......
thread currentThread application pool Not

事件抽取论文综述-A Survey on Deep Learning Event Extraction: Approaches and Applications

A Survey on Deep Learning Event Extraction: Approaches and Applications 1)发表信息: https://arxiv.org/abs/2107.02126 Qian Li, Jianxin Li, Member, IEEE, Ji ......

SQL中join后的on和where的过滤条件的区别

1、原理 1.1连接基本概念 (1)内连接(inner join、join):必须完全满足连接运算(natural、using、on)的左右表数据行。 (2)左外连接(left outer join、left join):仅保留左表在连接运算之前的数据行,无匹配的右表列填充null。 (3)右外连接 ......
条件 where join SQL

52.同源策略(Same-Origin Policy)限制了跨域请求No 'Access-Control-Allow-Origin' header is present on the requested resource.

又遇到如下报错了,该如何处理, Access to XMLHttpRequest at 'http://localhost:3000/users' from origin 'http://localhost:5173' has been blocked by CORS policy: No 'Acc ......

SpringBoot单元测试出错:No ConfigurationProperties annotation found on 'org.springframework.cloud.client.loadbalancer.LoadBalancerProperties'

### 问题详情: ``` java.lang.IllegalStateException: No ConfigurationProperties annotation found on 'org.springframework.cloud.client.loadbalancer.LoadBalan ......

DSU on tree——从入门到入土

# DSU on tree——从入门到入土 [TOC] ## 1.dsu有什么用? ### 降低时间复杂度——nlogn dsu的作用在于将时间复杂度降低,由n方到nlogn 举个例子: 给一棵根为1的树,每次询问某个子树内颜色有多少种。树有N个节点,询问有M次。颜色范围为 [1,N]的整数。 数据 ......
tree DSU on

「Note」整体DP小记

智慧智慧。 当树上问题能列出二维的 DP 方程,并且转移方程不是很复杂的时候可以用线段树来维护方程,并且用线段树合并来维护。 大概有几种情况可以直接维护。 一种是对于前缀和后缀求和之类的。在线段树合并的过程中实时维护前缀后缀和之类的。 一种是子树加在一起。显然是可以直接维护的。 ## P5298 [ ......
小记 整体 Note

Linxu解决systemctl启动服务失败,Error: No space left on device

## 查看磁盘空间实际占用情况 ![](https://img2023.cnblogs.com/blog/1188902/202305/1188902-20230526141838797-1859303536.png) ## 查看磁盘inodes占用情况 ![](https://img2023.cn ......
systemctl device Linxu Error space

[论文阅读] Diffusion Models Beat GANs on Image Synthesis

## Pre title: Diffusion Models Beat GANs on Image Synthesis accepted: NeurIPS 2021 paper: https://arxiv.org/abs/2105.05233 code: https://github.com/op ......
Diffusion Synthesis Models 论文 Image

On Git

## Start a new code base without history from the existing one If you want to create a new code base without any history from an existing Git reposito ......
Git On

Windows——on-screen menus are locked怎么解除

出现OSD LOCKED是菜单被锁的,具体的清除方法如下: 1、如果 OSD 已锁定,请持续按住 Menu 按钮(最左边第一个) 10 秒钟就可以解除锁定 OSD。 2、如果 OSD 未锁定,请持续按住 Menu 按钮 10 秒钟就可以锁定 OSD。 简介: OSD 是 On Screen Disp ......
on-screen Windows locked screen menus

[ABC294G] Distance Queries on a Tree 题解

## Description 有一个节点数为 $N$ 的树。边 $i$ 连接 $u_i$ 和 $v_i$,边的权值为 $w_i$。 $Q$ 次询问,询问一共有两种。 ```1 i w``` :改变第 $i$ 条边的权值为 $w$。 ```2 u v``` :输出 $u$ 到 $v$ 的路径距离。 数 ......
题解 Distance Queries 294G Tree

thoughts-on-My-Memories-of-Old-Beijing

读《城南旧事》 Created: 2023-05-25T18:30+08:00 Categories: ReadingNotes 最近在看《Happier》、《毛毛》,感觉不同书里一些词句和记忆中的文字相通了。 最早接触林海音的文章,可能是来自《童年·冬阳·骆驼队》: > 老师教给我,要学骆驼,沉得 ......

[学习笔记] dsu on tree

- 适用于动态维护子树信息 - 流程 类似树链剖分定义重儿子,轻重链。 先便历轻边子树,不保存信息(删)。 最后便历重儿子子树,保存重儿子信息。 再加入轻儿子子树即可得到子树信息了。 复杂度:一个点被加/删的次数为轻边数( $logn$ )。 - code 点击查看代码 ``` void solve ......
笔记 tree dsu on

on_delete=models.CASCADE级联删除

on_delete=None, # 默认models.CASCADE on_delete=models.CASCADE, # 级联删除,即关联的表删除某一项数据,此表关联的数据都会被删除 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 ......
on_delete CASCADE delete models on