`
mickey_hou
  • 浏览: 246393 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类
最新评论
文章列表

jquery ajax

$.ajax( { type: "post", //请求方式 url : v_url,  //请求路径 data : v_data,//请求参数 dataType: "json/text/html" ,//请求参数返回类型 error : function() {//错误处理                     alert("error"); }, success:function(data){//成功处理   setTimeout("releaseImages()", ...
public Integer getTotalNum(Integer cloudUserId) throws Exception { StringBuffer hql = new StringBuffer(" select count(*) from Jobinstance as model model.status <> 'DELETED' "); if (cloudUserId > 0) hql.append(" and model.clouduser.cloudUserId=").append(cloudUserId ...
org.springframework.orm.hibernate3.HibernateSystemException: Illegal attempt to associate a collection with two open sessions; nested exception is org.hibernate.HibernateException: Illegal attempt to associate a collection with two open sessions at org.springframework.orm.hibernate3.SessionFactoryUt ...

ext4

    博客分类:
  • ext
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <%@ taglib prefix="s" uri="/struts-tags"%> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html>   <head>     <title>l ...
package com.huawei.cloud.util.cover; import java.beans.IntrospectionException; import java.beans.Introspector; import java.beans.PropertyDescriptor; import java.math.BigDecimal; import java.math.BigInteger; import java.util.List; import java.util.Map; import java.util.Set; import org.apache.log4j.L ...
Global site tag (gtag.js) - Google Analytics