Go for it
01
10
10
08_linux_shell 08_linux_shell
tutorialshttps://www.tecmint.com/linux-dir-command-usage-with-examples/ shell& 符号(非阻塞运行,后台运行) 手动 ctrl+z fg <=>
2023-01-10
09
07_bugs 07_bugs
CUDARuntimeError: CUDA error: CUBLAS_STATUS_NOT_INITIALIZED when calling cublasCreate(handle)显存不够了 类似out of memory OMP
2023-01-09
09
06_client_server 06_client_server
1 本地服务地ssh linux 下开通 ssh https://www.jianshu.com/p/c7bdb0647c6b 默认是关闭的 2 linux配置calsh代理​ https://zhuanlan.zhihu.c
2023-01-09
09
05_tools 05_tools
ffmpeghttps://nicehuster.github.io/2020/03/26/ffmpeg/ https://blog.51cto.com/fengyuzaitu/2801172 installation https://c
2023-01-09
09
04_cpp 04_cpp
c++ 进阶http://c.biancheng.net/cplus/c2cpp/ 多线程与多进程 Cxx数据类型 ​ char *a = "string"; char a[] =
2023-01-09
09
03_cmake_gdb 03_cmake_gdb
g++编译添加路径 cmake debug # step 1 在CMakeLists.txt中添加下列3行即可 或者 运行cmake .. -DCMAKE_BUILD_TYPE=Debug SET(CMAKE_BUILD_TYPE "D
2023-01-09
09
02_docker 02_docker
docker cmdlines# 1个镜像可以开启多个容器 # 容器开启 sudo docker ps # 查看所有运行的容器 sudo docker ps -a # 查看所有容器 sudo docker start/stop CONTAI
2023-01-09
09
01_github_gitlab 01_github_gitlab
Commands# linux输入ssh-keygen 得到公钥,找到路径将.pub内容复制到gitlab里面就可以了 # step 1 pull仓库文件夹 mkdir gitlab_project cd gitlab_project
2023-01-09