Tags

Do one thing and do it best!
Ubuntu OS

Series Article of UbuntuOS -- 31

根目录忽然空间不足问题解决记录


Series Article of Git -- 02

github hosts 加速


Series Article of Deep Learning -- 07

conda 和 pip 换清华源


Series Article of Deep Learning -- 06

Ubuntu1804卸载CUDA


Series Article of Deep Learning -- 05

Ubuntu1804安装NVIDIA显卡驱动


Series Article of Deep Learning -- 04

Pytorch训练意外停止显存不释放


Series Article of UbuntuOS -- 30

cp 复制大量文件报错 Argument list too long


Series Article of UbuntuOS -- 29

Linux多线程压缩软件pigz


Series Article of UbuntuOS -- 28

挂载硬盘路径软连接到 home


Series Article of UbuntuOS -- 27

cuDNNv8 强烈建议 deb 方法安装


Series Article of Jetson -- 02

Jetson Nano 使用实录02 -- 编译有 cuda 支持的 OpenCV4.5


Series Article of UbuntuOS -- 26

Ubuntu apt 下载报错先尝试换源更新


Series Article of UbuntuOS -- 25

Ubuntu 挂载外部存储设备相关问题


Series Article of UbuntuOS -- 24

Ubuntu 网络问题万金油


Series Article of Jetson -- 01

Jetson Nano 使用实录01 -- Linux 编译 protobuf


Series Article of UbuntuOS -- 23

Linux 下 fatal error: opencv2/opencv.hpp: 没有那个文件或目录


Series Article of UbuntuOS -- 22

压缩/解压缩 tar.xz 文件


Series Article of UbuntuOS -- 21

linux 编译 opencv/C++


Series Article of UbuntuOS -- 20

修改 DNS 与 hosts,解决 github 无法访问


Series Article of UbuntuOS -- 19

linux g++开启C++11/14/17/20支持


Series Article of UbuntuOS -- 18

crontab 定时启动和杀死任务


Series Article of UbuntuOS -- 17

使用/proc/pid挂载的方式隐藏进程


Series Article of UbuntuOS -- 16

apt-get 被删除的解决方案


Series Article of UbuntuOS -- 15

由于没有公钥,无法验证下列签名***及其他常见 apt 问题的解决方案


Series Article of UbuntuOS -- 14

修改/etc/sudoers权限导致无法使用sudo的问题


Series Article of UbuntuOS -- 13

无法获得锁/var/lib/dpkg/lock-frontend-open(11:资源暂时不可用)


Series Article of UbuntuOS -- 12

查看指定用户所有历史操作


Series Article of UbuntuOS -- 11

查看系统当前登录用户信息的方法


Series Article of UbuntuOS -- 10

用户增删查看及 sudo 权限赋予


Series Article of UbuntuOS -- 09

grep 文本搜索和 sed 文本替换


Series Article of UbuntuOS -- 08

文件描述符、管道和重定向


Series Article of UbuntuOS -- 07

vim 中的查找和替换


Series Article of UbuntuOS -- 06

vim 中的分栏显示


Series Article of UbuntuOS -- 05

linux中正则表达的一点儿小知识


Series Article of UbuntuOS -- 04

一些常用的有用的linux命令


Series Articles of Ubuntu OS usage -- 02

OS kernel & NVIDIA-SMI/CUDA, Jupyter & Anaconda, LaTeX & TexStudio


Series Articles of Ubuntu OS usage -- 03

Ubuntu16.04LTS下teamviewer14反馈商业用途的解决办法


Series Articles of Ubuntu OS usage -- 01

如何安装源码opencv


c++

Python 与 Linux/C++ 进行 SOCKET 通信的注意事项

redis


Series Article of cpp -- 31

C++11 中的 lambda 表达式


Series Article of cpp -- 27

CMake 基本使用


Series Article of cpp -- 26

how to convert from int to char*?


Series Article of cpp -- 25

二维 vector 排序 / sort 排序库函数使用自定义排序规则


Series Article of cpp -- 24

vector 中的 resize 和 reverse


Series Article of cpp -- 23

异常处理与函数调用


Series Article of cpp -- 22

多线程与锁


Series Article of cpp -- 21

引用,指针,智能指针


Series Article of cpp -- 20

unordered 无序容器和常规容器的区别


Series Article of cpp -- 19

memset只能赋值为0或-1


Series Article of cpp -- 18

C++参数传递,数组引用传递,保护数组退化为指针


Series Article of cpp -- 17

for 循环里不要添加非截止条件的判断语句


Series Article of cpp -- 16

string 访问和添加元素


Series Article of cpp -- 15

find(pos1, pos2, elem)查找不到恒返回 end


Series Article of cpp -- 14

std::exchange


Series Article of cpp -- 13

双端队列 deque


Series Article of cpp -- 12

Whats the most efficient way to erase duplicates and sort a vector


Series Article of cpp -- 11

C++ 退出多层for循环


Series Article of cpp -- 10

不建议使用"bits/stdc++.h"


Series Article of cpp -- 09

How to sum up elements of a C++ vector?


Series Article of cpp -- 08

使用 printf() 打印字符串时建议 .c_str() 转为 C-String


Series Article of cpp -- 07

使用 bitset 容器实现整型数和二进制数之间的转换


Series Article of cpp -- 06

How to find out if an item is present in a std::vector?


Series Article of cpp -- 05

建议使用 emplace 代替 insert


Series Article of cpp -- 04

uint8_t / uint16_t / uint32_t /uint64_t 是什么数据类型


Series Article of cpp -- 03

linux下C/C++位操作的轮子:gcc/g++ 中的 __builtin_xx 系列内建函数


Series Article of cpp -- 02

next_permutation 需要是有序数组


Series Article of cpp -- 01

三目运算符*内部*完成赋值操作需要转 void


Series Article of UbuntuOS -- 21

linux 编译 opencv/C++


Algorithm

Code Top -- 16 滑动窗口最大值

单调队列几乎唯一的应用场景


Code Top -- 15 复原 IP 地址

DFS 暴搜,注意条件


Code Top -- 14 颠倒字符串中的单词

原地O(1),整体和单词两次翻转


Code Top -- 13 二叉树前序遍历迭代法

维护一个先右后左栈


Code Top -- 12 下一个排列

全文背诵


Code Top -- 11 括号生成

全文背诵


Code Top -- 10 链表排序

迭代归并,O(nlogn) + O(1)


Code Top -- 09 第一个缺失的正整数

第一个缺失的正整数


Code Top -- 08 寻找旋转排序数组中的最小值 II

寻找旋转排序数组中的最小值 II


Series Article of Algorithm and Data Structure -- 08

全排列问题中的递归回溯思想


Series Article of Algorithm and Data Structure -- 07

理解二分本质及代码


Code Top -- 07 最大子数组和

最大子数组和


Code Top -- 06 三数之和

三数之和


Code Top -- 05 K 个一组翻转链表

25. K 个一组翻转链表


Code Top -- 04 数组中的第K个最大元素

数组中的第K个最大元素


Code Top -- 03 LRU缓存机制

LRU缓存机制


Code Top -- 02 无重复字符的最长子串

无重复字符的最长子串


Code Top -- 01 反转链表

反转链表


Series Article of Algorithm and Data Structure -- 06

堆排序


Series Article of Algorithm and Data Structure -- 05

KMP 算法 (背过即可)


Series Article of Algorithm and Data Structure -- 04

单调栈和单调队列


Series Article of Algorithm and Data Structure -- 03

静态链表


Series Article of Algorithm and Data Structure -- 02

快排和归并


Series Article of Algorithm and Data Structure -- 01

差分