愿醉卧沙场可未有匹夫之勇。 第三周学记 第三周主要学习正则表达式和Shell编程 1.正则表达式基本字符 2.扩展正则表达式 3.grep,sed,awk文本处理工具使用 4.Shell脚本基本格式和构成 5.Shell基本逻辑 6.Shell算术运算 7、Shell条件判断 ...
分类:
系统相关 时间:
2020-04-06 00:04:54
阅读次数:
124
1 #include<stdio.h> 2 #include<string.h> 3 #define MAXN 1001 4 #define INF 0x3fffffff 5 int n,m,g[MAXN][MAXN],vis[MAXN],dist[MAXN]; 6 void read(); 7 i ...
分类:
其他好文 时间:
2020-04-05 20:51:13
阅读次数:
193
1 #include<stdio.h> 2 #include<string.h> 3 #define MAXN 502 4 #define INF 0x3fffffff 5 int n,m,s,d; 6 int g[MAXN][MAXN],vis[MAXN],weight[MAXN][MAXN],d ...
分类:
其他好文 时间:
2020-04-05 18:46:18
阅读次数:
103
RPM包安装方式 zabbix-server服务器端安装: 更近官网提供的epel源进行安装: 安装abbix-server: 1 # yum -y install zabbix zabbix-get zabbix-server zabbix-web-myslq zabbix-web zabbix- ...
分类:
其他好文 时间:
2020-04-04 22:25:45
阅读次数:
78
一、VIM编辑器介绍:文本编辑器:文本:纯文本。ASCIItext:unicode;文本编辑种类:行编辑器:sed全屏编辑器:nano,vivi:visualInterfacevim:VIImptrovedvim:模式化的编辑器基本模式:编辑模式,命令模式输入模式末行模式:内置的命令行接口:二、打开文件:#vim[options][file..]+#:打开文件后,直接让光标处于第#行的行首;+/P
分类:
系统相关 时间:
2020-04-04 20:40:36
阅读次数:
122
查看当前版本:lsb_release -a uname -a 修改apk镜像源 sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories apk update #更新最新镜像源列表apk search ...
分类:
系统相关 时间:
2020-04-04 18:38:51
阅读次数:
99
Publish .net standard library with all it's dependencies? 回答1 At the time of writing, it looks like it's by design and there's quite some fuss and con ...
分类:
Web程序 时间:
2020-04-03 18:05:51
阅读次数:
78
According to Wikipedia: Insertion sort iterates, consuming one input element each repetition, and growing a sorted output list. Each iteration, insert ...
分类:
其他好文 时间:
2020-04-03 13:46:45
阅读次数:
70
一、TCP协议 "references:newcoder" "TCP/IP协议,TCP和UDP的区别及特点" 1、四层模型 应用层:载有应用程序,将数据发送给传输层。主要协议有HTTP、SMTP、FTP、DNS等。 传输层:负责应用程序间的通信,将来自应用程序的信息流格式化封装。主要协议有TCP、U ...
分类:
其他好文 时间:
2020-04-02 22:52:48
阅读次数:
99