To make a duplicate copy of a file, use the command cp. For example, to create an exact copy of the file called firstfile, you would type: cp firstfil ...
分类:
其他好文 时间:
2020-05-15 09:38:36
阅读次数:
50
1.1.2 Response rest_framework.response.Response REST framework提供了一个响应类Response,使用该类构造响应对象时,响应的具体数据内容会被转换(render渲染器对象)成符合前端需求的类型。 REST framework提供了Rend ...
分类:
其他好文 时间:
2020-05-15 09:20:15
阅读次数:
67
日志集中式监控平台上线已经有一段时间,但是大部分情况下只是作为发布或者出问题时查看日志的便利工具使用。平时大家都不怎么主动上去看看。于是前几天把应用的错误日志也加上邮件、Hi和短信报警,马上就收到很多错误报警,引起了大家的重视。其中有一个Redis报错: Push notify error: => ...
分类:
其他好文 时间:
2020-05-14 19:21:01
阅读次数:
74
yum查找可安装的软件包 yum search xxx 查看ansible的所有版本 yum --showduplicates list ansible ...
分类:
系统相关 时间:
2020-05-13 12:05:31
阅读次数:
65
Week 2 3.5.2020 Overview This week, we have mainly learned two parts: 1. How to match the same feature points in two images from different viewpoints. ...
分类:
其他好文 时间:
2020-05-12 00:03:20
阅读次数:
112
本文介绍如何把归档恢复到指定位置,或者从指定位置的归档来进行recover 操作
分类:
其他好文 时间:
2020-05-11 10:34:06
阅读次数:
66
1、安装samba 这里以CenOS 7为例,其他系统类似 yum install samba samba-client samba-common 2、修改smb.conf 最好先备份原文件,以防修改不正确导致smb无法执行 vi /etc/samba/smb.conf [root] path = ...
分类:
其他好文 时间:
2020-05-10 21:04:20
阅读次数:
77
1、读取Mysql数据 object JdbcRddDemo { def getConn() = { Class.forName("com.mysql.jdbc.Driver").newInstance() DriverManager.getConnection("jdbc:mysql://hado ...
分类:
数据库 时间:
2020-05-10 17:31:37
阅读次数:
97
此博客链接:https://www.cnblogs.com/ping2yingshi/p/12859215.html 存在重复的元素(42min) 题目链接:https://leetcode-cn.com/problems/contains-duplicate/submissions/ 给定一个整数 ...
分类:
其他好文 时间:
2020-05-09 19:08:51
阅读次数:
69