上一页 1 ··· 5 6 7 8 9 10 下一页
  2017年4月25日
摘要: select kw0408id, sjbh, ksrs, kch, to_char(wm_concat(kcmc)) as kcmc, ksxs, kssc, ksfs, kcxz, xsyx, nj from (select a.kw0408id, a.sjbh, a.ksrs, kch, kcm 阅读全文
posted @ 2017-04-25 22:42 知了不了了之 阅读(4328) 评论(0) 推荐(0)
摘要: <input type="button" id="selectJS" name="selectJS" value="选择" class="button" style="width:30" onMouseOver="this.style.cursor='hand'" onClick="javascri 阅读全文
posted @ 2017-04-25 15:33 知了不了了之 阅读(142) 评论(0) 推荐(0)
  2017年4月12日
摘要: this.writeJsMessage(response, "function myfun() {alert('生成开课完成!共生成"+jx0404Num+"条通知单!');parent.location.href='"+request.getContextPath()+"/jiaowu/zxgl/ 阅读全文
posted @ 2017-04-12 09:54 知了不了了之 阅读(166) 评论(0) 推荐(0)
  2017年4月6日
摘要: if(xnxqList!=null && xnxqList.size()>0){ String xnxq=""; for (int i = 0; i < xnxqList.size(); i++) { Object[] object = (Object[]) xnxqList.get(i); xnx 阅读全文
posted @ 2017-04-06 17:27 知了不了了之 阅读(116) 评论(0) 推荐(0)
  2017年2月28日
摘要: create or replace TYPE zh_concat_im AUTHID CURRENT_USER AS OBJECT ( CURR_STR VARCHAR2(32767), STATIC FUNCTION ODCIAGGREGATEINITIALIZE(SCTX IN OUT zh_c 阅读全文
posted @ 2017-02-28 22:26 知了不了了之 阅读(2290) 评论(0) 推荐(0)
  2017年1月18日
摘要: 1.导包 2.在web.xml文件中配置前端控制器dispatchServlet 3.创建springmvc配置文件springmvc.xml 4.编写controller 5.在springmvc中开启注解扫描 阅读全文
posted @ 2017-01-18 16:53 知了不了了之 阅读(127) 评论(0) 推荐(0)
摘要: *.do :只拦截.do文件 / :拦截除jsp页面的所有请求,包括restful类型的url /* :拦截所有请求包括jsp页面 阅读全文
posted @ 2017-01-18 16:04 知了不了了之 阅读(274) 评论(0) 推荐(0)
  2016年12月17日
摘要: 1.IE浏览器,标签中name属性可以使用getDocumentById()获取到对应的对象,其他浏览器不支持。 2.关于下载,使用火狐浏览器下载时,下载的文件名称中有空格,文件后缀就会丢失,导致下载下来的文件没有后缀名。 阅读全文
posted @ 2016-12-17 12:36 知了不了了之 阅读(127) 评论(0) 推荐(0)
  2016年6月28日
摘要: public class Demo24 { public static void main(String[] args) { String s = "woaijavahahajavaaiwo"; //原来字符串的长度 int length = s.length(); //删除后的长度 int rep 阅读全文
posted @ 2016-06-28 22:26 知了不了了之 阅读(158) 评论(0) 推荐(0)
  2016年6月24日
摘要: 方法一: 大小写字母在ascii码表中相减的值为32 故可将字符串转车字符数组 小写转大写减32 大写转小写加32 String s= "good"; char[] c = s.toCharArray; //首字母大写 c[0]-=32; 方法二 String类中的 toLowerCase()将单词 阅读全文
posted @ 2016-06-24 23:24 知了不了了之 阅读(6930) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 下一页