摘要: package utils;import java.util.ArrayList;public class Json{ public static void main(String[] args) { Json json = new Json(); json.reSet(); json.setSuccess(true); fo... 阅读全文
posted @ 2008-06-11 11:18 meetrice 阅读(1043) 评论(0) 推荐(0)
摘要: 关于颈椎疼痛之疗疾法 颈椎疼痛疾病是萦绕着中老年人的一大顽疾,其特征是;颈椎部位酸痛酸困,颈椎部僵硬筋骨疼痛。使人有一种麻木酸楚极度不舒之感,继而引发头晕目眩,恶心呕吐。最直接的影响最直接的表现是从两手小母指开始发麻,有的也从大母指开始,手指麻木的无法拿东西,甚至捏不住筷子,由于各人有各人的具体情况,所以发病开端不同,但病理是相同的,使人坐卧不安心神不静,... 阅读全文
posted @ 2008-06-10 21:09 meetrice 阅读(294) 评论(0) 推荐(0)
摘要: get-images.jsp: Regexp.java package utils;import java.util.ArrayList;import java.util.HashMap;import java.util.List;import java.util.Set;import java.util.TreeSet;import org.apache.oro.text.regex.Malf... 阅读全文
posted @ 2008-06-10 15:31 meetrice 阅读(547) 评论(0) 推荐(0)
摘要: 沿着aptana的脚步,我遇到了Snippets,开始我还以为是aptana所特有的东西,原来Snippets来自Monkey-Eclipse Monkey。 什么是Monkey呢? 官方网址为http://www.eclipse.org/dash/ Monkey是一个用于自动完成繁琐的编程任务的动枋态脚本工具。他使用javascript的语法,有其自带的开发库又可以使用某些java的函数... 阅读全文
posted @ 2008-06-06 13:28 meetrice 阅读(1396) 评论(0) 推荐(0)
摘要: import java.lang.reflect.Field;import java.lang.reflect.Method;import java.util.ArrayList;import java.util.List;import com.fh.hibernate.pojo.TblUserId;public class XmlHelper { public static String ... 阅读全文
posted @ 2008-06-05 16:46 meetrice 阅读(249) 评论(0) 推荐(0)
摘要: var test = function() { var data = 100; var fun1 = function() { data= data*5; } var fun2 = function() { alert (data); } fun1(); fun2();}();function myfun() { va... 阅读全文
posted @ 2008-06-04 20:41 meetrice 阅读(252) 评论(0) 推荐(0)
摘要: 一. 代码格式化代码格式化工具SourceFormatX 破解版下载:http://cn.ziddu.com/download.php?uid=bLOdlpetbLKh4palaLKWlJqiaK%2BcnJ0%3D8editplus配置方法:二. html模板(template.html) Application Layout Tu... 阅读全文
posted @ 2008-06-04 20:07 meetrice 阅读(2062) 评论(0) 推荐(0)
摘要: 预览:代码: Ext.BLANK_IMAGE_URL = 'js/ext-2.0/resources/images/default/s.gif';Ext.onReady(function() { Ext.QuickTips.init(); Ext.form.Field.prototype.msgTarget = 'side'; var items = [["123", "中华人民... 阅读全文
posted @ 2008-06-02 15:25 meetrice 阅读(3459) 评论(2) 推荐(0)
摘要: 程序规划入门 From Learn About the Ext JavaScript Library Jump to: navigation, search Summary: 在本教程将助你合理地规划一个应用程序。 Author: Jozef Sakalos(译者:Frank Cheung) Published: August 27, 2007 Ext Vers... 阅读全文
posted @ 2008-05-31 15:59 meetrice 阅读(1214) 评论(1) 推荐(0)
摘要: 预览:版本 3.0最近更新:1.已修正不可拖回可选框的BUG,2.增加超出高度自动滚动 ,修改ext-all.css .x-fieldset-body { OVERFLOW: auto}下载地址:http://cn.ziddu.com/download.php?uid=aKybmpymbKuampzzaKqZnJGla6eclZg%3D6 原文 引用地址:http://www.extjs.com/... 阅读全文
posted @ 2008-05-31 08:25 meetrice 阅读(5398) 评论(2) 推荐(0)
摘要: 引用地址:http://www.extjs.com/forum/showthread.php?t=26146 Ext.ux.form.LovField Hi,I wrote a form extension that works like Oracle's LOV(list of values).Demo : http://madrabaz.com/ext/ux/LovField/demo/... 阅读全文
posted @ 2008-05-31 08:23 meetrice 阅读(754) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2008-05-29 21:46 meetrice 阅读(1217) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2008-05-29 21:45 meetrice 阅读(603) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2008-05-29 21:42 meetrice 阅读(568) 评论(1) 推荐(0)
摘要: 网址:http://fins.javaeye.com/blog/1738182008-03-20更新一个临时解决方案. 测试发现,Ext2.02在IE下无法正常释放被删除的元素(当该元素被注册了事件时) 经过分析 发现ext事件机制中的一个bug ( bug 具体描述见: http://fins.javaeye.com/blog/173218 测试使用工具见: http://fins.javaey... 阅读全文
posted @ 2008-05-29 17:45 meetrice 阅读(1194) 评论(0) 推荐(0)
摘要: 1.jsp的utf-8编码,不能解析gbk 编码的js文件,汗!排查了几个小时 阅读全文
posted @ 2008-05-29 11:12 meetrice 阅读(536) 评论(0) 推荐(0)
摘要: xmlreader: var reader = new Ext.data.XmlReader({ record : "row" }, [{ name : 'paramName' }]); var ds = new Ext.data.Store({ url : '../datasource.xml', reader :... 阅读全文
posted @ 2008-05-29 09:36 meetrice 阅读(414) 评论(0) 推荐(0)
摘要: 预览:demo.html: treeloader.js: /**//** * @include "js/Ext.ux.MyTreeLoader/ColumnNodeUI.js" * @include "js/Ext.ux.MyTreeLoader/MyTreeLoader.js" * @include "js/Ext.ux.MyTreeLoader/TreeNodeProvider.js" */E... 阅读全文
posted @ 2008-05-28 16:31 meetrice 阅读(2618) 评论(0) 推荐(0)
摘要: 这个扩展是对Ext.tree.TreeLoader 的功能的增强,可以让TreePanel 通过不同ajax方式调用的数据对象。预览:Extension goal:The main goal of the extension is to extend the Ext.tree.TreeLoader so that you can update a TreePanel by manipulating... 阅读全文
posted @ 2008-05-27 13:58 meetrice 阅读(1797) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2008-05-27 08:47 meetrice 阅读(1361) 评论(3) 推荐(0)
摘要: 预览:调用方法: EXT扩展组件: Ext.form.MultiSelectField = Ext.extend(Ext.form.TriggerField, { readOnly : true, defaultAutoCreate : { tag : "input", type : "text", size : "24", au... 阅读全文
posted @ 2008-05-24 11:44 meetrice 阅读(4621) 评论(2) 推荐(0)
摘要: Tutorial:EXT2联动选框 From Learn About the Ext JavaScript Library Jump to: navigation, search Summary: Very simple example of linked combos for Ext 2 Author: Jozef Sakalos Published: October 20... 阅读全文
posted @ 2008-05-24 10:53 meetrice 阅读(1084) 评论(0) 推荐(0)
摘要: Manual:Component:扩展或插件 zh-CN From Learn About the Ext JavaScript Library Jump to: navigation, search Summary: 辨析Ext Extensions(扩展)与Plugins(插件)之间的关系。 Author: Jozef Sakalos, aka Saki (译者:Frank C... 阅读全文
posted @ 2008-05-24 10:52 meetrice 阅读(1193) 评论(0) 推荐(0)
摘要: 自已扩展EXT组件 From Learn About the Ext JavaScript Library Jump to: navigation, search Summary: Gives an overview on how to extend Components in Ext and provides links to the many great articles that... 阅读全文
posted @ 2008-05-24 10:49 meetrice 阅读(1654) 评论(0) 推荐(0)
摘要: Tutorial:Extending Ext2 Class (Chinese) From Learn About the Ext JavaScript Library Jump to: navigation, search Summary: 本文为您介绍扩展EXT组件类所需的几个步骤。 Author: Jozef Sakalos(译者:Frank Chueng) Publish... 阅读全文
posted @ 2008-05-23 23:56 meetrice 阅读(838) 评论(0) 推荐(0)
摘要: Tutorial:TabPanel Basics (Chinese) From Learn About the Ext JavaScript Library Jump to: navigation, search Summary: 对Tab标签页的使用作简单地介绍 Author: Robin Percy (译者:Frank Cheung) Published: 2007年十一月... 阅读全文
posted @ 2008-05-23 23:51 meetrice 阅读(2308) 评论(0) 推荐(0)
摘要: Tutorial:Events Explained From Learn About the Ext JavaScript Library Jump to: navigation, search Summary: This tutorial will explain what events are and how they are used in Ext. Author: Joze... 阅读全文
posted @ 2008-05-23 23:49 meetrice 阅读(740) 评论(0) 推荐(0)
摘要: Tutorial:DomQuery v1.1 Advanced From Learn About the Ext JavaScript Library Jump to: navigation, search Summary: DomQuery Advanced Author: Bernard Chhun Published: september 13th 2007 Ext ... 阅读全文
posted @ 2008-05-23 23:48 meetrice 阅读(348) 评论(0) 推荐(0)
摘要: Tutorial:DomQuery Basics(Chinese) From Learn About the Ext JavaScript Library Jump to: navigation, search Summary: DomQuery基础 Author: Bernard Chhun (译者:Frank Cheung) Published: 2007-8-5 Ex... 阅读全文
posted @ 2008-05-23 23:47 meetrice 阅读(458) 评论(0) 推荐(0)
摘要: Tutorial:Xtype defined (Chinese) From Learn About the Ext JavaScript Library Jump to: navigation, search Summary: 本教程为大家解释xtype的含义。 Author: Jozef Sakalos(译者:Frank Cheung) Published: 2008五月九号... 阅读全文
posted @ 2008-05-23 23:45 meetrice 阅读(904) 评论(0) 推荐(0)