系统环境:10.13以前系统版本,没有升级到macOS High Sierra。正常情况是直接输入 即可安装ffmpeg,但是该过程还是有一些坑需要填。 一、mac命令行输入 这时候会提示错误: 这是因为没有安装Homebrew,解决办法参照第二步 二、max下安装Homebrew max下安装Ho ...
分类:
系统相关 时间:
2018-07-24 17:39:08
阅读次数:
262
Hosts文件用于本地调试,或手动设置一个域名应该被解析到哪个IP地址,在修改时会发现需要管理员权限才能修改保存,这个时候我们可以这样做 找到Hosts文件,将Hosts文件复制到桌面。(Windows 7系统Hosts文件路径为:C:\WINDOWS\system32\drivers\etc\ho ...
分类:
其他好文 时间:
2018-07-13 17:47:40
阅读次数:
133
docker ps -adocker exec -it mssql-server /bin/bash进入docker容器,其中mssql-server为name ctrl+p+q 退出docker容器 docker restart 容器名称 重启docker服务 docker exec -it ho ...
分类:
其他好文 时间:
2018-07-04 17:33:15
阅读次数:
144
修改cat /etc/ansible/hosts [test]10.27.235.108 host_name=test_host_name - hosts: test user: root gather_facts: true tasks: - name: rsync dir filebeat ho ...
分类:
其他好文 时间:
2018-07-04 17:31:24
阅读次数:
1157
This host supports Intel VT-x, but Intel VT-x is disabled.Intel VT-x might be disabled if it has been disabled in the BIOS/firmware settings or the ho ...
分类:
系统相关 时间:
2018-07-02 11:01:59
阅读次数:
633
列表 列表 操作 列表 方法 示例 增加 list.append(obj) 增加元素到末尾 eg. >>> list1=['hello','world','how','are','you'] >>> list1.append('!') >>> list1 ['hello', 'world', 'ho ...
分类:
编程语言 时间:
2018-07-01 11:47:19
阅读次数:
212
一、How to make auto-adjustments(brightness and contrast) for image Android Opencv Image Correctioni'm using OpenCV for Android. I would like to know,ho... ...
分类:
其他好文 时间:
2018-06-22 23:58:05
阅读次数:
466
文章来自:https://blog.csdn.net/carson_ho/article/details/73732076 前言 在Andrroid开发中,网络请求十分常用 而在Android网络请求库中,Retrofit是当下最热的一个网络请求库 今天,我将献上一份非常详细Retrofit v2. ...
分类:
其他好文 时间:
2018-06-19 13:44:35
阅读次数:
187
CDH前端CM监控不正常(未解决) Request to the Service Monitor failed. This may cause slow page responses. View the status of the Service Monitor. Request to the Ho ...
分类:
其他好文 时间:
2018-06-15 12:53:57
阅读次数:
1432
题目:小Hi和小Ho的礼物 注:【i、j、p、q】为下标 个人感觉这道题是有一定难度的。读者可以参考一下【四平方和】的解题思路 分析过程下次补上 代码如下: 运行结果如下: ...
分类:
其他好文 时间:
2018-06-12 22:31:49
阅读次数:
208