相关文章
cf2021.4.20
本来在写每日总结,顺便来一篇题解,当然我这种菜鸡可做不出,看了题解之后,写一遍加深下印象。 cf [1514C - Product 1 Modulo N](大意:给定一个n, 代表序列1,2…n-1,找乘积…
建站知识
2025/1/11 1:14:48
NEFU CF 练习赛 45
http://acm.hust.edu.cn/vjudge/contest/view.action?cid22283#overview
A题CF69A、B题CF69B没什么好说了,水题了。
C题CF69C
恶心的模拟.....每次某个玩家买了件装备的时候查看是否满足合成装备的条件,如果满足就更新一下背包,耐心一点…
建站知识
2024/10/27 13:15:13
cf_nise_installer部署单机版cloudfoundry,The `cf' command exists in these Ruby versions: 1.9.3-p484
ruby有关的命令不能使用, 出现下面的错误 rootubuntu:~# cf rbenv: cf: command not found The cf command exists in these Ruby versions: 1.9.3-p484 rootubuntu:~# gem -v rbenv: gem: command not found The gem command exists in these Ruby versions: …
建站知识
2025/1/14 7:04:03
CF Constanze's Machine【简单dp】
题目链接: https://codeforces.com/problemset/problem/1245/C
Constanze is the smartest girl in her village but she has bad eyesight.
One day, she was able to invent an incredible machine! When you pronounce letters, the machine will inscribe them onto a pi…
建站知识
2024/10/28 11:30:49
【Ubuntu】要在 Ubuntu 上完全卸载 Harbor
要在 Ubuntu 上卸载 Harbor,可以按照以下步骤进行操作:
停止 Harbor 服务: 在卸载之前,首先停止正在运行的 Harbor 服务。可以使用以下命令停止 Harbor 容器:
sudo docker-compose down -v
删除 Harbor 目录&#x…
建站知识
2024/10/27 18:24:07
【Spring——Spring的基础与创建】
目录 🍧1. 什么是 Spring ?
🫖1.1 容器
🍙1.2 IoC
🥽1.3 汽车类——传统写法
🍘1.4 汽车类——IoC 写法
🌭2. 配置 maven 国内源
🌮2.1 在设置中勾选文件
🍤2.2 在…
建站知识
2024/10/28 10:58:43