摘要: git config --global user.name "你的名字或昵称" git config --global user.email "你的邮箱" 阅读全文
posted @ 2023-05-04 10:57 learn_to_death 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 安装sudo apt upgradesudo apt install openssh-server -ysudo systemctl status ssh #查看状态sudo ufw allow ssh #如果开了防火墙 使用该语句连接:ssh 用户名@ip 给ip取别名 编辑 /etc/hosts 阅读全文
posted @ 2023-05-04 10:42 learn_to_death 阅读(42) 评论(0) 推荐(0) 编辑
摘要: WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. mkdir -p ~/.pip vim ~/.pip/pip.conf 阅读全文
posted @ 2023-03-21 11:31 learn_to_death 阅读(16) 评论(0) 推荐(0) 编辑
摘要: /etc/apt/sources.list sudo apt-get update sudo apt-get upgrade 中科大源 deb https://mirrors.ustc.edu.cn/ubuntu/ focal main restricted universe multiverse 阅读全文
posted @ 2023-03-20 12:14 learn_to_death 阅读(37) 评论(0) 推荐(0) 编辑
摘要: 转自:https://askubuntu.com/questions/1348145/gnome-control-center-symbol-lookup-error-lib-x86-64-linux-gnu-libgstvideo-1-0 【I finally found it. GStremer 阅读全文
posted @ 2023-03-15 11:03 learn_to_death 阅读(76) 评论(0) 推荐(0) 编辑
摘要: (1)栈(stack):由编译器进行管理,自动分配和释放,存放函数调用过程中的各种参数、局部变量、返回值以及函数返回地址。操作方式类似数据结构中的栈。 (2)堆(heap):用于程序动态申请分配和释放空间。C语言中的malloc和free,C++中的new和delete均是在堆中进行的。正常情况下, 阅读全文
posted @ 2022-11-25 16:53 learn_to_death 阅读(18) 评论(0) 推荐(0) 编辑
摘要: Linux grep 命令用于查找文件里符合条件的字符串。 grep 指令用于查找内容包含指定的范本样式的文件,如果发现某文件的内容符合所指定的范本样式,预设 grep 指令会把含有范本样式的那一列显示出来。若不指定任何文件名称,或是所给予的文件名为 -,则 grep 指令会从标准输入设备读取数据。 阅读全文
posted @ 2022-11-25 11:51 learn_to_death 阅读(115) 评论(0) 推荐(0) 编辑
摘要: find 是 Linux 中强大的搜索命令,不仅可以按照文件名搜索文件,还可以按照权限、大小、时间、inode 号等来搜索文件。但是 find 命令是直接在硬盘中进行搜索的,如果指定的搜索范围过大,find命令就会消耗较大的系统资源,导致服务器压力过大。所以,在使用 find 命令搜索时,不要指定过 阅读全文
posted @ 2022-11-25 11:50 learn_to_death 阅读(169) 评论(0) 推荐(0) 编辑
摘要: ZF3R0-FHED2-M80TY-8QYGC-NPKYF YF390-0HF8P-M81RQ-2DXQE-M2UT6 ZF71R-DMX85-08DQY-8YMNC-PPHV8 FA1M0-89YE3-081TQ-AFNX9-NKUC0 阅读全文
posted @ 2022-11-24 09:05 learn_to_death 阅读(6596) 评论(0) 推荐(1) 编辑
摘要: 转自:https://www.cnblogs.com/vonly/p/13853169.html #### 大括号三种基本风格: ## attach:大括号前一个与上一行在同一行(java)## break:大括号与前一块隔开为两行 (allman,bsd)## linux:大括号在class,na 阅读全文
posted @ 2022-11-21 12:22 learn_to_death 阅读(339) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示