1. # -*- encoding=utf8 -*- __author__ = "1003441" from airtest.core.api import * auto_setup(__file__) # 日志模块 from airtest.report.report import simple_ ...
分类:
其他好文 时间:
2021-05-24 04:56:48
阅读次数:
0
## nginx的日志```SHELL #log_format main '$remote_addr - $remote_user [$time_local] "$request" ' # '$status $body_bytes_sent "$http_referer" ' # '"$http_u ...
分类:
系统相关 时间:
2021-05-24 04:12:29
阅读次数:
0
安装完haproxy后默认是没有启用日志的,如果需要日志配置,那么需要结合rsyslog 修改haproxy配置 在全局配置段中配置,定义日志记录级别。 global log 127.0.0.1 local3 info 修改rsyslog配置 #日志传输基于udp,所以需要取消这两行的注释。 [ro ...
分类:
其他好文 时间:
2021-05-24 03:50:05
阅读次数:
0
键值数据库:Redis、Riak、SimpleDB、Chordless、Scalaris 列族数据库:HBase、BigTable、PNUTS、HadoopDB、Cassandra 文档数据库:MongoDB、CouchDB、Terrastore、CloudKit、RavenDB 图数据库:Neo4 ...
分类:
数据库 时间:
2021-05-24 02:01:30
阅读次数:
0
问题现象 构建任务失败,查看日志提示读取文件权限不足。 问题分析 在linux上查看对应文件,发现这些文件只有root用户才有读的权限,jenkins默认是以jenkins用户在操作linux系统,因此造成了无法读取文件的情况。 解决方法 找到jenkins的配置文件,将用户jenkins修改为ro ...
分类:
其他好文 时间:
2021-05-24 01:57:22
阅读次数:
0
Lumberjack切割日志 2021年5月8日10:04 接上篇 https://www.cnblogs.com/rabbithacker/p/zap_logger.html 首先安装Lumberjack:go get -u github.com/natefinch/lumberjack 使用: ...
分类:
其他好文 时间:
2021-05-24 01:24:04
阅读次数:
0
一份HAProxy配置文件 #全局配置 global #设置日志 log 127.0.0.1 local0 info #当前工作目录 chroot /usr/local/haproxy #用户与用户组 user haproxy group haproxy #运行进程ID uid 99 gid 99 ...
分类:
其他好文 时间:
2021-05-24 00:27:22
阅读次数:
0
转自:https://www.imooc.com/wenda/detail/456168 转自:https://blog.csdn.net/qlj324513/article/details/81541282 Nginx的优点:1、优点工作在OSI第7层,可以针对http应用做一些分流的策略2、Ng ...
分类:
其他好文 时间:
2021-05-24 00:26:39
阅读次数:
0
using System; using System.Collections.Generic; using System.IO; using System.Text; /// <summary> /// 打印error类 /// </summary> public class LogUtil { p ...
分布式爬虫默认八数据存储在redis中,可以将数据转存到Monogdb或Mysql中,从而降低内存消耗。 from redis import Redisfrom pymongo import MongoClientimport jsondef redis_to_mongodb(): redis_cl ...
分类:
其他好文 时间:
2021-05-04 16:35:44
阅读次数:
0