搜索结果
查询Tags标签: commands,共有 39条记录-
Redis场景应用之UA池
接触到的一些数据搜索项目,涉及到请求模拟,基于反爬需要使用随机的User Agent,于是使用Redis实现了一个十分简易的UA池。 背景 最近的一个需求,有模拟请求的逻辑,要求每次请求的请求头中的User Agent要满足下面几点:每次获取的User Agent是随机的。 每次获取的User …
2021/12/4 2:16:55 人评论 次浏览 -
Python基础(一)
Python基础(一): 提示:python基础知识可以参考菜鸟教程,很详细~https://www.runoob.com/python/python-tutorial.html本章列举出通过调用Linux shell命令的常用方法 Commands模块: 支持通过python调用shell命令,只适用于linux,python3.0之后该模块被subprocess模…
2021/11/24 17:10:24 人评论 次浏览 -
Python基础(一)
Python基础(一): 提示:python基础知识可以参考菜鸟教程,很详细~https://www.runoob.com/python/python-tutorial.html本章列举出通过调用Linux shell命令的常用方法 Commands模块: 支持通过python调用shell命令,只适用于linux,python3.0之后该模块被subprocess模…
2021/11/24 17:10:24 人评论 次浏览 -
Linux common Commands
一、帮助命令 --help命令shutdown --help:ifconfig --help:查看网卡信息man命令(命令说明书) man shutdown注意:man shutdown打开命令说明书之后,使用按键q退出二、关机和重启 关机shutdown -h now # 立刻关机shutdown -h 5 #5分钟后关机poweroff …
2021/10/26 7:12:42 人评论 次浏览 -
Linux common Commands
一、帮助命令 --help命令shutdown --help:ifconfig --help:查看网卡信息man命令(命令说明书) man shutdown注意:man shutdown打开命令说明书之后,使用按键q退出二、关机和重启 关机shutdown -h now # 立刻关机shutdown -h 5 #5分钟后关机poweroff …
2021/10/26 7:12:42 人评论 次浏览 -
服务器实时监控平台Telegraf+InfluxDB+Grafana
本篇主要讲解在CentOS环境下进行搭建部署 1、InfluxDB InfluxDB是用Go语言编写的一个开源分布式时序、事件和指标数据库,无需外部依赖。 类似的数据库有Elasticsearch、Graphite等。 下载地址: https://portal.influxdata.com/downloads/ 1.1、安装 wget https://dl.inf…
2021/10/22 23:10:56 人评论 次浏览 -
服务器实时监控平台Telegraf+InfluxDB+Grafana
本篇主要讲解在CentOS环境下进行搭建部署 1、InfluxDB InfluxDB是用Go语言编写的一个开源分布式时序、事件和指标数据库,无需外部依赖。 类似的数据库有Elasticsearch、Graphite等。 下载地址: https://portal.influxdata.com/downloads/ 1.1、安装 wget https://dl.inf…
2021/10/22 23:10:56 人评论 次浏览 -
redis异常 Commands that may modify the data set are disabled, because this instance is
项目场景: 使用redis存储验证码 问题描述:BUG:本来以为是一个安稳的国庆节,没想到部署的项目还是出了问题 原始的异常代码: Error in execution nested exception is lettuce core. Rediscommandexecutionexception MISCONF Redis is configured to save RDB snapsh…
2021/10/6 2:12:28 人评论 次浏览 -
redis异常 Commands that may modify the data set are disabled, because this instance is
项目场景: 使用redis存储验证码 问题描述:BUG:本来以为是一个安稳的国庆节,没想到部署的项目还是出了问题 原始的异常代码: Error in execution nested exception is lettuce core. Rediscommandexecutionexception MISCONF Redis is configured to save RDB snapsh…
2021/10/6 2:12:28 人评论 次浏览 -
ICS 53, Spring 2021 Assignment 2: A Simple Shell
源码下载 链接:https://pan.baidu.com/s/16I6lBX1XOTNhfP5a5IUPiQ 提取码:1111 ICS 53, Spring 2021 Assignment 2: A Simple Shell A shell is a program which allows a user to send commands to the operating system (OS), and allows the OS to respond to the us…
2021/9/29 7:10:47 人评论 次浏览 -
ICS 53, Spring 2021 Assignment 2: A Simple Shell
源码下载 链接:https://pan.baidu.com/s/16I6lBX1XOTNhfP5a5IUPiQ 提取码:1111 ICS 53, Spring 2021 Assignment 2: A Simple Shell A shell is a program which allows a user to send commands to the operating system (OS), and allows the OS to respond to the us…
2021/9/29 7:10:47 人评论 次浏览 -
ICS 53, Spring 2021 Assignment 2: A Simple Shell
源码下载 链接:https://pan.baidu.com/s/16I6lBX1XOTNhfP5a5IUPiQ 提取码:1111 ICS 53, Spring 2021 Assignment 2: A Simple Shell A shell is a program which allows a user to send commands to the operating system (OS), and allows the OS to respond to the us…
2021/9/29 7:10:47 人评论 次浏览 -
ICS 53, Spring 2021 Assignment 2: A Simple Shell
源码下载 链接:https://pan.baidu.com/s/16I6lBX1XOTNhfP5a5IUPiQ 提取码:1111 ICS 53, Spring 2021 Assignment 2: A Simple Shell A shell is a program which allows a user to send commands to the operating system (OS), and allows the OS to respond to the us…
2021/9/29 7:10:47 人评论 次浏览 -
shell 2 结构块语句
结构话语句结构化语句块 条件结构块语句bash shell的if语句会运行if后面的那个命令。如果该命令的退出状态是0(该命令运行成功)(https://www.cnblogs.com/liveforlearn/p/15257646.html 退出状态);位于then部分的命令就会被执行。该命令的退出状态如果是其他值,then部…
2021/9/13 7:07:12 人评论 次浏览 -
shell 2 结构块语句
结构话语句结构化语句块 条件结构块语句bash shell的if语句会运行if后面的那个命令。如果该命令的退出状态是0(该命令运行成功)(https://www.cnblogs.com/liveforlearn/p/15257646.html 退出状态);位于then部分的命令就会被执行。该命令的退出状态如果是其他值,then部…
2021/9/13 7:07:12 人评论 次浏览