ai
-
linux中systemctl详细理解及常用命令
linux中systemctl详细理解及常用命令 https://blog.csdn.net/skh2015java/article/details/94012643[详细]
2020-07-21 15:45 分类:Linux linux系统&自动清理日志实现脚本
文章来源:https://blog.csdn.net/lakelise/article/details/93711932 编写清理脚本,添加到定时任务中:创建可执行文件cd /hometouch clear_log.sh赋予可执行权限chmod +x clear_log.sh编写脚本内容vi clear_log.s[详细]
2020-07-21 15:32 分类:LinuxTram POJ - 1847 最短路,Dijktra算法,单向图
Tram network in Zagreb consists of a number of intersections and rails connecting some of them. In every intersection there is a switch pointing to the one of the rails going out of the intersection.[详细]
2020-07-21 14:10 分类:路由交换linux通过expect实现脚本自动交互
1、安装步骤 ①首先,准备好所需的两个安装包 tcl8.4.13-src.tar.gz(链接:https://pan.baidu.com/s/1yTFtr1zZbYkBnIenm-HWGg ,提取码:h8ed )[详细]
2020-07-21 13:34 分类:Linux-
:Anaconda3(0)
https://blog.csdn.net/u012005313/article/details/82347817 主要内容: 查看环境列表[详细]
2020-07-21 13:09 分类:Python 2019 ICPC上海网络赛 G. Substring 哈希+尺取法+unordered_map
题目链接:https://nanti.jisuanke.com/t/41415 赛后补题。 参考博客:https://blog.csdn.net/bjfu170203101/article/details/100889468 题意:给出一个主串(假设长度为m),再给出n个模式串,对于每一个模式串,如果在主串中有一个子串...[详细]
2020-07-21 12:29 分类:路由交换-
Python的sys.argv用法
import sys a = sys.argv[:] print(\"输入的参数为:\", a) def train_start(start_time, end_time, select_equipment):[详细]
2020-07-21 11:55 分类:Python airflow 待测试
#coding=utf-8 from datetime import datetime, timedelta from airflow import DAG from airflow.operators.python_operator import PythonOperator[详细]
2020-07-21 11:22 分类:Python-
linux磁盘阵列raid 5的搭建教程
一、RAID磁盘阵列介绍 RAID是英文Redundant Array of Independent Disks的缩写,中文简称为独立冗余磁盘阵列。RAID是把多块独立的物理硬盘按不同的方式组合起来形成一个硬盘组(逻辑硬盘),从而提供比单个硬盘更高[详细]
2020-07-21 10:51 分类:Linux