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
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/webpack/node_modules/_schema-utils@1.0.0@schema-utils/node_modules/ajv n ...
分类:
系统相关 时间:
2018-12-11 20:21:28
阅读次数:
275
SyntaxError: Missing parentheses in call to 'print' python3.x,输入内容要带上() >>> print("hello,world") hello,world if .... else..... >>> num=5 >>> if num>3 ...
分类:
编程语言 时间:
2018-12-07 20:57:57
阅读次数:
149
错误信息 requests.exceptions.MissingSchema: Invalid URL 'xxxxxxxxxxxxx': No schema supplied. Perhaps you meant xxxxxxxxxxxxx 解决方法: 在URL前加上‘http:’ 字段 ...
分类:
其他好文 时间:
2018-12-05 02:17:32
阅读次数:
589
这个问题真的是在网上找了好久 导入项目之后运行就出现500错误然后错误显示这个 在网上查阅之后发现两种种解决办法 1. 将import删掉,重新导入。 重新导入后,可以发现错误立马消失了,但是一会儿还是回归之前的状态,不过有些人通过这种方式解决了错误。 2. build path 全部remove再 ...
分类:
其他好文 时间:
2018-12-02 12:20:18
阅读次数:
355
当我们项目中用到的数据库为sql server时 我们一般在maven项目的pom.xml只添加依赖: <dependency> <groupId>com.microsoft.sqlserver</groupId> <artifactId>sqljdbc4</artifactId> <version ...
分类:
数据库 时间:
2018-12-01 15:19:26
阅读次数:
2362