随笔 - 259  文章 - 1  评论 - 0  阅读 - 4159
  2025年4月8日
摘要: multiset,multimap只删除重复元素中的一个 awhuter 这篇博客探讨了C++标准库中set、multiset、map和multimap的区别及使用。示例代码展示了如何插入元素、遍历容器以及使用erase函数删除元素。erase函数的不同用法演示了删除单个元素和删除所有匹配元素的区别 阅读全文
posted @ 2025-04-08 23:15 临江柔 阅读(0) 评论(0) 推荐(0) 编辑
  2025年2月27日
摘要: 论架构师公众号在技术生态中的价值与创新实践 摘要 在数字化转型浪潮中,技术传播与知识共享平台成为推动行业进步的重要力量。本文以微信公众号"架构师"(JiaGouX)为研究对象,结合其2022-2025年发布的推文内容,分析该平台如何通过技术干货沉淀、架构思维传播与开发者生态建设,构建起覆盖百万技术人 阅读全文
posted @ 2025-02-27 17:37 临江柔 阅读(13) 评论(0) 推荐(0) 编辑
  2025年2月23日
摘要: 目前,Claude 3.5由Anthropic开发,通常可以通过合作伙伴平台或API接入进行使用。以下是注册和使用Claude 3.5的一般步骤: 1. Claude 3.5的使用方式一般来说,有下面三种使用方式,根据自己的需要选择即可: Claude 3.5 主要通过特定平台或集成工具提供服务,比 阅读全文
posted @ 2025-02-23 16:02 临江柔 阅读(386) 评论(0) 推荐(0) 编辑
  2025年2月21日
摘要: #include<bits/stdc++.h> #define int long long #define x first #define y second #define endl '\n' #define pq priority_queue using namespace std; typede 阅读全文
posted @ 2025-02-21 21:27 临江柔 阅读(1) 评论(0) 推荐(0) 编辑
  2025年2月20日
摘要: 关于动态规划处理模数问题 两层dp,代表前i个字符,模数为j的方案数有几个 #include<bits/stdc++.h> #define int long long #define x first #define y second #define endl '\n' #define pq prio 阅读全文
posted @ 2025-02-20 20:59 临江柔 阅读(2) 评论(0) 推荐(0) 编辑
  2025年2月19日
摘要: 第一步 //建表语句 CREATE TABLE default.data ( ip STRING, `date` STRING, day INT, traffic INT, type STRING, id INT)ROW FORMAT DELIMITEDFIELDS TERMINATED BY ', 阅读全文
posted @ 2025-02-19 18:31 临江柔 阅读(8) 评论(0) 推荐(0) 编辑
  2025年2月11日
摘要: vs下载continue或者cline都可以 然后开通deep seek,或者硅基流动等,然后调用api 使用conitnue的话,选中代码,按住CTRL+i可以实现编辑代码 使用cline的话,通过调用大模型可以对文件进行操作 pycharm和idea可以调用quwen(通义千问)等模型 阅读全文
posted @ 2025-02-11 00:32 临江柔 阅读(28) 评论(0) 推荐(0) 编辑
  2025年1月23日
摘要: 今天学了st表,以及线段树 #include<bits/stdc++.h> #define ll long long #define par pair<ll,ll> #define prr pair<ll,par> #define st first #define nd second #define 阅读全文
posted @ 2025-01-23 23:52 临江柔 阅读(6) 评论(0) 推荐(0) 编辑
  2025年1月22日
摘要: #include<bits/stdc++.h>#define int long long#define x first#define y second#define endl '\n'#define pq priority_queueusing namespace std;typedef pair< 阅读全文
posted @ 2025-01-22 21:36 临江柔 阅读(3) 评论(0) 推荐(0) 编辑
  2025年1月21日
摘要: 中位数定理:给定一个数组,每次操作加1或者减1,将所有元素变成相同的最小操作次数则是将所有元素变成中位数即可。 阅读全文
posted @ 2025-01-21 22:27 临江柔 阅读(5) 评论(0) 推荐(0) 编辑
< 2025年4月 >
30 31 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 1 2 3
4 5 6 7 8 9 10

点击右上角即可分享
微信分享提示