`
83026191
  • 浏览: 45338 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论
文章列表
org.objectweb.asm.ClassVisitor.visit(IILjava/lang/String;Ljava/lang/String;[Ljava/lang/String;Ljava/lang/String;)V   出现这个错误是因为你在搭建框架的时候把asm-2.2.3.jar包删掉
如果在/sandh/web-inf/classes下面没有ehcache.xml这个文件,会报这个错误,No configuration found. Configuring ehcache from ehcache-failsafe.xml found in the classpath:.....这个文件是hibernate缓存配置文 件   <ehcache> <diskStore path="java.io.tmpdir"/> <defaultCache    maxElementsInMemory="10000&q ...
<!DOCTYPE struts PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 2.0//EN" "http://struts.apache.org/dtds/struts-2.0.dtd" ><struts>    <!-- include节点是struts2中组件化的方式 可以将每个功能模块独立到一个xml配置文件中 然后用include节点引用 -->    <include file="struts-default. ...

extjs树

oneTreePanel =Ext.extend(Ext.tree.TreePanel,{   menu:null,   constructor:function(){     this.menu=new Ext.menu.Menu({      items:[{        text:"添加",        handler:this.onInsertNode,        scope:this       },{        text:"删除& ...
JsonPagingGridPanel =Ext.extend(Ext.grid.GridPanel,{        constructor:function(){     this["store"]:new Ext.data.Store({         url:"",      //reader解析      reader:new Ext.data.JsonReader({         //autoLoad:true,               root:"rows",//解析指定xml的节点         //分页需要 ...
PagingGridPanel =Ext.extend(Ext.grid.GridPanel,{        constructor:function(){     this["store"]:new Ext.data.Store({         url:"",      //reader解析      reader:new Ext.data.XmlReader({         autoLoad:true,               record:"row",//解析指定xml的节点         //分页需要的属性(数量 ...
// JavaScript Document//EditorGridPanel实现单元格选中MoneyGrildPanel=Ext.extend(Ext.grid.EditorGridPanel,{   typeCnb:null,      inserted:[],   //定义conn对象   conn:new Ext.data.Connection(),         constructor:function(){    this.typeCnb= new Ext.form.ComboBox({                                 triggerAction:' ...
// JavaScript Document// JavaScript Document//PersonViewGridPanel.SIORE_URL="http://localhost/IISHelp/ExtJSTest/server/app/test/11/xmlstore.asp"/****************************************************************************************************/ PersonListFormPanel=Ext.extend(Ext.form.For ...
Ext.onReady(function (){     var _grid=new Ext.grid.GridPanel({     id:"view_grid",     renderTo:Ext.getBody(), height:200, width:350, //enableColumnMove:false,列不可拖动     //colModel等同于columns     colModel:new Ext.grid.ColumnModel([                         {header: "姓名", width: 100, ...

简单的GridPanel

Ext.onReady(function (){     var _grid=new Ext.grid.GridPanel({     renderTo:Ext.getBody(), height:200, width:350,     //colModel等同于columns     colModel:new Ext.grid.ColumnModel([                         {header: "姓名", width: 100, sortable: true, dataIndex: 'change'},           ...
json的:  Ext.onReady(function (){     var _store=new Ext.data.JsonStore({      //data:[{sex:"男"},{sex:"女"}],//存放到数组里 //fields:['sex']//解析 proxy:new Ext.data.HttpProxy({url:"http://localhost/IISHelp/ExtJSTest/server/app/test/11/xmlstore.asp"}) alert(_stor ...
html代码: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html>     <head>         <title>wayfoon</title>         <meta http-equiv="pragma" content="no-cache">         <meta http-equiv="cache-control" c ...
-Java代码 package com.test;     import java.io.IOException;     import javax.servlet.ServletException;   import javax.servlet.http.HttpServlet;   import javax.servlet.http.HttpServletRequest;   import javax.servlet.http.HttpServletResponse;     @SuppressWarnings("serial")   public c ...
Global site tag (gtag.js) - Google Analytics