2025年06月的文章

每日C++(25年):7月合集-C佳家

每日C++(25年):7月合集

7月1日:C++14:std::search7月2日:string: std::basic_string::find_first_not_of7月3日:string:std::string::find_first_of7月4日:string: std::string::compare7月5日:string:std::str...
Ciallo~(∠・ω< )⌒★的头像-C佳家高级会员Ciallo~(∠・ω< )⌒★3天前
09412
每日C++(25年):6月30日 - 7月6日-C佳家

每日C++(25年):6月30日 – 7月6日

6月30日:C++14:std::make_heap7月1日:C++14:std::search7月2日:string: std::basic_string::find_first_not_of7月3日:string:std::string::find_first_of7月4日:string: std::string::c...
Ciallo~(∠・ω< )⌒★的头像-C佳家高级会员Ciallo~(∠・ω< )⌒★19天前
05014
Ubuntu:Hadoop伪分布式配置-C佳家

Ubuntu:Hadoop伪分布式配置

系统安装:参考VMware:安装Ubuntu22,安装一个Ubuntu虚拟机Hadoop安装:Java安装:下载Java:sudo apt updatesudo apt install openjdk-11-jdkjava -version 配置JAVA环境变量:vim ~/.bashrc添...
Ciallo~(∠・ω< )⌒★的头像-C佳家高级会员Ciallo~(∠・ω< )⌒★27天前
0446
VMware:安装Ubuntu 22-C佳家

VMware:安装Ubuntu 22

安装VMware:首先,我们双击VMware安装包:到了选安装位置的界面选择自己需要的位置,勾选如图:用户体验设置可以取消勾选:之后无脑下一步就行,然后安装:安装完成后点击完成即可:然后软件会...
C++: algorithm-算法头文件-C佳家

C++: algorithm-算法头文件

函数名站内文章/帖子备注std::sample()C++17 : std::sample函数——————std::inplace_merge()C++17 标准库: std::inplace_merge——————std::rotate()C++17 : std::rotate—————...
Ciallo~(∠・ω< )⌒★的头像-C佳家高级会员Ciallo~(∠・ω< )⌒★32天前
01089
每日C++(25年):6月合集-C佳家

每日C++(25年):6月合集

6月1日:C++20 : std::atomic::wait 和 std::atomic::notify_one/notify_all6月2日:C++14 中的 std::make_unique函数6月3日:C++11 : std::getline 的扩展用法6月4日:C++17 标准库: std::mem...
Ciallo~(∠・ω< )⌒★的头像-C佳家高级会员Ciallo~(∠・ω< )⌒★1个月前
01027
每日C++(25年):6月23日 - 6月29日-C佳家

每日C++(25年):6月23日 – 6月29日

6月23日:C++17:std::find_if_not6月24日:C++17: std::transform_reduce6月25日:C++20:std::ranges::partition6月26日:C++23:std::ranges::fold_left6月27日:C++23:std::ranges::zip6月28...
Ciallo~(∠・ω< )⌒★的头像-C佳家高级会员Ciallo~(∠・ω< )⌒★1个月前
0519
每日C++(25年):6月16日 - 6月22日-C佳家

每日C++(25年):6月16日 – 6月22日

6月16日:C++17: std::shuffle6月17日:C++17:std::partial_sort6月18日:C++11: std::is_heap6月19日:C++17:std::inplace_merge6月20日:C++14: std::remove_if6月21日:C++17: std::trans...
Ciallo~(∠・ω< )⌒★的头像-C佳家高级会员Ciallo~(∠・ω< )⌒★1个月前
06113
每日C++(25年):6月9日 - 6月15日-C佳家

每日C++(25年):6月9日 – 6月15日

6月9日:C++17 : std::rotate6月10日:C++17 : std::partition6月11日:C++17 : std::copy_if6月12日:C++11 : enum class 语法6月13日:C++17 : std::for_each_n6月14日:C++23: std::ran...
Ciallo~(∠・ω< )⌒★的头像-C佳家高级会员Ciallo~(∠・ω< )⌒★1个月前
0709
每日C++(25年):6月2日 - 6月8日-C佳家

每日C++(25年):6月2日 – 6月8日

6月2日:C++14 中的 std::make_uniqueh函数6月3日:C++11 : std::getline 的扩展用法6月4日:C++17 标准库: std::memory_order_consume函数6月5日:C++14 : std::exchange 函数6月6日:C++17 ...
Ciallo~(∠・ω< )⌒★的头像-C佳家高级会员Ciallo~(∠・ω< )⌒★1个月前
05212
子比主题美化-悬浮按钮展示登录信息-C佳家

子比主题美化-悬浮按钮展示登录信息

代码修改1:在服务器端,在网站根目录下/wp-content/themes/zibll/,找到function.php文件,在文件末尾添加以下代码:代码修改2:在网站后台 -> Zibll主题设置 -> 全局&功能 ->...
子比主题美化-IP地址卡片-C佳家

子比主题美化-IP地址卡片

设置:在网站后台 -> 外观 -> 小工具 -> 自定义HTML, 在合适位置添加小工具,并在代码编辑框中添加以下代码:<style> .wniui_addr { position: relative; width: 100%; h...