题库 总和leetcode 39
python基础day39 生产者消费者模型和线程相关
如何查看进程的id号 进程都有几个属性:进程名、进程id号(pid >process id) 每个进程都有一个唯一的id号,通过这个id号就能找到这个进程 import os import time def task(): print("task中的子进程号:", os.getpid()) prin ......
No bean named 'transactionManager' available: No matching PlatformTransactionManager bean found for qualifier 'transactionManager' - neither qualifier match nor bean name match!
报错内容:找不到transactionManager 原因:xml配置平台事务管理器的时候给了id。配置@Transaction注解时没有配置transactionManager 解决方案:将xml中配置的id="tranManager"改为id="transactionManager"。原因是因为 ......
leetcode649队列操作Dota2
基本操作 入队: queue.push() queue.push_back()//两者效果相同 出队: queue.pop(); queue.pop_back();//都从尾部操作 考虑两个因素:1.每个参议员的决定都由之后的参议员决定 2.决定禁用之后都不能在投票 queue<int>radian ......
Subquery? No, it's join!
> 作者:王旭东 Databend 研发工程师 https://github.com/xudong963  在 SQL 查询中,子查询是一 ......
models.CharField( _('ID'), max_length=128, null=True, blank=True)中的_('ID')
2023/7/6 15:08:30_('ID') 是一个常见的约定用法,它是 Django 框架中的翻译函数。该函数通常用于国际化(i18n)和本地化(l10n)方面的目的。 在 Django 中,为了支持多语言和国际化,开发者需要将所有的文本字符串标记为可翻译的。而 _() 函数就是用来标记这些文 ......
22年11月Tita360评估题库上线
1. 支持设计问卷时,从题库批量导入题目 Tita - OKR和新绩效一体化管理平台 使用场景:企业之前没有做过360评估活动,不知道如何创建合适的问卷;或者企业想用一些新的不同维度的题目进行评估 2. 活动发布后新增的被评估人增加未发放标识 使用场景:在活动发布后新增大量被评估人后,无法确认对应的 ......
python 使用蓝图时犯了一个愚蠢的错误,报错 ModuleNotFoundError: No module named 'views;'function' object has no attribute 'register'
具体的代码截图 报错信息: 有时候也会报 : ModuleNotFoundError: No module named 'views 网上找了许多答案 折腾半天,按照网上的答案已经解决了,但是我想知道原因,所以经过多次测试,发现了这个愚蠢的错误,记录一下。 当下方的 from 导入时,improt ......
[LeetCode] 2178. Maximum Split of Positive Even Integers
You are given an integer finalSum. Split it into a sum of a maximum number of unique positive even integers. For example, given finalSum = 12, the fol ......
Linux 错误: $'\r': command not found --九五小庞
前段时间写脚本出现了$'\r': command not found问题 其实log报错已经非常明确了,是linux无法解析$'\r'。这其实是windows与linux系统的差异导致的。 因为linux上的换行符为\n,而windows上的换行符为\r\n。所以脚本到linux上就无法解析了。 通 ......
[LeetCode] 2600. K Items With the Maximum Sum
There is a bag that consists of items, each item has a number 1, 0, or -1 written on it. You are given four non-negative integers numOnes, numZeros, n ......
Leetcode: Algorithm
1. Boyer-Moore Voting Algorithm identify the majority element (frequency > n/2) class Solution { public int majorityElement(int[] nums) { int count = ......
leetcode-1652-easy
Defuse the Bomb ``` You have a bomb to defuse, and your time is running out! Your informer will provide you with a circular array code of length of n ......
leetcode-1629-easy
Slowest Key ``` You have a bomb to defuse, and your time is running out! Your informer will provide you with a circular array code of length of n and ......
修改所有Detail Table 字段为Not in 'D' Name
--修改所有Detail Table 字段为Not in 'D' Namedeclare @TableName varchar(50),@FielName varchar(50),@TableID varchar(20),@FieldID varchar(20), @Table_Descriptio ......
LeetCode 160. 相交链表
``` /** * Definition for singly-linked list. * struct ListNode { * int val; * ListNode *next; * ListNode(int x) : val(x), next(NULL) {} * }; */ class ......
Can't import the named export XXXX from non EcmaScript module (only default export is available)的解决方法
# 解决方法: 1. https://stackoverflow.com/questions/69343038/cant-import-the-named-export-xxxx-from-non-ecmascript-module-only-default-expo 2. https://gith ......
spring各版本冲突:Failed to process import candidates for configuration class [com.example.SunApplication];或者Error creating bean with name 'configurationPropertiesBeans' defined in class path resource
# **今天又发现一个通病** ### ## springcloud-springcloud alibaba-springboot的版本对应关系 #### ### #### ## 报错如下: ``````Failed to process import candidates for configur ......
解决Flutter编译一直显示Running Gradle task 'assembleDebug'
`该问题由 Gradle 的Maven仓库在国外访问受限引起,使用阿里云的镜像仓库地址替代解决` #### 1.修改Flutte SDK目录下的Flutter打包配置文件flutter.gradle 一般位于flutter\packages\flutter_tools\gradle\flutter. ......
echarts 在使用dataZoom时报错,Cannot read properties of undefined (reading 'type')
今天我再vue中使用柱状图拖动时,一直报错Cannot read properties of undefined (reading 'type')。 原因如下,我使用了myChart 来接收数据,当myChart使用的是vue的ref或者reactive来命名的变量,如果这样子命名就会报上述错误。 ......
【笔试实战】LeetCode题单刷题-编程基础 0 到 1【三】
博客推行版本更新,成果积累制度,已经写过的博客还会再次更新,不断地琢磨,高质量高数量都是要追求的,工匠精神是学习必不可少的精神。因此,大家有何建议欢迎在评论区踊跃发言,你们的支持是我最大的动力,你们敢投,我就敢肝 ......
Cannot create a component of type 'ahb_mst_burst_incr' because it is not registered with the factory
运行VCS仿真报错: Cannot create a component of type 'ahb_mst_burst_incr' because it is not registered with the factory 但是我在test class中已经注册了,为什么还报错呢? 报错就说明没有找 ......
Element-plus按需导入报错:Error: Cannot find module 'node:module'
## 1.问题 1. vue3项目使用ElementPlus组件库,配置按需导入: 2. 首先安装`unplugin-vue-components` 和 `unplugin-auto-import`这两款插件 ```bash npm install -D unplugin-vue-component ......
leetcode207 课程表(拓扑排序)
public boolean canFinish(int numCourses, int[][] prerequisites) { //每个点的入度 int[] d = new int[numCourses]; //邻接表定义 ArrayList<ArrayList<Integer>> list = ......
Springboot No bean named 'XXXXX' available 问题解决
一、问题描述 近日在工作中遇见了一个bug,后端程序频频报错 No bean named 'XXXXX' available 。对比同类程序文件,没有发现有任何特殊之处。在网上搜索方法基本上就是扫描包配置、注解问题、路径问题等,皆不能解决我的问题。 排查问题是发现出现问题的类命名不符合驼峰规范,按照 ......
Leetcode155. 最小栈
``` class MinStack { public: stack st; multiset s; MinStack() { } void push(int val) { st.push(val); s.insert(val); } void pop() { int val=st.top(); s ......
图-邻接表-leetcode207
你这个学期必须选修 numCourses 门课程,记为 0 到 numCourses - 1 。 在选修某些课程之前需要一些先修课程。 先修课程按数组 prerequisites 给出,其中 prerequisites[i] = [ai, bi] ,表示如 ......
[LeetCode] 2679. Sum in a Matrix
You are given a 0-indexed 2D integer array nums. Initially, your score is 0. Perform the following operations until the matrix becomes empty: From eac ......
LeetCode/公平分发饼干
给你一个整数数组 cookies ,其中 cookies[i] 表示在第 i 个零食包中的饼干数量。 另给你一个整数 k 表示等待分发零食包的孩子数量,所有 零食包都需要分发。在同一个零食包中的所有饼干都必须分发给同一个孩子,不能分开。 分发的 不公平程度 定义为单个孩子在分发过程中能够获得饼干的最 ......
Trait包RuntimeWarning: Trait '_wrappers' (trait type: List)
RuntimeWarning: Trait '_wrappers' (trait type: List) on class ActionItem is defined with comparison_mode=<ComparisonMode.equality: 2>. Mutations and e ......