- 博客(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 111
原创 Sybase procedure output parameter
SYBASE ISSUSES sybase 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 170
原创 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 160
原创 sp debug
[b]sp debug method[/b] create table SPOptimizationTb ( spName varchar(100) not null , seq int ...
2011-08-16 11:20:42 164
原创 SSH integration
lib: antlr-2.7.6.jar commons-beanutils-1.8.0.jar commons-collections-3.2.jar commons-dbcp-1.2.2.jar commons-digester-1.8.1.jar commons-fileupload-1.2.2.jar commons-io-2.0.1.jar commons-lang-2....
2011-08-15 13:46:56 71
原创 sybase cursor and report
select 1 as seq, a.* into SelCommentaryList_jason from SelCommentaryList_terry_res1 a declare cursor_t cursor for select sp_name,run_time,distance,counts from SelCommentaryList_jason order ...
2011-08-02 12:33:32 121
原创 sybase sql test template
/** * a sql test template */ create table #a(id int, name varchar(10) ) select * into #b from #a insert into #a values(4,'a1') insert into #a values(5,'a2') insert into #a values(6,'a3') ...
2011-08-02 12:30:14 92
原创 sybase
sybase dynamic sql demo and quatation escape if exists(select * from sysobjects where name = 'testjson' and type='P') drop procedure testjson setuser 'dbo' go create procedure testjson(@p...
2011-08-02 12:26:20 77
原创 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 140
原创 zen coding 的使用
使用几点感受: zen coding 和 jquery的风格是一致的,提供了强大的标签编辑功能 div#pic>ul>li.yelloClass_$*5 安装: UE下面安装中文版的好象不支持,下个英文搞定(仅支持文本扩展) Eclipse下 (全支持) ## 以插件的形式安装 aptana ## 新建工程 ...
2010-01-28 22:01:13 78
原创 图片垂直居中
tips: 一、 $(window).load(function(){ ... }) 与 $(document).ready(function(){...}) DOM加载完后加载新的图片会改变原有的div的大小 二、 图片宽度、高度一个变,另一个自动变 三、 padding顺序: 上右下左 , 中间空格 center.js : /* *@(#) vcenter....
2010-01-25 18:30:55 81
原创 反射 内省 自动打印类
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 65
原创 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 120
原创 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 152
原创 jar 命令的简单使用
[u][b]jar 命令的简单使用[/b][/u] javac test\HelloWorld.java java test.HelloWorld jar -cvfm test.jar me.txt test/ java -jar test.jar 在eclipse中也以生成,指定一下就可 me.txt: main-class: test.HelloWorld 文件中的...
2010-01-21 10:08:47 87
S2126系列产品配置手册
2008-11-27
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人