会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
wangzaiplus
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
下一页
2019年5月13日
jmeter登录配置
摘要: 前言: jmeter, Apache下的测试工具, 常用来进行压测, 项目中, 接口通常都需要进行登录才能被调用, 直接调用将提示"登录失效", 下面介绍如何在jmeter中配置参数实现登录, 参考教程: "https://blog.csdn.net/qq_39720249/article/deta
阅读全文
posted @ 2019-05-13 12:37 wangzaiplus
阅读(2321)
评论(0)
推荐(0)
2019年5月10日
nginx+tomcat实现负载均衡(windows环境)
摘要: 一、准备工作 1. nginx1.14 "nginx1.14下载链接" 2. tomcat8 "tomcat8下载链接" 3. windows系统 二、实现目标 访问 地址时, 将请求轮询到 和`tomcat2 proxy_connect_timeout 1;`配置, 实现其中一台服务器宕机能快速切
阅读全文
posted @ 2019-05-10 10:44 wangzaiplus
阅读(1891)
评论(0)
推荐(0)
2019年5月5日
常用mime.types
摘要: 以下是从nginx配置文件mime.types中提取出的最常用的文件格式, 整理了下, 方便查看 类型|文件格式 | default_type|application/octet stream | text/html|html htm shtml text/css|css application/j
阅读全文
posted @ 2019-05-05 18:25 wangzaiplus
阅读(3872)
评论(2)
推荐(1)
2019年4月20日
jQuery校验文件格式及大小
摘要: 一、html页面 二、jQuery
阅读全文
posted @ 2019-04-20 16:58 wangzaiplus
阅读(1077)
评论(0)
推荐(0)
ConfigUtil读取配置文件工具类
摘要: ConfigUtil
阅读全文
posted @ 2019-04-20 16:48 wangzaiplus
阅读(1591)
评论(0)
推荐(0)
JodaTimeUtil日期处理工具类(简单、实用)
摘要: 一、maven依赖 二、JodaTimeUtil
阅读全文
posted @ 2019-04-20 16:44 wangzaiplus
阅读(633)
评论(0)
推荐(0)
restTemplate.postForObject上传文件中文乱码(???.xls)
摘要: 一、问题描述 项目中, 使用restTemplate上传文件时, 文件名中文乱码, 一串问号, 源文件名为: 测试中文乱码哦哦哦.zip , 通过restTemplate.postForObject调用接口, 发现文件名变成了: ?????????.zip , 上传失败 二、话不多说, 解决方案 1
阅读全文
posted @ 2019-04-20 12:02 wangzaiplus
阅读(3532)
评论(2)
推荐(1)
2019年4月14日
Java实现二分查找
摘要: 一、代码 package algorithm; public class BinarySearch { public static int binarySearch(int[] arr, int key) { if (null == arr || arr.length
阅读全文
posted @ 2019-04-14 11:01 wangzaiplus
阅读(1315)
评论(0)
推荐(0)
2019年4月8日
截取最大长度的字符串
摘要: 一、代码 二、运行结果
阅读全文
posted @ 2019-04-08 17:44 wangzaiplus
阅读(667)
评论(0)
推荐(0)
2019年4月7日
Java实现字符串反转
摘要: 一、代码 package algorithm; import java.util.Stack; public class ReverseString { / 逆序遍历实现字符串反转 @param string @return / public static String reverse(String
阅读全文
posted @ 2019-04-07 11:30 wangzaiplus
阅读(1037)
评论(0)
推荐(0)
上一页
1
2
3
下一页
公告