objectives you for and

Failed to open connection to "session" message bus: Using X11 for dbus-daemon autolaunch was disabled at compile time, set your DBUS_SESSION_BUS_ADDRESS instead

Failed to open connection to "session" message bus: Using X11 for dbus-daemon autolaunch was disabled at compile time, set your DBUS_SESSION_BUS_ADDRE ......

Building wheel for opencv-python (pyproject.toml) ,安装命令增加 --verbose 参数

Mac 安装 paddlehub 出现 Building wheels for collected packages: opencv-python, ffmpy, jieba, seqeval, future Building wheel for opencv-python (pyproject.t ......

Essay and Report Writing

Assignment 一般情况下,留学生的作业统称为 Assignment(这里指欧美国家)。 Assignment 分为 Essay 和 Report,二者在形式上有所差别,但大体相同。在大多数时候,命题中会对 Assignment 的形式作出明确的指示,是 Essay 还是 Report。 Es ......
Writing Report Essay and

CF1824A LuoTianYi and the Show

题意 有 $n$ 个人、编号为 $1$ 至 $m$ 的 $m$ 个座位与三种坐座位的方式: 坐在最左边的人的左边,当 $1$ 号座位也不为空时就不坐了,当没有人坐在座位上时坐在 $m$ 号座位上; 坐在最右边的人的右边,当 $m$ 号座位也不为空时就不坐了,当没有人坐在座位上时坐在 $1$ 号座位上 ......
LuoTianYi 1824A 1824 Show and

解决Failed to configure a DataSource: ‘url‘ attribute is not specified and no embedded datasource数据源无法连接 springboot项目无法启动的问题

<groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <version>8.0.13</version> </dependency> 开始没有制定版本 报错换成了8.0版本,依旧报错 看了下配置文件 没有问题 查 ......

使用EventBus 3.0 报 Subscriber class com.example.test.MainActivity and its super classes have no public methods with the @Subscribe annotation

代码如下: public class MainActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanc ......

CF1824B2 LuoTianyi and the Floating Islands (Hard Version) - 概率期望 - 树的重心 -

题目链接:https://codeforces.com/contest/1824/problem/B2 题解: 考虑一棵 $n$ 个点的树,假如已经选定了 $k$ 个特殊点,如何判断某一个点是否为好点? 显然将这个点提到根没有影响,那么好点的充要条件是对于所有子树的 $S_u$ 值都 $\leq k ......
概率 重心 LuoTianyi Floating Islands

MBN:Mutual Boost Network for Attributed Graph Clustering

论文阅读07-MBN:Mutual Boost Network for Attributed Graph Clustering 论文信息 论文地址:https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4195979 代码地址:https://git ......
Attributed Clustering Network Mutual Boost

Drone CI For Github

记录 Drone 标准 .drone.yml文件 version: "3.7" services: nginx: image: nginx:alpine container_name: drone_nginx ports: - "80:80" restart: always networks: - ......
Github Drone For CI

Nessus 10.5 Auto Install for macOS Ventura(自动化安装 Nessus 试用版)

发布 Nessus 试用版自动化安装程序,支持 macOS Ventura、RHEL 9 和 Ubuntu 22.04 请访问原文链接:https://sysin.org/blog/nessus-auto-install-for-macos/,查看最新版。原创作品,转载请保留出处。 作者主页:sys ......
Nessus Install Ventura macOS 10.5

启动flink显示ERROR: JAVA_HOME is not set and could not be found.

问题: JAVA_HOME存在,但启动flink时出现ERROR: JAVA_HOME is not set and could not be found. 原因: 环境变量加载顺序不对 # /etc/profile.d/hadoop.sh # ... export HADOOP_CLASSPATH ......
JAVA_HOME not flink ERROR could

黑群晖 DSM7.1.1 的 Active Backup for Business 套件激活方法

本教程仅用于学习交流,如有需求请购买正版! 第一步,安装 Active Backup for Business 套件 第二步,打开ABB套件,发现需要激活 打开,控制面板 – 信息中心 – 产品序列号,复制备用 第三步,在浏览器中输入下方URL链接 http://群晖地址:5000/webapi/a ......
套件 激活 Business 方法 Active

Java Test ENV setup for Algorithms, 4th Edition

set java env, add /home/linxu/myspace/java_projects/algs4/algs4.jar to CLASSPATH sudo vim ~/.bashrc export JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd6 ......
Algorithms Edition setup Java Test

解决银河麒麟V10系统Failed to download metadata for repo ‘ks10-adv-os‘报错问题

原文链接:https://blog.csdn.net/m0_53967669/article/details/127283289 在使用银河麒麟系统时会时不时的安装程序,yum命令是最方便快捷的命令,但是在使用的过程中出现了Failed to download metadata for repo ' ......
download metadata Failed adv-os 问题

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 '?' 问题的解决

问题描述 显示在条件查询的sql语句那里报错 问题解决 本来我是习惯了使用servlet写数据库操作的,然后就直接忽略掉了,或者说,直接忘记了在jsp里面的sql语句怎么正确书写了; 经过查阅资料发现,查询语句是这样写的: String sql="select * from book where i ......
syntax your corresponds the version

【C++循环(for、while)】

【C++循环(for、while)】 for循环语法: for(初始化变量;循环条件;更新变量) { 循环主体; } 执行顺序:初始化变量>循环条件>循环主体>更新变量 不满足循环条件后会跳出当前循环去执行循环外的下一条语句 冒泡排序实例: while循环语法: 初始化变量; while(循环条件) ......
while for

HTAP for MySQL 在腾讯云数据库的演进

MySQL在充分利用多核计算资源方面比较欠缺,无法同时满足在线业务和分析型业务的客户需求,而单独部署一套专用的分析型数据库意味着额外的成本和复杂的数据链路。本次主题将介绍腾讯云数据库为满足此类场景而在HTAP for MySQL产品方面进行的尝试。2023首届云数据库技术沙龙 MySQL x Cli... ......
数据库 数据 MySQL HTAP for

CF1824B2 LuoTianyi and the Floating Islands题解

是 Div2 的 D1 和 D2。 题意 给定一棵 $n$ 个结点的树,现在有 $k(k\leq n)$ 个结点上有人。 一个结点是好的当且仅当这个点到所有人的距离之和最小。 求在这 $n$ 个点中随机取 $k$ 个点时,好的结点的期望个数,对 $10^9+7$ 取模。 Easy: $k\leq 3 ......
题解 LuoTianyi Floating Islands 1824B

CF1825C LuoTianyi and the Show

传送门(luogu) 传送门(CF) 前言 ~~我来水题解力~~ 简化题意 $n$ 个人,$m$ 个座位,每个人落座的方法有三种: 坐最左边的人的左边,没人的话就做 $m$ 号座位,若最左边的为 $1$ 号,就离开; 坐最右边的人的右边,没人的话就做 $1$ 号座位,若最右边的为 $m$ 号,就离开 ......
LuoTianyi 1825C 1825 Show and

atomically try catch and avoid throw exception

#include <assert.h> #include <atomic> #include <chrono> #include <fstream> #include <iomanip> #include <iostream> #include <numeric> #include <thread> ......
atomically exception catch avoid throw

WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager......

pip install -r requirements.txt 报错"WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system ......

lazarus 从2.2.4升到2.2.6 fpc 3.2.2 for win64绿色版整合安装包(已包含android开发环境)2023.04.23更新

lazarus 从2.2.4升到2.2.6 fpc 3.2.2 for win64绿色版整合安装包(已包含android开发环境)2023.04.23更新 lazarus 2.2.6 fpc 3.2.2 for win64绿色版整合安装包(linux/win/android) 整合包已安装常用控件及 ......
lazarus android 环境 绿色 2023

lazarus 2.2.6+FPC 3.2.2绿色整合版 for linux aarch64

lazarus 2.2.6+FPC 3.2.2绿色整合版 for linux aarch64 https://www.cnblogs.com/qiufeng2014/p/17213806.html 已集成常见控件及修正了我开发遇到的Bug,这个版本包含x86_64 win64交叉编译环境,有兴趣的可 ......
lazarus 绿色 aarch linux FPC

v-for渲染列表数据,出现undefined

原因 v-for生成数据时,都需要给唯一标识key,要保证key是没有重复项的 <view v-for="item in list" :key="item.planId"></view> 解决办法 使用唯一标识key <view v-for="item in list" :key="item.id" ......
undefined 数据 v-for for

Docker容器运行jar包,显示错误:Failed to start thread "GC Thread#0" - pthread_create failed(EPERM) for attributes :stacksize:1024k,guardsize:4k,detached

问题: Docker容器运行jar包,显示错误:Failed to start thread "GC Thread#0" - pthread_create failed(EPERM) for attributes :stacksize:1024k,guardsize:4k,detached 问题解决 ......

GIC Implementation and Architecture Specification

记录常用GIC实现和对应的架构规格: GIC Implementation GIC Architecture Specification GIC-400 CoreLink GIC-400 Generic Interrupt Controller Technical Reference Manual ......

jenkins构建任务报错 too many authentication failures for root root的身份验证失败太多 解决办法

1 ssh配置文件路径 MAC下 /etc/sshd_configLinux下 /etc/ssh/sshd_config 修改选项:MaxAuthTries 20默认是6修改后重启ssh服务即可systemctl restart sshd 或者 service sshd restart 常ssh的M ......
root authentication failures 身份 任务

关于map或for自动停止循环的问题

问题 在维护一个老项目时发现map循环数组循坏到index为14时就自动不循环了(数组长度为79),并且也不运行后面的代码 代码 // 问题代码 await useMyFetch('url', { afterFetch(ctx) { const resdata = safeParse(ctx.dat ......
问题 map for

The connection to the server localhost:8080 was refused - did you specify the right host or port?

遇到如下问题: [root@k8s-node1 ~]# kubectl get podThe connection to the server localhost:8080 was refused - did you specify the right host or port? 解决方式: cd ......
connection the localhost refused specify

Audience,Explansion-and-Record

听众、扩写和记录 Datetime: 2023-03-23T17:46+08:00 Categories: Fragment 想到送礼物这种东西,如果要我给妹妹送礼物,要送什么呢? 送一本日记本?送一个不喜欢写日记的人日记本,哈哈,就像送男孩口红一样。要不送一个 U 盘?但是感觉怪怪的,有点理工科过 ......