会员
周边
众包
新闻
博问
闪存
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
zipon
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
11
12
13
14
15
16
17
18
19
···
35
下一页
2018年8月25日
spring-boot项目热部署以及spring-devtools导致同类不能转换
摘要: idea 配置 ctrl+shift+alt+/ ->registry spring-boot项目热部署spring-devtools导致同类不能转换 方案零(也不推荐,兼容devtools热部署,部分接口还是会报错) 方案一(没实践成功,暂不考虑)、解决方案就是在resources目录下面创建ME
阅读全文
posted @ 2018-08-25 19:57 zipon
阅读(342)
评论(0)
推荐(1)
2018年8月10日
性能监控工具选择
摘要: 1.接口返回信息 使用jmeter插件的<聚合报告>统计接口的请求数、响应时间、平均响应时间、TPS、错误率等指标 2.服务器负载 使用jmeter插件<PerfMon Metrics Collector>统计服务器cpu、内存、硬盘IO、网络IO的趋势图 3.jvm性能指标 a.) jmap -h
阅读全文
posted @ 2018-08-10 18:25 zipon
阅读(830)
评论(0)
推荐(0)
2018年8月5日
mysql监控指标
摘要: 1.最大连接数监控 2.死锁或者阻塞监控 3.慢查询配置
阅读全文
posted @ 2018-08-05 01:05 zipon
阅读(1549)
评论(0)
推荐(0)
2018年7月13日
jenkins项目数据位置
摘要: JENKINS_HOME: C:\Documents and Settings\AAA\.jenkins /root/.jenkins jenkins迁移只需要备份JENKINS_HOME的内容即可 。
阅读全文
posted @ 2018-07-13 18:08 zipon
阅读(2106)
评论(0)
推荐(0)
2018年6月6日
500万的大项目
摘要: import random import itchat def randomRed(): red = [] while len(red)!=6: redtemp = random.randint(1,33) if redtemp not in red: red.append(redtemp) else:...
阅读全文
posted @ 2018-06-06 19:32 zipon
阅读(245)
评论(0)
推荐(0)
2018年6月5日
【python接口自动化】获取根目录
摘要: 将该方法放在根目录下面,在其他类中直接import 该方法。
阅读全文
posted @ 2018-06-05 19:38 zipon
阅读(3803)
评论(0)
推荐(0)
2018年6月4日
【python接口自动化】logger
摘要: #! /usr/bin/env python # coding=GBK import logging, os class Logger: def __init__(self, path, clevel=logging.DEBUG, Flevel=logging.DEBUG): self.logger = logging.getLogger(path) ...
阅读全文
posted @ 2018-06-04 14:50 zipon
阅读(268)
评论(0)
推荐(0)
【python接口自动化】httpUtils
摘要: # coding=utf8 import requests from common.logger import Logger import logging class httpUtils: logger = Logger("../logs/http.log",logging.INFO,logging.INFO) def get(self,url,params={},header...
阅读全文
posted @ 2018-06-04 14:49 zipon
阅读(1669)
评论(0)
推荐(1)
2018年5月30日
qa
该文被密码保护。
阅读全文
posted @ 2018-05-30 15:11 zipon
阅读(4)
评论(0)
推荐(0)
2018年5月19日
mac上安装chromedriver
摘要: 默认下载2.35版本,放置到/usr/local/bin
阅读全文
posted @ 2018-05-19 09:53 zipon
阅读(490)
评论(0)
推荐(0)
上一页
1
···
11
12
13
14
15
16
17
18
19
···
35
下一页
公告