摘要: 1.在ubuntu的可视版本中安葬输入法要主要 在拼音下的英文模式 是有问题的比如在vi编辑里是不能使用的 2.Python文件运行时报TabError: inconsistent use of tabs and spaces in indentation 原因:说明Python文件中混有Tab和S 阅读全文
posted @ 2018-11-28 17:04 Gaoyongxian666 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 1.代理服务器 2.激活马激活 需要修改host https://blog.csdn.net/u014044812/article/details/78727496 阅读全文
posted @ 2018-11-28 16:15 Gaoyongxian666 阅读(133) 评论(0) 推荐(0) 编辑
摘要: profile 和 bashrc profile只在登陆的时候使用一次(当我们使用远程登陆上),而bashrc在每次新打开一个bash的时候都会执行(相当于path环境(登陆上了每次打开终端)) profile里面是环境,而bashrc里面是要执行的命令。 /etc/profile,/etc/bas 阅读全文
posted @ 2018-11-28 16:04 Gaoyongxian666 阅读(607) 评论(0) 推荐(0) 编辑
摘要: 单进程多线程的 多线程用来并发,各个线程之间不会阻塞,每个线程对应一个连接 阅读全文
posted @ 2018-11-28 11:46 Gaoyongxian666 阅读(891) 评论(0) 推荐(0) 编辑
摘要: last指令 重新登录使用last指令查看登录情况 pts的理解 who:查看目前有谁在线 pts是所谓的伪终端或虚拟终端,具体表现就是你打开一个终端,这个终端就叫pts/0,如果你再打开一个终端,这个新的终端就叫pts /1。 守护进程 比如我们使用 ps -ef | grep nginx 里面有 阅读全文
posted @ 2018-11-28 11:44 Gaoyongxian666 阅读(1569) 评论(0) 推荐(1) 编辑