2021年01月的文章 第2页
admin 发布于 2021-01-09
1. Introduction Not so long ago I had the following issue: The following packages have unmet dependencies. libc6-dev : Breaks : libgcc-9-dev...
阅读(847)赞 (1)标签:libc6-dev / libgcc-9-dev / linux package问题 / linux包问题 / linux常用命令 / package版本问题
admin 发布于 2021-01-09
![]()
linux一键中文脚本源码 使用脚本教程 wget -N --no-check-certificate https://raw.githubusercontent.com/lvwuwei/LocaleCN/master/LocaleCN.sh && bash Lo...
阅读(1193)赞 (1)标签:linux中文 / linux中文脚本 / linux中文设置 / linux常用命令 / linux教程 / linux脚本
admin 发布于 2021-01-08
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
???? BOMBERs ???? ???/?????/????????/Twitter ??????? ℂ?????????. ♡ : Working : Not- Working (Or need some modifications) : Others (pendin...
阅读(1362)赞 (1)标签:pyhton黑客 / python实例 / python短信炸弹 / python短信轰炸 / python黑客工具
admin 发布于 2021-01-07
![]()
Enabling Google Cloud Shell “boost” mode via gcloud cli 我使用这个出色的答案https://stackoverflow.com/a/49515502/10690958中提到的方法,通过ubuntu工作站上的ssh连接到Goo...
阅读(1304)赞 (0)标签:google / google cloud shell / google shell / googleshell / google服务器 / linux常用命令
admin 发布于 2021-01-06
![]()
echo “nihao” >> /root/guo/txt 把你好添加追加写入到txt中 替换写入echo “nihao” > /root/guo/txt sed是一个很好的文件处理工具,本身是一个管道命令,主要...
阅读(982)赞 (1)标签:echo / linux命令 / linux脚本 / linux脚本命令 / sed
admin 发布于 2021-01-05
![]()
最近在做一个口罩识别的应用,需要很多戴口罩的人的图片作为数据训练模型,因公司没有提供数据,只能我们自己用python爬虫爬取各主流网站的戴口罩的图片,我们主要爬取了必应、360、搜狗的图片(百度的有点杂,不如这三家个),代码如下(仅供学习参考): 必应搜索 from bs4 im...
阅读(1080)赞 (1)标签:python / python基础教程 / python实例 / python爬取图片 / python爬虫
admin 发布于 2021-01-05
![]()
python爬虫爬取百度上的图片,按特定关键词实现主题爬虫 文章 实现关键字爬取百度图片,并保存 代码与分析 自己做的任务,方便保存可以随时回来看作为一个笔记。 python 爬虫的方法有很多种 在这里插入代码片 # _*_ coding:utf-8 ...
阅读(1073)赞 (2)标签:python / python关键词爬取百度图片 / python基础教程 / python实例 / python爬取图片 / python爬取百度图片 / python爬虫
admin 发布于 2021-01-05
![]()
Hello, world! We introduce the Taichi programming language through a very basic fractal example. Running the Taichi code below (python3 frac...
阅读(944)赞 (1)标签:python / python taichi / python基础教程 / python库 / taichi / taichi库
admin 发布于 2021-01-02
![]()
A Python library to automate Tor Browser with Selenium. Installation Step 1: Install Tor Browser Selenium Package. pip install tbselenium St...
阅读(1267)赞 (1)标签:python / python tor selenium / python基础教程 / selenium / tor browser
admin 发布于 2021-01-02
![]()
Tmux 是一个终端复用器(terminal multiplexer),非常有用,属于常用的开发工具。 本文介绍如何使用 Tmux。 一、Tmux 是什么? 1.1 会话与进程 命令行的典型使用方式是,打开一个终端窗口(terminal window,以下简称”窗口&...
阅读(1154)赞 (1)标签:linux常用命令 / tmux / Tmux使用教程 / tmux教程