[root@localhost log]# find /t -name ".*" -printffind: missing argument to `-printf'[root@localhost log]# find /t -name ".*" -print/t/home/drosen/.emac ...
分类:
系统相关 时间:
2018-12-27 13:32:33
阅读次数:
420
升级了系统 命令行不能用了 xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools ...
分类:
系统相关 时间:
2018-12-26 19:53:31
阅读次数:
226
Unable to mount volumes for pod "nginx-hello-deployment-6f9f4d7bcc-lbt2n_chenqiang-pv-test(7b0fcbd3-7382-11e8-80b5-74eacb7559f1)": timeout expired waiting for volumes to attach/mount for pod "chenqiang-pv-test"/"nginx-hello-deployment-6f9f4d7bcc-lbt2n". list of unattached/unmounted volumes=[nfs]
分类:
其他好文 时间:
2018-12-26 13:29:43
阅读次数:
908
mount: wrong fs type, bad option, bad superblock on 125.64.41.244:/data/img, missing codepage or helper program, or other error (for several filesyste ...
分类:
其他好文 时间:
2018-12-26 12:53:44
阅读次数:
158
scrapy爬虫出现 Missing scheme in request url: h 报错的解决方案 ...
分类:
Web程序 时间:
2018-12-25 23:42:53
阅读次数:
382
Given a sorted integer array nums, where the range of elements are in the inclusive range [lower, upper], return its missing ranges. 这题应该是实现的细节处理,最大整数 ...
分类:
其他好文 时间:
2018-12-19 01:13:27
阅读次数:
152
1.ubuntu16.04安装GoAccess GoAccess下载地址:https://goaccess.io/download 安装步骤: Q1:在执行第四步./configure时,遇到问题: configure: error: *** Missing development files fo ...
分类:
数据库 时间:
2018-12-16 18:14:56
阅读次数:
955
在学习maven模块化构建项目的时候遇到老人如下报错信息: web.xml is missing and <failOnMissingWebXml> is set to true。 这时候需要右击项-->Java EE Tools-->Generate Deployment Discriptor S ...
分类:
Web程序 时间:
2018-12-15 11:43:27
阅读次数:
274
一、Conda相关指令 二、Anaconda找包,安装包时,遇到PackageNotFoundError: ''Package missing in current channels" 第一步:使用下面的指令来查找我们想要安装的包 第二步:查看我们想要安装包的路径 第三步:安装相应的包 ...
分类:
其他好文 时间:
2018-12-13 13:21:08
阅读次数:
227
一 复习和目标 1 复习 协议概述: WebSocket内置消息定界并且全双工通信 WebSocket使用HTTP进行协议协商,协商成功使用TCP连接进行传输数据 WebScoket数据格式支持二进制和文本 初始握手和计算响应键值 消息格式 关闭握手 2 目标 Nodejs实现WebSocket服务 ...
分类:
Web程序 时间:
2018-12-12 00:29:16
阅读次数:
689