1、查看日志 用户执行非法命令删除文件,sudo rm -rf share/ [root@check ~]# tail /var/log/secure ...
分类:
其他好文 时间:
2021-01-15 11:51:34
阅读次数:
0
React:背后是Facebook Vue:作者是尤雨溪 Angular:背后是Google https://blog.csdn.net/kwame211/article/details/107381932/ ...
分类:
其他好文 时间:
2021-01-14 11:16:47
阅读次数:
0
用MDK调试一块STM32F207的程序,想查看一下变量却发现watch窗口总是 <not in scope>和<cannot evaluate>,无奈凑合着通过printf函数进行串口打印查看。1 编译器把这个局部变量给优化掉了,并没有在内存中生成,果断把优化级别改为Level 0,重新编译,解决 ...
分类:
其他好文 时间:
2021-01-14 10:35:05
阅读次数:
0
参考https://blog.csdn.net/nixonwuying/article/details/86220992 以查找“course-activity/6/2021106055443-llbs7h.mp4”为例 方法一:当前文件夹下操作 find ./ -name course-activ ...
分类:
系统相关 时间:
2021-01-08 11:16:31
阅读次数:
0
清华:https://pypi.tuna.tsinghua.edu.cn/simple/ 华为镜像站:https://mirrors.huaweicloud.com/ 中国科学技术大学:https://pypi.mirrors.ustc.edu.cn/simple/ 豆瓣:http://pypi.d ...
分类:
Web程序 时间:
2021-01-07 12:33:23
阅读次数:
0
欢迎访问我的GitHub https://github.com/zq2599/blog_demos 内容:所有原创文章分类汇总及配套源码,涉及Java、Docker、Kubernetes、DevOPS等; 问题场景 本文是《Kubernetes官方java客户端》的第二篇,在进入编码实战章节之前,有 ...
分类:
编程语言 时间:
2021-01-07 12:26:56
阅读次数:
0
Linux查看文件指定行数内容 1、tail date.log 输出文件末尾的内容,默认10行 tail -20 date.log 输出最后20行的内容 tail -n -20 date.log 输出倒数第20行到文件末尾的内容 tail -n +20 date.log 输出第20行到文件末尾的内容 ...
分类:
系统相关 时间:
2021-01-04 10:38:08
阅读次数:
0
一、 前端(<a th:href="@{'/record_details/'+${record.id}}" target="_blank"></a>: <a th:href="@{'/record_details/'+${record.id}}" target="_blank"> <i><img t ...
分类:
编程语言 时间:
2021-01-04 10:36:42
阅读次数:
0
https://blog.csdn.net/u013252047/article/details/80230781 用git命令,想看到自己的操作记录,则可以使用log与reflog,它两个的区别如下: 1.git log 命令可以显示所有提交过的版本信息 例如 如果感觉太繁琐,可以加上参数 --p ...
分类:
其他好文 时间:
2021-01-02 11:30:04
阅读次数:
0
linux sftp远程连接命令 sftp -oPort=60001 root@192.168.0.254 使用-o选项来指定端口号。 -oPort=远程端口号 sftp> get /var/www/fuyatao/index.php /home/fuyatao/ 这条语句将从远程主机的 /var/ ...
分类:
系统相关 时间:
2021-01-02 11:11:54
阅读次数:
0