零度
天行健,君子以自强不息;地势坤,君子以厚德载物。
摘要: 1、html <form id="questionTypesManage" method="post" enctype="multipart/form-data"> <table cellpadding="0" cellspacing="0" class="queryTable" style="he 阅读全文
posted @ 2017-09-28 00:21 青青之兰 阅读(254) 评论(0) 推荐(0) 编辑
摘要: 1、html 2、js 3、struts2 mxl 4、action 5、service 6、util 阅读全文
posted @ 2017-09-28 00:01 青青之兰 阅读(799) 评论(0) 推荐(0) 编辑
摘要: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' defined i 阅读全文
posted @ 2016-08-22 09:15 青青之兰 阅读(5612) 评论(0) 推荐(0) 编辑
摘要: 如果传递的是json格式数据,记得将json数组转换成对象,如: $(function(){ setData(); $.ajax({ async : false, type : "post", url : "./draftServlet", data : { "optionType" : "getC 阅读全文
posted @ 2016-05-27 16:30 青青之兰 阅读(988) 评论(0) 推荐(0) 编辑
摘要: 改成单例模式: package com.gzzy.rmm.common.servlet;import java.io.IOException;import java.io.PrintWriter;import javax.servlet.ServletContext;import javax.ser 阅读全文
posted @ 2016-05-22 13:31 青青之兰 阅读(334) 评论(0) 推荐(0) 编辑
摘要: [root@dbsrv1 ~]# su - oracledbsrv1-> sqlplus gjtq/gjtq SQL*Plus: Release 11.2.0.4.0 Production on Thu Apr 21 19:46:41 2016 Copyright (c) 1982, 2013, O 阅读全文
posted @ 2016-04-22 09:24 青青之兰 阅读(795) 评论(0) 推荐(0) 编辑
摘要: delete from 表名 where 重复字段 in (select 重复字段 from 表名 group by 重复字段 having count(重复字段) > 1)and rowid not in (select min(rowid) from 表名 group by 重复字段 havin 阅读全文
posted @ 2016-04-19 17:17 青青之兰 阅读(6681) 评论(0) 推荐(0) 编辑
摘要: insert into GZFW_YHXX(xm,zjlx,zjhm,zt,mm) select xm,'01',zjhm,'01','C4CA4238A0B923820DCC509A6F75849B' from gjtq.gg_gr; 阅读全文
posted @ 2016-04-17 15:26 青青之兰 阅读(2711) 评论(0) 推荐(0) 编辑
摘要: String date = "2011-11-11"; SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd"); try{ Date mydate = format.parse(date); }catch(ParseException 阅读全文
posted @ 2016-04-16 22:27 青青之兰 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 修改官方提供的demo实例,本来是单选的,让她编程多选,完成了勾选和去勾选的所有功能。 1 2 3 4 5 Basic Combo - jQuery EasyUI Demo 6 7 8 9 10 11 12 13 Basi... 阅读全文
posted @ 2015-06-23 17:57 青青之兰 阅读(4899) 评论(0) 推荐(1) 编辑