一、问题描述 系统:CentOS 6.9 重启网卡后:service network restart报: Bringing up interface eth0: Device eth0 does not seem to be present,delaying initialization. [FAI ...
分类:
其他好文 时间:
2020-05-25 12:21:54
阅读次数:
93
HashM /* * 常用方法:compute、computeIfAbsent、computeIfPresent、merge * containsKey、containsValue、get、 * put、putAll、clear、remove、isEmpty、size * entrySet(可进行流 ...
分类:
其他好文 时间:
2020-05-24 19:23:33
阅读次数:
57
Redis Persistence Redis provides a different range of persistence options: The RDB persistence performs point in time snapshots of your dataset at spe ...
分类:
数据库 时间:
2020-05-22 12:55:10
阅读次数:
70
有时我们想录下游戏精彩时刻,有想录一些教程,这时候就会用到屏幕录像软件。Mac屏幕录制软件,又称mac录屏软件,mac录像软件,有了小编推荐的这6款Mac屏幕录像软件,帮你一键录制高清视频~ 1.Camtasia 2019 for Mac(视频录制和剪辑软件) Camtasia 2019 for M ...
分类:
其他好文 时间:
2020-05-20 18:53:13
阅读次数:
112
应用 管理远程主机上的组 参数 name:指定组的名称 state present|absent:指定组的状态 gid:指定组的gid 示例 1. 创建test组 2. 删除test组,前提是不能有用户把删除的组涂当成主组 3. 将test组的gid设置为2000 ...
分类:
其他好文 时间:
2020-05-20 14:17:03
阅读次数:
60
我认为的跨域: 浏览器从一个域名的网页去请求另一个域名的资源时,域名、端口、协议任一不同,都是跨域 跨域相关的报错: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'null' ...
分类:
其他好文 时间:
2020-05-18 16:55:18
阅读次数:
60
参考博客:https://blog.csdn.net/qq_36982160/article/details/81260273 参考github:https://github.com/ZhaoYukai/HeartRate 如果运行时出现Program type already present: a ...
分类:
移动开发 时间:
2020-05-16 00:43:47
阅读次数:
86
1.就拿简单的登录来说吧,这是开始的代码 @RequestMapping(value="/login")public ModelAndView login(@RequestParam(“loginname”) String loginname,@RequestParam("password") St ...
分类:
其他好文 时间:
2020-05-15 23:00:01
阅读次数:
152
Description: Given a non-negative integer num represented as a string, remove k digits from the number so that the new number is the smallest possible ...
分类:
其他好文 时间:
2020-05-15 00:34:42
阅读次数:
86
axios 异步请求三种方式 1、Content-Type: application/json 后台使用@RequestBody 获取参数 import axios from 'axios' let data = {code:'123',name:'yyyy'}; axios.post(`${thi ...
分类:
移动开发 时间:
2020-05-14 10:35:44
阅读次数:
89