1. ClickHouse 查询时,报错:Memory limit (for query) exceeded: would use 9.38 GiB (attempt to allocate chunk of 135439453 bytes), maximum: 9.31 GiB 1.1 Click ...
分类:
其他好文 时间:
2020-01-06 19:37:45
阅读次数:
598
以上是nginx报错,原因:端口被占用。 查看nginx.conf都监听了哪些端口,比如笔者配置如下: 查询端口被占用的命令:windows下根据tcp端口查询对应的进程id(端口被占用) 查看任务管理器 这个端口是在vmware安装时选择默认web管理端口是没更改,导致443端口被占用。可以改ng ...
分类:
数据库 时间:
2019-12-17 13:09:00
阅读次数:
110
最近,公司要求开发一个APP,所以很苦逼的学习了几天 Android 的上手手册,但是实际运用于开发中还是捉襟见肘,困难重重;好在的是,部门还有几个专门搞安卓的大佬可以问问,哈哈 好了,进入今天的正题吧,前天开发过程中,遇到一个如“标题”所示的问题,百思不得其解!最终上网搜报错的原因,才找到问题的所 ...
分类:
编程语言 时间:
2019-12-08 15:35:51
阅读次数:
90
/** * Author:strive * Date: 2016/1/13 */ function json2url(json){ var arr=[]; for(var name in json){ arr.push(name+'='+json[name]); } return arr.join( ...
分类:
Web程序 时间:
2019-12-01 12:01:41
阅读次数:
95
报错: vue报这个错 [Intervention] Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot ...
分类:
其他好文 时间:
2019-11-23 23:46:39
阅读次数:
508
2019-11-22 17:15:27,705 FATAL [IPC Server handler 13 on 44844] org.apache.hadoop.mapred.TaskAttemptListenerImpl: Task: attempt_1574410493054_0011_m_00 ...
分类:
数据库 时间:
2019-11-23 17:52:36
阅读次数:
71
* sometimes it's just... * i wake up, and i think: What do i have to do,to become great? * what must i do different? * than what i'm doing,and what i' ...
分类:
其他好文 时间:
2019-11-07 12:57:03
阅读次数:
92
retrying模块的使用 安装模块:pip3 install retrying 使用方式: 使用retrying模块提供的retry模块 通过装饰器的方式使用,让装饰器的函数反复的执行 retry可以传入参数stop_max_attempt_number,让函数报错后继续重新执行,达到最大执行次数 ...
分类:
其他好文 时间:
2019-10-28 15:04:59
阅读次数:
370
php artisan make:migration create_表名_table --create=表名 (创建数据填充文件) 1.验证信息并登陆:Auth::guard(参数)->attempt(用户名和密码数组,是否保存用户状态:true-是,false-否) 2.检查状态:Auth::gu ...
分类:
其他好文 时间:
2019-10-18 15:49:07
阅读次数:
161
下载nginx:http://nginx.org/en/download.html 下载了最新的稳定版本 安装目录内运行nginx.exe 一直运行不起来。进程里面也没有这个进程。我把本机的IIS的80端口关闭了也起作用。 后来查询,发现可以在logs文件夹下面看错误日志。 An attempt w ...
分类:
其他好文 时间:
2019-10-16 21:38:44
阅读次数:
143