码迷,mamicode.com
首页 >  
搜索关键字:error: xz compression not available    ( 2819个结果
Ubuntu下部署Apache Web服务器操作手册
Ubuntu下部署Apache Web服务器操作手册 安装 sudo apt install apache2 –y 修改配置 所有配置文件默认为只读,修改时需要修改操作权限: sudo chmod 777 [文件名] 修改/etc/apache2/sites-available路径下的000-def ...
分类:Web程序   时间:2019-12-21 15:27:49    阅读次数:151
tableView reloadData页面跳动问题
参考:https://www.jianshu.com/p/5f033fdd4ddb 一般情况下 if (@available(iOS 11.0, *)) { self.estimatedRowHeight = 0; self.estimatedSectionFooterHeight = 0; sel ...
分类:其他好文   时间:2019-12-21 13:31:12    阅读次数:178
开发过程中经常碰到的问题总结
1、apt yum update 的时候,遇到public key: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7EA0A9C3F273FCD8 d ...
分类:其他好文   时间:2019-12-19 13:19:56    阅读次数:81
Python - zip压缩模块
# 导入压缩模块 import zipfile # 查看当前模块的功能 # help(zipfile) ''' a.打开冰箱门(创建压缩文件,并且打开) 方法:z = ZipFile(file, mode="r", compression=ZIP_STORED, allowZip64=True) 参 ...
分类:编程语言   时间:2019-12-18 13:02:42    阅读次数:72
Mac gyp: No Xcode or CLT version detected!
``` 请确认你的本地Mac OS的版本 我的是macOS catalina 10.15.2 1.确认你本地的xcode是否有更新,打开终端执行 softwareupdate --list 此命令为如果有可用的推荐的更新则会推荐 终端会输出如下信息: Finding available softwa... ...
分类:系统相关   时间:2019-12-17 22:32:11    阅读次数:244
zabbix监控内存使用率
centos 7 zabbix3.4.3 监控内存:监控内存使用率 触发报警:当使用率超过95%时,发出报警信息 1、创建监控项 名称:内存使用率 类型:可计算的 键值:vm.memory.size[usedpercent] 公式:100*(last("vm.memory.size[total]") ...
分类:其他好文   时间:2019-12-17 18:11:48    阅读次数:306
解决'python -m pip install --upgrade pip' 报错问题
再安装包的时候提示 You are using pip version 9.0.3, however version 10.0.1 is available.You should consider upgrading via the 'python -m pip install --upgrade ...
分类:编程语言   时间:2019-12-17 10:31:20    阅读次数:576
kubernetes客户端client-go使用
下载地址: https://github.com/kubernetes/client-go 官方使用文档参考:https://v1-16.docs.kubernetes.io/docs/reference/using-api/client-libraries/ 安装,使用的为kubernetes1. ...
分类:Web程序   时间:2019-12-16 10:07:55    阅读次数:819
matplotlib 自带的几种美化样式
1、用 matplotlib.pyplot.style.avaliable 可查看 matplotlib 自带的美化样式如下: ['bmh', 'classic', 'dark_background', 'fast', 'fivethirtyeight', 'ggplot', 'grayscale' ...
分类:其他好文   时间:2019-12-15 21:43:29    阅读次数:279
io流函数略解(java_input流)[二]
背景 在写这篇随笔之前,已经写了io流函数略解(java_File)(一),主要是总结了File的一些操作,以及一些源码介绍。 在Io实际应用中,实际上运用在如果会操作File,实际上很难写出一点能实际应用的code,因为操作文件嘛,更多的是操作流,也就是steam。 下面将简单总结一些流的概念,以 ...
分类:编程语言   时间:2019-12-15 16:23:47    阅读次数:73
2819条   上一页 1 ... 31 32 33 34 35 ... 282 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!