input { stdin { } jdbc { # mysql 数据库链接 jdbc_connection_string => "jdbc:mysql:localhost/database?characterEncoding=utf8" # 用户名和密码 jdbc_user => "xxx" jd ...
分类:
其他好文 时间:
2020-07-26 19:44:44
阅读次数:
109
eclipse中选择->window->show view->other弹出对话框中选择general下面找problems然后双击,即可查看红叉原因. 我的项目报 :An error occurred while filtering resources 解决方案: 1.右键项目 2找到maven ...
分类:
系统相关 时间:
2020-07-26 19:12:44
阅读次数:
88
b for ssh.service failed because the control process exited with error code. See "systemctl status ssh.service" and "journalctl -xe" for details. 1.按照 ...
分类:
其他好文 时间:
2020-07-26 15:55:41
阅读次数:
180
Docker换镜像,Docker pull、Docker search 失败出现以下错误 Error response from daemon: Get https://index.docker.io/v1/search?q=php&n=25: net/http: TLS handshake tim ...
分类:
其他好文 时间:
2020-07-26 15:44:53
阅读次数:
78
CentOS7启动SSH服务报:Job for ssh.service failed because the control process exited with error code.......... 宇智波唐嫣 2019-04-18 12:07:00 1384 收藏 1版权面试:你懂什么是分 ...
分类:
其他好文 时间:
2020-07-26 15:12:02
阅读次数:
128
1. 有趣的重载 (1)操作符<<:原义是按位左移,重载“<<”可将变量或常量左移到对象中 重载左移操作符(仿cout类) 1 #include<stdio.h> 2 3 const char endl = '\n'; //将换行定义为一个常量 4 5 class Console //Console ...
分类:
编程语言 时间:
2020-07-26 02:01:24
阅读次数:
69
1、OSI七层模型、TCP/IP四层模型 层数 七层 四层 主要功能 主要设备及协议 7 应用层 应用层 实现数据的具体应用 FTP(文件传输协议)、TFTP(小文件传输)、HTTP(html传输协议)、 DHCP(ip地址动态分配)、DNS(域名解析)、POP3(邮件传输)、 SMTP(邮件传输) ...
分类:
其他好文 时间:
2020-07-26 01:41:24
阅读次数:
75
electron框架 1.创建目录(先查询是否存在) window.preload.fs.mkdir( window.preload.path.join( window.preload.electron.remote.app.getPath("appData"), ), function(error ...
分类:
Web程序 时间:
2020-07-26 01:16:07
阅读次数:
141
[TOC]## 1. 文件上传> [doc](https://www.layui.com/doc/modules/upload.html)```html upload模块快速使用 上传图片``` ...
分类:
其他好文 时间:
2020-07-26 00:53:31
阅读次数:
80
本文介绍把截图类方法封装到BasePage.py文件里,这个文件是在前面Selenium方法二次封装文章里创建的,具体代码请到前面这篇里找。我们截图类写死了把截图图片保存到根目录下的Screenshots文件夹里,图片名称是当前系统时间,图片后缀名是png。 新的BasePage.py内容如下: # ...
分类:
编程语言 时间:
2020-07-26 00:38:24
阅读次数:
68