2024年冬第八届河北工业大学程序设计校赛 Posted on 2024-11-18 Edited on 2025-05-02 In ACM Word count in article: 2.7k Reading time ≈ 10 mins. 第一次线下赛,但是校内 游戏本没插座,没电… 老登之下众生平等,全凭手速 如何田忌赛马… 丢了伞 https://ac.nowcoder.com/acm/contest/93226#question Read more »
武汉工程大学第七届ACM新生赛(同步赛) Posted on 2024-11-17 Edited on 2025-05-02 In ACM Word count in article: 2.2k Reading time ≈ 8 mins. 康复训练,晚上还有线下赛 https://ac.nowcoder.com/acm/contest/95118#question Read more »
从Landscape迁移到Next——记一次Hexo主题更换 Posted on 2024-11-16 Edited on 2025-05-02 In Logs , Hexo , Hexo , Next , Next Word count in article: 1.2k Reading time ≈ 4 mins. 深色模式 本地化默认 cdn 资源 百度统计 LaTex 支持 LaTex SSR(Server Side Rendering) Read more »
生成排列、组合(无重复集合) Posted on 2024-11-10 Edited on 2025-05-02 In Algorithms , Discrete mathematics , Counting Word count in article: 269 Reading time ≈ 1 mins. 顺便复习一下离散数学,下周 Quiz… Read more »
Steam游戏桌面图标空白 Posted on 2024-11-09 Edited on 2025-05-02 In Trouble shooting , Steam Word count in article: 563 Reading time ≈ 2 mins. 记一次解决 Steam 游戏桌面图标空白的问题 问题解决方案大致清晰 来源仍不确定 Read more »
[新]Node在Ubuntu 22.04 LTS上的安装与配置 Posted on 2024-11-07 Edited on 2025-05-02 In Linux , Node Word count in article: 368 Reading time ≈ 1 mins. 新服务器上的 Node 安装 以及 yarn 和 pm2 的安装 Read more »
[New]Node installation and configuration on linux-Ubuntu-22.04-LTS Posted on 2024-11-07 Edited on 2025-05-10 In Linux , Node Word count in article: 234 Reading time ≈ 1 mins. A log for simple Node installation on the new server. with yarn and pm2 Read more »
OI-templates Posted on 2024-11-07 Edited on 2025-05-16 In ACM , Trick Word count in article: 26 Reading time ≈ 1 mins. Some templates/snippets with vscode snippets configuration in JSON form. fast read / fast write Read more »
LaTeX Posted on 2024-11-05 Edited on 2025-05-02 In LaTeX , Syntax Word count in article: 354 Reading time ≈ 1 mins. 记录一下 latex 语法 Read more »
区间合并 - Interval Merging Posted on 2024-11-03 Edited on 2025-05-02 In Algorithms , Interval Merging , LeetCode Word count in article: 38 Reading time ≈ 1 mins. 做中国地质大学(武汉)2024 年新生赛(同步赛)- J 题时遇到合并重复区间,遂记录 Read more »
中国地质大学(武汉)2024年新生赛(同步赛) Posted on 2024-11-03 Edited on 2025-05-02 In ACM Word count in article: 2.7k Reading time ≈ 10 mins. 神志不清 DP 是不会的 数学题也是不会写的 https://ac.nowcoder.com/acm/contest/93515 Read more »
关于建站 Posted on 2024-10-31 Edited on 2025-05-02 In Logs , iy88.site Word count in article: 896 Reading time ≈ 3 mins. 谨以此记录一下一个鸽了 4 年的 idea 以及一次 ICP 和公安网备的过程 Read more »
NBUACM-BeginnerRound10.26 Posted on 2024-10-27 Edited on 2025-05-02 In ACM Word count in article: 765 Reading time ≈ 3 mins. 啥也不会,随便打打 T_T https://ac.nowcoder.com/acm/contest/94184 Read more »
NBUACM2024 Posted on 2024-10-26 Edited on 2025-05-02 In ACM Word count in article: 3.1k Reading time ≈ 11 mins. 第一场 AK 的比赛也是在此记录一下 https://ac.nowcoder.com/acm/contest/93790 Read more »
centos7.4-ssh配置与使用 Posted on 2020-07-12 Edited on 2025-05-02 In Linux , SSH Word count in article: 245 Reading time ≈ 1 mins. Warning: out of date ssh简介 Secure Shell(安全外壳协议,简称SSH)是一种加密的网络传输协议 可在不安全的网络中为网络服务提供安全的传输环境 SSH最常见的用途是远程登录系统,人们通常利用SSH来传输命令行界面和远程执行命令。 … Read more »