茕茕白兔,东走西顾。衣不如新,人不如故。
D5KYY8.jpg

LazyBoy

Many ideas, too lazy to carry them out.

yY6nJI.png
摘要: public HttpResult<ESResult> inserSql(int pageNum,int pageSize) throws IOException { RestClient restClient = RestClient.builder( new HttpHost("127.0.0. 阅读全文
posted @ 2021-06-30 11:15 lazyeye 阅读(183) 评论(0) 推荐(0)
摘要: public static void main(String[] args) throws IOException { RestClient restClient = RestClient.builder( new HttpHost("127.0.0.1", 9200, "http")).build 阅读全文
posted @ 2021-06-30 11:11 lazyeye 阅读(451) 评论(0) 推荐(0)
摘要: 1.CookieUtils 提供对于Cookie的存取以及编码设置的工具类-CookieUtils 2.MD5Utils 实现MD5加密工具类-MD5Utils 3.JsonUtils 支持对List、Map、Pojo等或Json对象互转-JsonUtils 4.PageResult 对分页的参数进 阅读全文
posted @ 2020-12-02 11:20 lazyeye 阅读(1372) 评论(1) 推荐(0)
摘要: SimpleDateFormat simpleDateFormat = new SimpleDateFormat("HH");String format = simpleDateFormat.format(date);if(Integer.parseInt(format)<12){ rows.cre 阅读全文
posted @ 2020-10-22 11:37 lazyeye 阅读(869) 评论(0) 推荐(0)
摘要: 表单代码:<form action="${pageContext.request.contextPath}/goShow" method="post" onsubmit="return checkAll()"> 账号:<input type="text" name="username" class= 阅读全文
posted @ 2020-09-16 18:48 lazyeye 阅读(325) 评论(0) 推荐(0)