1)ls命令查看文件大小与时间 ls -lht --time-style=long-iso ls -lht可以查看文件大小以M来显示 --time-style=long-iso 显示年月日时分 ls -l --time-style=full-iso 显示精确到毫秒 ls -l --time-styl ...
分类:
系统服务 时间:
2020-06-17 13:20:02
收藏:
0 评论:
0 赞:
0 阅读:
61
一:正则表达式grep -a 不要忽略二进制数据。 -A <显示列数> 除了显示符合范本样式的那一行之外,并显示该行之后的内容。 -b 在显示符合范本样式的那一行之外,并显示该行之前的内容。 -c 计算符合范本样式的列数。 -C <显示列数>或-<显示列数> 除了显示符合范本样式的那一列之外,并显示 ...
分类:
系统服务 时间:
2020-06-17 13:13:53
收藏:
0 评论:
0 赞:
0 阅读:
54
问题描述: jenkins安装在Linux服务器 Jenkins下执行pipeline脚本生成allure报告,报错: java.io.IOException: Can't find allure commandline <null>完整报错信息: java.io.IOException: Can' ...
分类:
系统服务 时间:
2020-06-17 13:10:35
收藏:
0 评论:
0 赞:
0 阅读:
378
一、Cortex-M的定位 二、内存管理单元 内存管理单元简称MMU,它负责虚拟地址到物理地址的映射,并提供硬件机制的内存访问权限检查。 在多用户、多进程的操作系统中,MMU使得各个用户进程都有独立的地址空间。 任何微控制器都存在一个程序能够产生的地址集和,被称为虚拟地址范围。 以32位机为例,虚拟 ...
分类:
系统服务 时间:
2020-06-17 13:08:01
收藏:
0 评论:
0 赞:
0 阅读:
102
一:条件测试操作 1:文件测试 [root@localhost ~]# [ -d /media/cdrom ] \\-d,测试目录是否存在 [root@localhost ~]# echo $? 0 [root@localhost ~]# [ -d /media/cdrom/Server ] [ro ...
分类:
系统服务 时间:
2020-06-17 13:03:00
收藏:
0 评论:
0 赞:
0 阅读:
64
DNS servers in China https://public-dns.info/nameserver/cn.html How to easily set up a static ip address in Ubuntu using the GUI(12.04) https://www.yo ...
分类:
系统服务 时间:
2020-06-17 13:00:17
收藏:
0 评论:
0 赞:
0 阅读:
71
下面👇是QT程序显示包内容: 下面👇是electron程序显示包内容: ...
分类:
系统服务 时间:
2020-06-17 12:57:09
收藏:
0 评论:
0 赞:
0 阅读:
84
1. Linux登录过程中加载配置文件顺序 /etc/profile → /etc/profile.d/*.sh → ~/.bash_profile → ~/.bashrc → [/etc/bashrc] 默认的~/.bashrc文件如下: if [ -f /etc/bashrc ]; then . ...
分类:
系统服务 时间:
2020-06-17 12:56:15
收藏:
0 评论:
0 赞:
0 阅读:
49
1 #include <iostream> 2 const int N = 54; 3 using namespace std; 4 int main() 5 { 6 char type[5] = { 'S','H','C','D','J' };//0-12:S, 13-25:H, 26-38:C, ...
分类:
系统服务 时间:
2020-06-17 12:52:34
收藏:
0 评论:
0 赞:
0 阅读:
70
官网:https://www.iterm2.com/功能说明:https://www.iterm2.com/features.html公司要求使用正版软件办公,一直以来习惯了使用secureCRT,现在需要替换一款免费的软件,如果你跟我一样,iTerm2绝对是最好的选择。一、类似crt的sessio... ...
分类:
系统服务 时间:
2020-06-17 12:39:05
收藏:
0 评论:
0 赞:
0 阅读:
110
1、配置Typora-Ubuntu镜像源wget -qO - https://typora.io/linux/public-key.asc | sudo apt-key add -sudo add-apt-repository 'deb https://typora.io/linux ./'2、更新 ...
分类:
系统服务 时间:
2020-06-17 12:11:52
收藏:
0 评论:
0 赞:
0 阅读:
161
-y Fix filesystem corruption automatically,not all filesystem support this option -V Verbose output -C Display completion/progress bars -a Automatical ...
分类:
系统服务 时间:
2020-06-17 12:09:33
收藏:
0 评论:
0 赞:
0 阅读:
63
1、查看IP地址 ifconfig 2、安装工具 sudo apt-get install net-tools ...
分类:
系统服务 时间:
2020-06-17 12:02:04
收藏:
0 评论:
0 赞:
0 阅读:
111
1、exit:退出到终端 2、[Tab] 有『命令补全』与『文件补齐』的功能 [Tab] ## 接在一串指令的第一个字的后面,则为『命令补全』 3、[Ctrl]+ C 如果在Linux 底下输入了错误的指令或参数,想让当前的程序『停掉』的话,可以输入: [Ctrl] + c 4、 ...
分类:
系统服务 时间:
2020-06-17 11:52:52
收藏:
0 评论:
0 赞:
0 阅读:
64
命令:sudo apt-get install yum提示: 提示python相关依赖包问题且无法安装解决:将提示中涉及到的包重新安装 sudo apt-get install +包名 ...
分类:
系统服务 时间:
2020-06-17 11:42:31
收藏:
0 评论:
0 赞:
0 阅读:
78
问题:常用命令“ll”失效或命令未找到 原因: "ll"命令不是linux的基本命令, 它是"ls -l"的别名, 部分版本并不直接支持“ll”命令输出。 ###解决方法: 运行“vi ~/.bashrc” 查看该文件里是否有“alias ll='ls -l'”这样的数据, 如有,将数据前的“#”去 ...
分类:
系统服务 时间:
2020-06-17 10:58:57
收藏:
0 评论:
0 赞:
0 阅读:
79
basename命令用于获取路径中的文件名或路径名,还可以对末尾字符进行删除。 ...
分类:
系统服务 时间:
2020-06-17 10:57:14
收藏:
0 评论:
0 赞:
0 阅读:
59
D31 Linux(以及Unix或类Unix)下的Shell有很多种,根据环境和编程需求的不同有时需要使用不同的Shell。本章了解另外两种常用的Shell:C Shell和Korn Shell。 1. csh简介 C Shell(简称csh)是一个通常运行在文本窗口并允许用户输入命令的命令处理程序 ...
分类:
系统服务 时间:
2020-06-17 10:41:44
收藏:
0 评论:
0 赞:
0 阅读:
50
https://www.baidu.com/link?url=G6Z1oOi6qHp7w7hO0tESf3jcRPhh9J6P4uyuLPny5Q4LnyWLGeYHH1dPFuOzZ4IyTYVMPdviBv6-tbbIPUuQ4k_PkcRfOgJdQuG44GCLLD7&wd=&eqid=c6 ...
分类:
系统服务 时间:
2020-06-17 10:37:11
收藏:
0 评论:
0 赞:
0 阅读:
53
一、FastDFS介绍 FastDFS开源地址:https://github.com/happyfish100 参考:分布式文件系统FastDFS设计原理 参考:FastDFS分布式文件系统 个人封装的FastDFS Java API:https://github.com/bojiangzhou/l ...
分类:
系统服务 时间:
2020-06-17 10:31:26
收藏:
0 评论:
0 赞:
0 阅读:
129