10 2021 档案

摘要:Ubuntu 添加删除用户 为了能够创建和删除用户,您需要以root身份或具有sudo权限的用户身份登录。 可以通过两种方式在Ubuntu中创建新的用户帐户: 从命令行 通过GUI 从命令行添加新用户 useradd是一个用于添加用户的最普遍命令(所有发行版都支持),而adduser 是userad 阅读全文
posted @ 2021-10-25 21:06 michaelchengjl 阅读(1675) 评论(0) 推荐(0) 编辑
摘要:VSCODE 设置护眼颜色 下载主题 打开VS code选择’文件’‘→’首选项’→’颜色主题’:在弹出来的输入框输入Atom One Light Theme,后下载并安装该主题,安装后重启vscode。 注意:这一步是已经在扩展中安装过这个Atom One Light Theme主题,如果发现还未 阅读全文
posted @ 2021-10-20 19:14 michaelchengjl 阅读(2045) 评论(0) 推荐(1) 编辑
摘要:Python3报错:ModuleNotFoundError: No module named '_bz2' 系统信息 系统:Ubuntu1804 LTS python版本:python3.7 报错信息 from _bz2 import BZ2Compressor, BZ2Decompressor M 阅读全文
posted @ 2021-10-20 17:27 michaelchengjl 阅读(4700) 评论(0) 推荐(0) 编辑
摘要:机器学习博客网站 https://datawhalechina.github.io/leeml-notes/#/chapter18/chapter18 https://www.cnblogs.com/pinard/p/10750718.html https://blog.csdn.net/livan 阅读全文
posted @ 2021-10-19 17:31 michaelchengjl 阅读(31) 评论(0) 推荐(0) 编辑
摘要:《Linux内核设计与实现》 读书笔记(4)--进程的调度 ###主要内容: 什么是调度 调度实现原理 Linux上调度实现的方法 调度相关的系统调用 1. 什么是调度 现在的操作系统都是多任务的,为了能让更多的任务能同时在系统上更好的运行,需要一个管理程序来管理计算机上同时运行的各个任务(也就是进 阅读全文
posted @ 2021-10-17 21:13 michaelchengjl 阅读(115) 评论(0) 推荐(0) 编辑
摘要:k8s 简单入门 https://kuboard.cn/learning/ https://www.jianshu.com/p/8d60ce1587e1 https://www.jianshu.com/p/116ce601a60f https://www.kubernetes.org.cn/cour 阅读全文
posted @ 2021-10-17 16:54 michaelchengjl 阅读(61) 评论(0) 推荐(0) 编辑
摘要:docker 简单入门 https://kaybee.blog.csdn.net/article/details/113784424 https://www.cnblogs.com/ityouknow/p/8520296.html https://www.cnblogs.com/sammyliu/p 阅读全文
posted @ 2021-10-17 16:48 michaelchengjl 阅读(34) 评论(0) 推荐(0) 编辑
摘要:Python3 教程 https://cs.pynote.net/sf/python/ https://amontalenti.com/python-training https://www.w3cschool.cn/python3/python3-thz7323h.html https://doc 阅读全文
posted @ 2021-10-15 18:58 michaelchengjl 阅读(70) 评论(0) 推荐(0) 编辑
摘要:.toml 文件简介 http://php-note.com/article/475.html 阅读全文
posted @ 2021-10-09 13:51 michaelchengjl 阅读(224) 评论(0) 推荐(0) 编辑
摘要:编码规范 Linux kernel coding style Linux kernel coding style 阅读全文
posted @ 2021-10-06 10:18 michaelchengjl 阅读(20) 评论(0) 推荐(0) 编辑