`
jacally
  • 浏览: 769646 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论
文章列表
Hibernate 原生SQL<?xml version="1.0"?><!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN""http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd"><!-- Generated 2007-3-20 16:44:34 by Hibernate Tools 3.2.0.beta8 --><hiber ...
利用java.util.Collections.sort方法排序    //所有选项集合                List lsDefineOptions = new ArrayList();                                for(int j=0;j<lsOptions.size();j++)
  SQL查询语句精华使用简要 一、 简单查询   简单的Transact-SQL查询只包括选择列表、FROM子句和WHERE子句。它们分别说明所查询列、查询的表或视图、以及搜索条件等。  例如,下面的语句查询testtable表中姓名为"张三" ...
http://docs.huihoo.com/framework/hibernate/reference-v3_zh-cn/index.html
     摘要: 1.rulesWithDSL.drl文件的定义:package com.mip.biz.operatebill.rules;import com.mip.biz.operatebill.objects.ValueBean;import org.apache.commons.lang.StringUtils;import com.mip.core.utils.Log;global com.mip.b...  阅读全文Lib 2007-03-19 19:41 发表评论
http://www.wujianrong.com/archives/2006/12/javalangoutofmemoryerror_permg.html PermGen space的全称是Permanent Generation space,是指内存的永久保存区域OutOfMemoryError: PermGen space从表面上看就是内存益出,解决方法也一定是加大内存。说说为什么会内存益出:这一部分用于存放Class和Meta的信息,Class在被 Load的时候被放入PermGen space区域,它和和存放Instance的Hea ...
http://www.blogjava.net/guangnian0412/archive/2006/06/01/49712.html
http://www.blogjava.net/guangnian0412/archive/2006/06/09/51574.html
http://www.blogjava.net/lucky/archive/2006/04/21/42345.html
http://www.blogjava.net/lucky/archive/2006/03/27/37623.html
http://fins.iteye.com/blog/51068
http://www.iteye.com/article/12735
http://www.seeitco.com/doc/Html/Java/001009983.html
http://dev.yesky.com/478/2034478.shtml
JSTL语法及参数作者 胡祥春 JSTL语法及参数JSTL包含以下的标签:常用的标签:如<c:out>、<c:remove>、<c:catch>、<c:set>等条件标签:如<c:if><c:when>、<c:choose>、<c:otherwise>等URL标签:如<c:import>、< ...
Global site tag (gtag.js) - Google Analytics