https 39 whitelist protocol

Uncaught SyntaxError: The requested module '/vue3-print/node_modules/.pnpm/dayjs@1.11.9/node_modules/dayjs/dayjs.min.js?v=b0e0e64f' does not provide an export named 'default' (at Upload.vue:10:8)

前提 在项目环境 vue3.3.4 + vite4.4.11 下,安装dayjs1.11.9 报错 Uncaught SyntaxError: The requested module '/vue3-print/node_modules/.pnpm/dayjs@1.11.9/node_modules ......
node_modules dayjs modules 39 node

ERROR 1067 (42000): Invalid default value for 'sign_date'

修改 /etc/mysql/mysql.conf.d/mysqld.cnf,增加: sql_mode='ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' 然后重启mysql即可 ......
sign_date Invalid default ERROR 42000

win10定时关机、定时休眠和定时睡眠的命令行【转载自https://blog.csdn.net/conanluffy/article/details/103153583】

1、定时关机# 注:/s 关机, /t 后面接时间,单位是秒 shutdown /s /t 3600 #一个小时后关机shutdown -a #取消定时关机注:"shutdown /h"是立即进入休眠的命令,但/h参数不能与/t连用,故不能用shutdown实现定时休眠的功能。/h可与/f连用,/f ......
conanluffy 103153583 命令 article details

nginx配置http跳转https的几种要求和方式记录

