- 2024-06-21一个练习项目,好玩的bbs-前端部分
common.jsfunctionsetCookie(name,value,daysToLive=7){letcookie=name+"="+encodeURIComponent(value);if(typeofdaysToLive==="number"){cookie+=";max-age="+(daysToLive*24*60*60);//max-ag
- 2023-04-07spring 使用聚合Aggregation substr mongo 查询
importcom.xxx.repository.kpi.entity.ChannelCheckBase;importcom.xxx.repository.kpi.entity.DataJson;importorg.slf4j.Logger;importorg.slf4j.LoggerFactory;importorg.springframework.beans.factory.annotation.Autowired;importorg.springframework.data.m
- 2022-10-18Java通过经纬度、IP、城市调用天气接口(YY天气)
调用接口,首先得去注册一个账号,(它只能获取当天的数据,没有百度API的功能强大)官网参考:http://www.yytianqi.com/api.htmlpackagecom.common.filo;importjava.io.Buffere
- 2022-08-26关于java远程调用接口,处理返回值为json的记录
当远程调用接口时,需要处理返回的值,有时候需要转为json例如:HashMap<Object,Object>mapTemp=newHashMap<>();mapTemp.put("classId",classId);mapTemp.put("com
- 2022-08-17使用反射对实体类赋值
JSON字符串{"data":{ "PD01":{ "KEY1":"1", "KEY2":"2", "KEY3":"3" }, "PD02":{ "KEY4":"4", "KEY5":"5&qu