12 2024 档案
摘要:今天有个bug就是 本来用这个Tabs.TabPane就是可以自带这种的,但是由于加入了上标 <Tabs.TabPane tab={ <Badge count={ earlyWarningUnreadCount } overflowCount={10} offset={[20, 0]} > <spa
阅读全文
posted @ 2024-12-30 16:57
lipu123
摘要:https://blog.csdn.net/qq_46636081/article/details/143976160
阅读全文
posted @ 2024-12-24 20:48
lipu123
摘要:https://leetcode.cn/problems/count-beautiful-splits-in-an-array/description/ 给你一个整数数组\(nums\)。 如果数组\(nums\)的一个分割满足以下条件,我们称它是一个 美丽 分割: 数组\(nums\)分为三段非空
阅读全文
posted @ 2024-12-21 20:36
lipu123
摘要:前端和后端连接 在解决分页的时候,需要前端需要传多个参数,假如传一个参数的时候,就是删除的时候,需要传一个id。 删除前端: //删除学生 const removeStudent = (index) => { const id = tableData[index].stuId; request.po
阅读全文
posted @ 2024-12-20 11:16
lipu123
摘要:求关于 x 的同余方程 ax ≡ 1 (mod b) 的最小正整数解。 输入描述 输入只有一行,包含两个正整数 a,b,用一个空格隔开。 对于40%的数据,2<=b<=1,000; 对于60%的数据,2<=b<=50,000,000; 对于100%的数据,2<=a,b<=2,000,000,000。
阅读全文
posted @ 2024-12-04 09:36
lipu123