`
吕金含
  • 浏览: 84577 次
  • 性别: Icon_minigender_1
  • 来自: 广州
文章分类
社区版块
存档分类
最新评论
文章列表
package com.example; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; @SpringBootApplication @Rest ...
package com.example; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; @SpringBootApplication @Rest ...
1.JSON字符串 String str="[{\"id\":1,\"starttime\":\"2017-04-dddd19 15:28\"},{\"id\":2,\"starttime\":\"2017-04-19 15:28\"}]"; 2.将字符串解析为JSON数组 JSONArray jsonArray =JSONArray.parseArray(str); 3.遍历JSON数组 for (int i = 0; i < jso ...
1.JSON字符串 String str="[{\"id\":1,\"starttime\":\"2017-04-dddd19 15:28\"},{\"id\":2,\"starttime\":\"2017-04-19 15:28\"}]"; 2.将字符串解析为JSON数组 JSONArray jsonArray =JSONArray.parseArray(str); 3.遍历JSON数组 for (int i = 0; i < jso ...
Exception in thread "main" java.lang.ClassCastException: com.alibaba.fastjson.JSONArray cannot be cast to com.alibaba.fastjson.JSONObjectat com.alibaba.fastjson.JSON.parseObject(JSON.java:164) at com.lysoft.business.web.oa.ui.jh_infoPortal.ws.Impl.test.main(test.java:12) json中类型转换问题,意思是 ...
Exception in thread "main" java.lang.ClassCastException: com.alibaba.fastjson.JSONArray cannot be cast to com.alibaba.fastjson.JSONObjectat com.alibaba.fastjson.JSON.parseObject(JSON.java:164) at com.lysoft.business.web.oa.ui.jh_infoPortal.ws.Impl.test.main(test.java:12) json中类型转换问题,意思是 ...
1.在eclipse中构建maven项目,之后在pom.xml文件中填写必要的配置参数 2.pom.xml文件 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> ...
1.在eclipse中构建maven项目,之后在pom.xml文件中填写必要的配置参数 2.pom.xml文件 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> ...
--毫秒数转换为日期时间 select * from oa_dut SELECT TO_CHAR(1112070645000 / (1000 * 60 * 60 * 24) + TO_DATE('1970-01-01 08:00:00', 'YYYY-MM-DD HH:MI:SS'), 'YYYY-MM-DD HH:MI:SS') AS CDATE FROM DUAL; 举例 select to_char(a.noticetime / (1000 * 60 * 60 * 24) + TO_DATE('1970-01-01 ', 'YYYY-MM-DD '), 'Y ...
--毫秒数转换为日期时间 select * from oa_dut SELECT TO_CHAR(1112070645000 / (1000 * 60 * 60 * 24) + TO_DATE('1970-01-01 08:00:00', 'YYYY-MM-DD HH:MI:SS'), 'YYYY-MM-DD HH:MI:SS') AS CDATE FROM DUAL; 举例 select to_char(a.noticetime / (1000 * 60 * 60 * 24) + TO_DATE('1970-01-01 ', 'YYYY-MM-DD '), 'Y ...
<?xml version="1.0" encoding="UTF-8"?> <project name="dutyManage_ly_app_oa_component_oa" basedir="." default="usage"> <property file="build.properties" /> <property name="build.jar" value="${component ...
<?xml version="1.0" encoding="UTF-8"?> <project name="dutyManage_ly_app_oa_component_oa" basedir="." default="usage"> <property file="build.properties" /> <property name="build.jar" value="${component ...
<?xml version="1.0" encoding="UTF-8"?> <wsdl:definitions targetNamespace="http://Impl.ws.jh_infoPortal.ui.oa.web.business.lysoft.com" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://Impl.ws.jh_infoPortal.ui.oa.web.business.ly ...
<?xml version="1.0" encoding="UTF-8"?> <wsdl:definitions targetNamespace="http://Impl.ws.jh_infoPortal.ui.oa.web.business.lysoft.com" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://Impl.ws.jh_infoPortal.ui.oa.web.business.ly ...
程序员思考 如果一个程序员,技术上不够娴熟,项目经验又少, 加上没有开发背景,一心只想高工资,频繁跳槽离职。 这样久而久之不能立足一个行业,最后心就会变的很浮躁, 有时候会处在一种怀疑状态,迷茫,最终会失败。 在软件开发教育行业,我比较敬佩张孝祥,不仅仅是他的软件开发 技术的深厚,还有他把复杂的事情,简单化。对问题分析的很透彻。 这样的人不多。 时间过的好快,在我们工作中,开发一个模块,有时候会 连续奋战几天。如果我们的思路正确,分析问题正确,那么我们的 开发效率很高,否则只是会事倍功半,浪费了很多宝贵的时间。 如果在公司里连续半年公司没有发展,业务不忙,项目稳定, ...
Global site tag (gtag.js) - Google Analytics