08 2018 档案

摘要:<select onchange="lxx(this)"> <option value="">全部</option> <option value="水电" <c:if test='${lx=="水电"}'>selected=selected</c:if> >水电</option> <option v 阅读全文
posted @ 2018-08-30 17:06 爱跳舞的程序员 阅读(1282) 评论(0) 推荐(0) 编辑
摘要:111111111111 Class<?> cls = Class.forName("包名.类名"); Object o = cls.newInstance(); 222222222222 //取得方法 Method method = cls.getMethod("set"+StringUtil.m 阅读全文
posted @ 2018-08-27 17:58 爱跳舞的程序员 阅读(125) 评论(0) 推荐(0) 编辑
摘要:1、配置java环境变量,将java安装目录下bin文件夹下的xjc.exe配到classpath下 (一般有java环境变量就不用配置了) 2、进入xsd的文件夹下,cmd下执行 xjc -p 包路径 xxx.xsd -d 生成目标的文件夹 如:xjc -p com.ora a.xsd -d ab 阅读全文
posted @ 2018-08-13 14:32 爱跳舞的程序员 阅读(495) 评论(0) 推荐(0) 编辑
摘要:1,引入css和js <script type="text/javascript" src="${ctx}/js/ytd/platform/zdjsDlbyqbh/dlbyqbh.js"></script> <script type="text/javascript" src="${ctx}/js/ 阅读全文
posted @ 2018-08-13 08:58 爱跳舞的程序员 阅读(174) 评论(0) 推荐(0) 编辑
摘要:这里用的是poi相关jar包以及freemarker插值技术实现,poi相关jar包这里不再述说 1,编辑word并保存为xml 2,把xml后缀改为ftl文件 3,前端代码 // alert(jsonStr); var url = "${ctx}//exportWordXTOdsxdlsdbh.h 阅读全文
posted @ 2018-08-10 16:26 爱跳舞的程序员 阅读(1409) 评论(0) 推荐(0) 编辑
摘要:下面讲解了从前端js对象--》json字符串--》java字符串 》java map的过程 1,初始化js对象 var param = {}; param.krel = krel; param.kjx = kjx; param.i3k3max = i3k3max; 2,把js对象传化成json字符串 阅读全文
posted @ 2018-08-10 16:01 爱跳舞的程序员 阅读(4968) 评论(0) 推荐(0) 编辑
摘要:cxf 这里介绍在web跟非web中的发布以及调用 准备条件: 1,导入cxf的相关jar包,以maven项目为例 pom的配置文件为 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/20 阅读全文
posted @ 2018-08-09 17:56 爱跳舞的程序员 阅读(199) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示