摘要: 虚拟机 阅读全文
posted @ 2022-08-18 13:10 InsiApple 阅读(75) 评论(0) 推荐(0) 编辑
摘要: git 阅读全文
posted @ 2022-08-12 10:26 InsiApple 阅读(55) 评论(0) 推荐(0) 编辑
摘要: c++ 阅读全文
posted @ 2022-08-10 16:01 InsiApple 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 算法简单版子 阅读全文
posted @ 2022-07-14 17:42 InsiApple 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 深度学习 阅读全文
posted @ 2022-07-04 11:05 InsiApple 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 安装 二选一(ubuntu) curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun curl -sSL https://get.daocloud.io/docker | sh // 卸载旧版本 sudo apt-get 阅读全文
posted @ 2022-06-02 14:21 InsiApple 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 定义 Binary Search Tree + Heap 用在红黑树、B+树,AVL,Splay等地方 保证在O(logn)内的查询 普通Treap方法类 插入数值 x。 删除数值 x(若有多个相同的数,应只删除一个)。 查询数值 x 的排名(若有多个相同的数,应输出最小的排名)。 查询排名为 x 阅读全文
posted @ 2022-06-01 00:29 InsiApple 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 本地cmd执行生成公钥 ssh-keygen -t rsa 到用户地址下找到id_rsa.pub传到云端root/.ssh/ 云端root/.ssh/下并执行以下命令 # 将该文件内容追加到 authorized_keys 文件后 cat id_rsa.pub >> ~/.ssh/authorize 阅读全文
posted @ 2022-05-27 20:45 InsiApple 阅读(118) 评论(0) 推荐(0) 编辑
摘要: i 阅读全文
posted @ 2022-05-10 11:28 InsiApple 阅读(17) 评论(0) 推荐(0) 编辑
摘要: Linux多进程开发 阅读全文
posted @ 2022-05-02 19:56 InsiApple 阅读(50) 评论(0) 推荐(0) 编辑