
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
前端在线预览excel、word、pdf、ppt
java 微信消息推送 微信发送消息微信公众号消息推送
json工具类Object强制转换为List ,JSON转List<>
Object 转Bean对象不能直接转:Usrt user=(user)object;ObjectMapper objectMapper = new ObjectMapper();User user= objectMapper.convertValue(object, User.class);json转Bean对象objectMapper.readValue(jsonInfo,ArticleInf
1.判断某坐标 位置是否在多边形区域内/*** 判断当前位置是否在多边形区域内* @param orderLocation 当前点* @param partitionLocation 区域顶点* @return*/public static boolean isInPolygon(String X,String Y,String partitionLocation){double p_x =Dou
通过反射获取字段名 -值getFields():获得某个类的所有的公共(public)的字段,包括父类中的字段。getDeclaredFields():获得某个类的所有声明的字段,即包括public、private和proteced,但是不包括父类的申明字段。public String demo(Object object) throws IllegalAccessException {Field
一、在gitlab上新建一个项目二、进入本地项目目录初始化:git init三、绑定远程的创建的项目git remote add origin http://xxxx@code.xxxx.com/xxxx/demo.git若是出错的话,很可能是本地没有权限访问gitlab,可以先本地生成key,传到gitlab上。四、正常提交git add .如果提示: warning: LF will be r

select m.id name, IFNULL(b,0) value from(select 1 as id union select 2 union select 3 union select 4 union select 5 union select 6union select 7 union select 8 union select 9 union select 10 union sel
git clone时 git拉取代码出现:remote: The project you were looking for could not be found or youdon't have permission to view it. fatal:

BeanExcel.java导入的实体类,不能有@Accessors(chain = true)注解。@Accessors(chain = true)注解,会让读取的数据行始终为空。







