上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 117 下一页
该文被密码保护。 阅读全文
posted @ 2021-11-27 08:54 叕叒双又 阅读(326) 评论(0) 推荐(0) 编辑
摘要: 如遇火警 git commit git put 跑路(run for your ass) 网络好还行,否则就是谋财害命啊,哈哈哈哈 阅读全文
posted @ 2021-11-26 20:50 叕叒双又 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 为了学习web服务器的搭建,主要步骤如下: 1、安装软件: sudo apt update //更新软件源 sudo apt upgrade //更新软件 sudo apt install apache2 //安装apache2软件包 2、配置web服务器,主要涉及两个文件的配置/etc/apach 阅读全文
posted @ 2021-11-26 17:23 叕叒双又 阅读(1522) 评论(0) 推荐(0) 编辑
摘要: 酷炫的效果linux命令 1. cmatrix命令 首先在Linux终端中执行以下命令,安装cmatrix命令 sudo apt-get install cmatrix 接下来就是见证奇迹的时刻: 、 2. sl命令 运行结果是一辆呼啸而过的火车,安装命令如下: sudo apt-get insta 阅读全文
posted @ 2021-11-20 20:14 叕叒双又 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 看图就是0和NULL 阅读全文
posted @ 2021-11-20 09:44 叕叒双又 阅读(69) 评论(0) 推荐(0) 编辑
摘要: 为了学习ftp服务器的搭建,主要步骤如下: 1、安装软件: sudo apt update //更新软件源 sudo apt upgrade //更新软件 sudo apt install vsftpd //安装ftp软件包 2、配置ftp,主要涉及两个文件的配置/etc/ftpusers和/etc 阅读全文
posted @ 2021-11-19 10:46 叕叒双又 阅读(426) 评论(0) 推荐(0) 编辑
摘要: 7 个好玩的 Linux 命令-Linuxeden开源社区 sudo apt install sysvbanner sudo apt install figlet espeak sudo apt install lolcat fortune 阅读全文
posted @ 2021-11-18 21:27 叕叒双又 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 首先:安装依赖包PIL pip install pillow pip3 install pillow 接着:安装tesseract pip install tesseract pip3 install tesseract 或者:安装pytesseract pip install pytesserac 阅读全文
posted @ 2021-11-07 09:53 叕叒双又 阅读(242) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/gghy/p/11916830.html 阅读全文
posted @ 2021-11-06 14:57 叕叒双又 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 不错:https://www.pianshen.com/article/1795876482/ 阅读全文
posted @ 2021-11-06 10:14 叕叒双又 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 走了那样远的路,吃了那么多的苦,熬过了许多日夜,成功离我依旧遥远。放弃or坚持,也许是要好好考虑下了。 阅读全文
posted @ 2021-10-31 22:13 叕叒双又 阅读(41) 评论(0) 推荐(0) 编辑
摘要: 一个国庆厂家,也许是为祖国母亲过生日时太高兴了,把win10下linux的子系统root密码忘记了,修改如下: 1 启动powershell命令行,输入命令: ubuntu1804.exe config --default-user root PS C:\Users\Administrator> u 阅读全文
posted @ 2021-10-14 08:47 叕叒双又 阅读(368) 评论(0) 推荐(1) 编辑
摘要: 原来gitee上的仓库是私有的,分享不够方便,特地创建了新的仓库ds2122,具体名称:https://gitee.com/guochaoxxl/ds2122.git 官方提示: 简易的命令行入门教程: Git 全局设置: git config --global user.name "guochao 阅读全文
posted @ 2021-09-30 15:15 叕叒双又 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 在稍微复杂点的项目中,都会有Makefile文件的, $@ 表示目标文件 $% 仅当目标是函数库文件中,表示规则中的目标成员名。例如,如果一个目标是“foo.a(bar.o)”,那么,“$%”就是“bar.o”,“$@”就是“foo.a”。如果目标不是函数库文件(Unix下是[.a],Windows 阅读全文
posted @ 2021-09-29 09:05 叕叒双又 阅读(239) 评论(0) 推荐(0) 编辑
摘要: 原文地址:https://www.cnblogs.com/jkin/p/13877679.html GDB查看栈信息 当程序因某种异常停止运行时,我们要做的就是找到程序停止的具体位置,分析导致程序停止的原因。对于 C、C++ 程序而言,异常往往出现在某个函数体内,例如 main() 主函数、调用的系 阅读全文
posted @ 2021-09-22 17:08 叕叒双又 阅读(1207) 评论(0) 推荐(0) 编辑
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 117 下一页