会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
气泡君
博客园
首页
新随笔
联系
订阅
管理
2019年12月19日
python 基础学习1
摘要: '''import random #随机数标准库name ="let's go"age=11title='你好"python"'content='"how old are you'加油'"print(type(age)) #打印age变量类型print(name)#输出name变量#age=inpu
阅读全文
posted @ 2019-12-19 15:06 气泡君
阅读(128)
评论(0)
推荐(0)
2018年3月16日
jmeter使用
摘要: 一.post和get区别 get请求只有报文头,没有报文体 post 请求有报文体,报文头 二.jmeter乱码问题 ①.修改jmeter.properties sampleresult.default.encoding=utf-8 ② jeson串乱码 jsyntaxtextarea.font.f
阅读全文
posted @ 2018-03-16 18:17 气泡君
阅读(120)
评论(0)
推荐(0)