- 博客(18)
- 资源 (3)
- 收藏
- 关注
原创 childNodes behavior diffrent in IE & FF
IE and FF count in different ways the childNodes. FF (DOM compliant mode) counts even the possible textNodes (the gaps between tags) while IE counts only some of them.To avoid this, use one the so...
2011-09-02 09:56:43
118
原创 Sybase procedure output parameter
SYBASE ISSUSESsybase output parameter: declare @msg varchar(1024) set @msg = 'dsaf' exec CMUserSearch_jason 'xs05319', 'LS', @msg output select @msg if you want to get output param in...
2011-08-25 18:11:22
180
原创 NProject
https://svn.codespot.com/a/eclipselabs.org/wiirok/trunk/http://code.google.com/a/eclipselabs.org/p/wiirok/
2011-08-16 23:45:59
175
原创 sp debug
[b]sp debug method[/b]create table SPOptimizationTb ( spName varchar(100) not null , seq int ...
2011-08-16 11:20:42
181
原创 SSH integration
lib:antlr-2.7.6.jarcommons-beanutils-1.8.0.jarcommons-collections-3.2.jarcommons-dbcp-1.2.2.jarcommons-digester-1.8.1.jarcommons-fileupload-1.2.2.jarcommons-io-2.0.1.jarcommons-lang-2....
2011-08-15 13:46:56
83
原创 sybase cursor and report
select 1 as seq, a.* into SelCommentaryList_jason from SelCommentaryList_terry_res1 a declare cursor_t cursorfor select sp_name,run_time,distance,counts from SelCommentaryList_jason order ...
2011-08-02 12:33:32
130
原创 sybase sql test template
/*** a sql test template*/create table #a(id int,name varchar(10))select * into #b from #ainsert into #a values(4,'a1')insert into #a values(5,'a2')insert into #a values(6,'a3')...
2011-08-02 12:30:14
101
原创 sybase
sybase dynamic sql demo and quatation escapeif exists(select * from sysobjects where name = 'testjson' and type='P') drop procedure testjsonsetuser 'dbo'gocreate procedure testjson(@p...
2011-08-02 12:26:20
85
原创 wiki introduction
wiki: 内容协作系统 confluence not free Enterprise wiki: TWiki(http://twiki.org/) syn.in(http://cyn.in/home.aspx) mediawiki php+mysql[for free] http://www.xwiki.org/xwiki/bin/view/Main/WebHome ...
2011-07-01 18:12:59
155
原创 zen coding 的使用
使用几点感受: zen coding 和 jquery的风格是一致的,提供了强大的标签编辑功能 div#pic>ul>li.yelloClass_$*5 安装: UE下面安装中文版的好象不支持,下个英文搞定(仅支持文本扩展) Eclipse下 (全支持) ## 以插件的形式安装 aptana ## 新建工程...
2010-01-28 22:01:13
85
原创 图片垂直居中
tips: 一、 $(window).load(function(){ ... }) 与 $(document).ready(function(){...}) DOM加载完后加载新的图片会改变原有的div的大小二、 图片宽度、高度一个变,另一个自动变三、 padding顺序: 上右下左 , 中间空格center.js : /**@(#) vcenter....
2010-01-25 18:30:55
92
原创 反射 内省 自动打印类
package com.xxt.utils;import java.beans.BeanInfo;import java.beans.IntrospectionException;import java.beans.Introspector;import java.beans.PropertyDescriptor;import java.lang.reflect.Invoc...
2010-01-21 23:20:47
73
原创 Java 集合类 简单Demo
package net.xxt.basic;import java.util.Comparator;import java.util.List;import java.util.ArrayList;import java.util.Collections;/** * 描述:List实现Comparable接口或者为其指定比较器 * 一个java文件只能有一个类是...
2010-01-21 23:16:31
131
原创 jquery ajax 静态资源管理_club
统用的CRUD操作,用于后台管理技术 : webwork jquery dbutils/*@(#) showResource.js 静态资源管理_ajax 动态显示@author chujz@version 1.0 2010-01-01*/$(function(){ var showname = {a_resource_id:'资源编号',b_name:'资源名...
2010-01-21 19:15:40
165
原创 jar 命令的简单使用
[u][b]jar 命令的简单使用[/b][/u]javac test\HelloWorld.javajava test.HelloWorldjar -cvfm test.jar me.txt test/java -jar test.jar在eclipse中也以生成,指定一下就可me.txt: main-class: test.HelloWorld文件中的...
2010-01-21 10:08:47
97
S2126系列产品配置手册
2008-11-27
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人