上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 27 下一页
摘要: Java+oracle树查询实现easyui中tree使用的json 1.前端页面使用easyui的tree 2.创建TreeJson的dto 3.使用oracle树查询,查询需要构建树的记录,转换成TreeJson对象 4.组合 oracle查询结果为List<TreeJson>,使用TreeJs 阅读全文
posted @ 2017-02-10 16:46 yasepix 阅读(567) 评论(0) 推荐(0) 编辑
摘要: 内省、JavaBean、PropertyDescriptor类、Introspector类、BeanUtils工具包、注解、Rentention、Target、注解的基本属性和高级属性 本文转载自:http://blog.sina.com.cn/s/blog_5d65a16901011kom.htm 阅读全文
posted @ 2017-02-06 21:30 yasepix 阅读(253) 评论(0) 推荐(0) 编辑
摘要: package com.tz.jdbctemplate; import java.sql.CallableStatement; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.sql... 阅读全文
posted @ 2017-01-22 21:56 yasepix 阅读(953) 评论(0) 推荐(0) 编辑
摘要: Spring官网下载dist.zip的几种方法 Spring官网改版后,很多项目的完整zip包下载链接已经隐掉了,虽然Spring旨在引导大家用更“高大上”的maven方式来管理所依赖的jar包,但是完全没想到中国的国情,在伟大的墙内,直接通过maven下载墙外的东西,要么龟速,要么直接被和谐。 下 阅读全文
posted @ 2017-01-22 21:26 yasepix 阅读(133) 评论(0) 推荐(0) 编辑
摘要: importPackage(java.util); importPackage(java.io); importPackage(com.ravali.dbschema.data); /** * 初始化入口 */ function init(dataModel) { var _dataModel = dataModel; var cnt = 0; if (_dataM... 阅读全文
posted @ 2017-01-17 18:26 yasepix 阅读(292) 评论(0) 推荐(0) 编辑
摘要: Freemarker中Configuration的setClassForTemplateLoading方法参数问题 今天使用freemarker中Configuration的setClassForTemplateLoading方法遇到了加载模板目录的一个小问题。 由于网上的其他论坛,博客写的有点乱, 阅读全文
posted @ 2017-01-13 18:16 yasepix 阅读(1812) 评论(0) 推荐(0) 编辑
摘要: SpringMVC拦截器(以及排除拦截的地址) 博客分类: spring mvcspringmvc拦截器 SpringMVC拦截器(以及排除拦截的地址) spring mvcspringmvc拦截器 转载:原文地址 http://blog.csdn.net/tonytfjing/article/de 阅读全文
posted @ 2017-01-12 08:51 yasepix 阅读(1778) 评论(0) 推荐(0) 编辑
摘要: 利用 druid 的 sql parser 模块解析 sql 语句 druid 是阿里开源在 github 上面的数据库连接池,里面有一个专门解析 sql 语句的模块 源码位置: https://github.com/alibaba/druid https://github.com/alibaba/ 阅读全文
posted @ 2017-01-11 11:48 yasepix 阅读(6714) 评论(0) 推荐(0) 编辑
摘要: Understanding JavaScript Function Invocation and "this" 11 Aug 2011 Understanding JavaScript Function Invocation and "this" 11 Aug 2011 Understanding 阅读全文
posted @ 2016-12-19 17:41 yasepix 阅读(293) 评论(0) 推荐(0) 编辑
摘要: 作者:李挺链接:https://www.zhihu.com/question/19636194/answer/123274198来源:知乎著作权归作者所有,转载请联系作者获得授权。 关于 this 的描述,曾经在 stackoverflow 上看到了一篇回答写的非常详尽,下面的文字是一个简单的总结: 阅读全文
posted @ 2016-12-19 16:35 yasepix 阅读(196) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 27 下一页