以nginx-1.23.2测试 (80被占用了,测试换成81端口) 要求一:nginx端口有443,81,即能访问http访问81,也能https访问。 nginx配置如下: server { listen 81 ; listen 443 ssl; server_name xx.com.cn 192 ......
方式 nginx https http

QT发起http/https请求

示例 1、在.pro工程描述文件中添加网络模块 QT += network 2、示例代码 #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include "ui_mainwindow.h" #include "QDe ......
https http

CF1325E Ehab's REAL Number Theory Problem

题目传送门 题目大意 给定 \(n\) 个数,每个数的因数个数不超过 \(7\),求最少选出多少个数能使得乘积为一个完全平方数。 无解输出 \(-1\)。 思路 约数个数定理:对于 \[n=\prod^{k}_{i=1}p_i^{a_i} \]\(n\) 的正约数个数为 \(\prod^{k}\li ......
Problem Number Theory 1325E 1325

A Tour Through TREE_RCU's Expedited Grace Periods (翻译)

原文:https://www.kernel.org/doc/html/latest/RCU/Design/Expedited-Grace-Periods/Expedited-Grace-Periods.html A Tour Through TREE_RCU's Expedited Grace Pe ......
Expedited TREE_RCU Through Periods Grace

代码随想训练营第二十七天(Python)| 39. 组合总和、40.组合总和II、131.分割回文串

39. 组合总和 class Solution: def combinationSum(self, candidates: List[int], target: int) -> List[List[int]]: res = [] candidates.sort() self.tracebacking ......
总和 回文 训练营 随想 代码

[ARC105D] Let's Play Nim 题解

题意 给定 \(N\) 个背包,其中第 \(i\) 个背包中有 \(a_i\) 个石子。同时还有 \(N\) 个盘子,初始时盘子中没有石子。 两人轮流执行下列操作: 若存在背包中还有石子,选择一个非空背包和盘子,将背包中的石子放入盘子中,注意这里对盘子没有要求; 若不存在背包中还有石子,选择一个非空 ......
题解 105D Play ARC 105

A Tour Through TREE_RCU's Grace-Period Memory Ordering (翻译)

原文: https://docs.kernel.org/RCU/Design/Memory-Ordering/Tree-RCU-Memory-Ordering.html August 8, 2017 This article was contributed by Paul E. McKenney I ......

Daleks' Invasion 题解

Daleks' Invasion 题目大意 给定一张无向带权图,对于每条边求一个最大的 \(x\),使得将这条边的边权修改为 \(x\) 后这条边能位于这张图的最小生成树上。 思路分析 没事干了就把之前写过的题拉出来水题解。 我们先把原图的最小生成树求出来,考虑每条边 \((u,v)\),分类讨论: ......
题解 Invasion Daleks 39

tar: Removing leading `/' from member names

在执行压缩文件命令时,出现 tar: Removing leading `/' from member names 的问题,详情如下: dates=$(date -d yesterday +%F%m%d) tar -zcvf /root/backup/$dates.tar.gz /usr/bigda ......
Removing leading member names from

STM32F103RCT6搭配“ST_LINK V2 √RoHS 'A 2023 04'”在CubeIDE中下载运行总结

一、请参考本站大佬文章进行接线: ST_LINK V2接口和连接方式 二、步骤: 到此,大功告成。 小手点赞,水逆退散!!! ......
CubeIDE ST_LINK 2023 F103 39

CF1890D Doremy's Connecting Plan

或许赛时根本不需要证明贪心的正确性。 我们发现 \(c\) 对于问题的影响不大,我们可以将每个 \(a_i\) 除以 \(c\),就转化为了 \(c=1\) 的情况。 一个自然的贪心是用 \(1\) 作为中心点去连接其他的所有点,这需要两条结论保证其正确性: 结论一: 如果当前图中还可以连边,点 \ ......
Connecting Doremy 1890D 1890 Plan

消费者组rebalancing:consumer group 'ClientConsumer' is balancing

背景介绍 消费者正常消费一段时间后,断开连接,再次连接消费消费。发现尽管生产者一直在生产消息,但消费者却无法消费消息。 查询消费者组的信息: 出现警告:Warning: Consumer group 'ClientConsumer' is rebalancing,导致消费者无法消费消息。一定要等待这 ......

ModuleNotFoundError: No module named 'google_drive_downloader'&&No matching distribution found for google_drive_downloader

安装 googledrivedownloader (adaface) C:\Users\liruilong\Documents\GitHub\caface_demo\demo>python main.py --fusion_method cluster_and_aggregate Traceback ......

Content type 'text/plain;charset=UTF-8' not supported

Content type 'text/plain;charset=UTF-8' not supported # Content type 'text/plain;charset=UTF-8' not supported https://blog.csdn.net/qwdafedv/article/d ......
160 supported Content charset plain

mac os 编译webrtc 报错screen_capturer_mac.mm:500:5: error: 'CGDisplayStreamStop' is only available on macOS 13.0 or newer [-Werror,-Wunguarded-availability-new]

../../modules/desktop_capture/mac/screen_capturer_mac.mm:462:11: error: 'CGDisplayStreamUpdateGetRects' is only available on macOS 13.0 or newer [-Wer ......

C#中出现System.Data.SqlClient.SqlException (0x80131904): 关键字 'user' 附近有语法错误。问题的解决

问题描述 在C#语言中使用SqlClient连接sqlServer数据库时,出现了数据库表名附近出现语法错误的问题; 问题解决 好吧,就很离谱的是,最后是因为表名user关键字的问题,将user改成别的表名就行啦~ ......

E1. Doremy's Drying Plan (Easy Version)

E1. Doremy's Drying Plan (Easy Version) The only differences between the two versions of this problem are the constraint on $k$, the time limit and th ......
Version Doremy Drying Plan Easy

/lib64/libz.so.1: version `ZLIB_1.2.9' not found (required by ./rmblastn)

001、问题 ./rmblastn: /lib64/libz.so.1: version `ZLIB_1.2.9' not found (required by 002、查找库中包含的版本 (base) [root@pc1 bin]# strings /lib64/libz.so.1 | grep ......
required rmblastn version found ZLIB

Entering China's strategies of water pollution and identifying an effective measure, as well as its working principle and impact

Water Pollution Control Strategies in China(Some examples) (1)China’s strategy for controlling water pollution focused first on reducing the discharge ......

redhat --修改时区 转发 https://www.cnblogs.com/rongren/p/12600869.html

LINUX redhat 修改时间 在LINUX 系统中,时间分为两个部分,一个是系统时间,只针对运行时,重启后就无用,二是主板时间,系统重启后,自动从主板中获取时间。 一、查看时间 date命令:查看当前时间 二、修改时间 时间修改有两种方法 (一)修改系统时间,然后执行命令从系统同步时间 1、修 ......
时区 12600869 cnblogs rongren redhat

CF1089K King Kog's Reception 题解

题目传送门 前置知识 线段树 解法 第一眼感觉和 luogu P1083 [NOIP2012 提高组] 借教室 很像。本题同样采用线段树维护,\(sum_{l,r}(1 \le l \le r \le 10^6)\) 表示从 \(l \sim r\) 时刻内骑士拜访的总时间,\(maxx_{l,r} ......
题解 Reception 1089K 1089 King

https://tushare.pro/ 从该网站利用python下载数据保存到本地Oracle数据库

import tushare as tsimport pandas as pdfrom sqlalchemy import create_enginefrom psycopg2 import sqlimport datetimeimport cx_Oracle class Oracle(object ......
数据 tushare 数据库 Oracle python

在Windows命令行中是否有等同于'which'的命令?

内容来自 DOC https://q.houxu6.top/?s=在Windows命令行中是否有等同于'which'的命令? 由于我有时会遇到路径问题,即我的一个cmd脚本被另一个程序(在路径中更早出现)隐藏(遮蔽),因此我希望能够在Windows命令行中仅凭程序名称找到程序的完整路径。 在Wind ......
命令 Windows which 39

version `GLIBC_2.34' not found (required by ./rmblastn)

001、问题如下: 002、解决方法: 003、 参考: 01、 ......
required rmblastn version GLIBC found

qt---主进程加载一个子进程的方法以及其中遇到“Calling a private constructor of class 'QString'”

.pro QT += core gui greaterThan(QT_MAJOR_VERSION, 4): QT += widgets CONFIG += c++17 # You can make your code fail to compile if it uses deprecated API ......
进程 个子 constructor Calling private

Mysql为什么存储表数据为什么不能超过2000万行,深度解释 转发 https://www.toutiao.com/article/7296777515426169394

下面是我朋友的面试记录: 面试官:讲一下你实习做了什么。 朋友:我在实习期间做了一个存储用户操作记录的功能,主要是从MQ获取上游服务发送过来的用户操作信息,然后把这些信息存到MySQL里面,提供给数仓的同事使用。 朋友:由于数据量比较大,每天大概有四五千多万条,所以我还给它做了分表的操作。每天定时生 ......

shell脚本执行提示 $'\r': 未找到命令 错误

在Linux环境下编写和执行Shell脚本是一项常见的任务。然而,有时候我们可能会遇到一些错误,比如$'\r': 未找到命令。这个错误通常是由于在Windows环境下编写的脚本在Linux环境下执行时产生的。 问题的原因 首先,需要理解为什么会出现这个错误。在Windows环境下,文本文件的行结束符 ......
脚本 命令 错误 shell 39