原因是a标签button以及element-ui的组件不能直接放在<template>下 ...
分类:
其他好文 时间:
2020-09-18 17:25:55
阅读次数:
81
assert (expr); assert 是一个宏,当表达式 expr 的值为 0 时,程序会被终止(RE),然后你会得到一个消息,包含这个表达式的内容,表达式所在行号及源文件名:Assertion failed: expression, file filename, line line numb ...
分类:
编程语言 时间:
2020-09-18 03:24:40
阅读次数:
45
在Ubuntu上安装好elasticsearch后,先用如下命令测试elasticsearch是否有问题: sudo systemctl start elasticsearch.service sudo systemctl stop elasticsearch.service 如果输入命令后无反应, ...
分类:
系统相关 时间:
2020-09-18 00:08:08
阅读次数:
38
问题 A: Fast Forwarding 时间限制: 1 Sec 内存限制: 128 MB提交 状态 题目描述 Mr. Anderson frequently rents video tapes of his favorite classic films. Watching the films s ...
分类:
其他好文 时间:
2020-09-17 23:48:52
阅读次数:
48
基础命令操作 启动zk服务 ./zkServer.sh start 复制代码 [root@localhost bin]# ./zkServer.sh ZooKeeper JMX enabled by default Using config: /usr/home/zookeeper-3.4.11/b ...
分类:
其他好文 时间:
2020-09-17 23:28:28
阅读次数:
28
处理运维问题的时候发现,文件比磁盘空间大 用 ll 查看文件的时候发现文件有400G,而文件系统只有200G,感觉很奇怪,就去做了个实验 [root@lin ~]# nohup dd if=/dev/zero of=test bs=1M count=100000 & [1] 3497 [root@l ...
分类:
系统相关 时间:
2020-09-17 23:16:16
阅读次数:
41
本文整理自《Serverless 技术公开课》,关注“Serverless”公众号,回复“入门”,即可获取 Serverless 系列文章 PPT。
参考资料 使用容器方法管理和搭建EdgeX:https://docs.edgexfoundry.org/1.2/getting-started/quick-start/ 什么是微服务,为什么要用微服务:https://www.zhihu.com/question/65502802 什么是MQTT,一 ...
分类:
其他好文 时间:
2020-09-17 21:50:36
阅读次数:
57
错误: ERROR: [1] bootstrap checks failed [1]: system call filters failed to install; check the logs and fix your configuration or disable system call fi ...
分类:
其他好文 时间:
2020-09-17 21:25:40
阅读次数:
37
前言 作为一名程序员,高并发系统是技术栈中必不可少的,高并发是指在同一个时间点,有很多用户同时的访问URL地址,比如:淘宝的双11,双12,就会产生高并发,如贴吧的爆吧,就是恶意的高并发请求,也就是DDOS攻击,再屌丝点的说法就像玩撸啊撸被ADC暴击了一样,那伤害你懂得(如果你看懂了,这个说法说明是 ...
分类:
其他好文 时间:
2020-09-17 20:05:22
阅读次数:
46