摘要: Quciksort Mergesort Insertionsort Bubblesort Selectionsort Shellsort Heapsort Countsort Radixsort Summary Quciksort void quick_sort(vector<int> &nums, 阅读全文
posted @ 2021-08-25 23:24 司空亦墨 阅读(49) 评论(0) 推荐(0) 编辑
摘要: Data structure alignment is the way data is arranged and accessed in computer memory. It consists of three separate but related issues: data alignment 阅读全文
posted @ 2021-08-25 23:22 司空亦墨 阅读(849) 评论(0) 推荐(0) 编辑
摘要: Source File List: mylib.c mylib.h test.c mkdir library and cd library mkdir lib include vim include/mylib.h #ifndef __MYLIB_H__ #define __MYLIB_H__ in 阅读全文
posted @ 2021-08-25 23:19 司空亦墨 阅读(16) 评论(0) 推荐(0) 编辑
摘要: The Top 20 Cpp Tips of All Time By Danny Kalev Code style, memory management, performance enhancement, object-oriented design, and STL. 作为一条准则:使用代替<io 阅读全文
posted @ 2021-08-25 23:14 司空亦墨 阅读(53) 评论(0) 推荐(0) 编辑
摘要: Vagrant Preliminary Virtulbox Installed Vagrant Installed Vagrant command Init vagrant init [name] /*eg. vagrant init ubuntu/trusty64*/ This step will 阅读全文
posted @ 2021-04-22 19:19 司空亦墨 阅读(51) 评论(0) 推荐(0) 编辑
摘要: Cheatsheet for qemu Debug Kernel Preparation, make sure you have already install these tools. Here, mine as follow: gdb 10.1-4 qemu 5.2.0-3 make 4.3-3 阅读全文
posted @ 2021-04-22 19:00 司空亦墨 阅读(142) 评论(0) 推荐(0) 编辑
摘要: Linux 常用命令整理 命令传值 arg=$(command) 返回目录 cd ..返回上层目录 cd 返回上次目录 内存占用 top 删除文件 1. 删除目录下n天前的文件 其中 find 用于筛选 访问时间(atime)、修改时间(mtime)、状态改动时间(ctime) +1 大于一天 也可 阅读全文
posted @ 2020-05-12 16:11 司空亦墨 阅读(242) 评论(0) 推荐(0) 编辑
摘要: 0x00 主流Linux操作系统 CentOS RedHat (付费订阅) ArchLinux Manjaro (衍生版) Elementory OS Debian Deepin(衍生版) Ubuntu(衍生版) Kali(衍生版) and on ... 0x01 主流桌面解决方案 KDE GONM 阅读全文
posted @ 2020-05-12 15:58 司空亦墨 阅读(200) 评论(0) 推荐(0) 编辑
摘要: Vivaldi浏览器 Vivaldi是Opera联合创始人、前CEO谭咏文(Jon von Tetzchner)2015年1月27日发布的一款浏览器,具有个性化的笔记功能,带有迷你屏幕截图的书签,以及拥有多个组群和文件夹选项的快速拨号功能。 高度自定义 ,整洁外观, 便捷使用。支持Windows 、 阅读全文
posted @ 2019-02-07 11:34 司空亦墨 阅读(5339) 评论(0) 推荐(0) 编辑
摘要: `Remote Service` 本文转自 VNC 安装 (适用Redhat 9.0 和 CentOS 7.0+) 目的 : VNC来实现远程我们的linux服务器 实验环境 : Red Hat Enterprise Linux Server release 7.6 (Maipo) cat /etc 阅读全文
posted @ 2019-01-29 13:28 司空亦墨 阅读(951) 评论(0) 推荐(0) 编辑