摘要:
用web中的chart显示柱形图并在下方显示数据项,以table形式显示 阅读全文
posted @ 2012-05-12 22:31
伊牛娃
阅读(1722)
评论(2)
推荐(0)
摘要:
需要按照checkbox选中条件来隐藏、显示table中的某一列数据以下是脚本与html,做个笔记! $(document).ready(function () { $("#cblAllParamList input[type='checkbox']").each(function (i) { $(this).click(function () { var j = i + 2; if (!showParam) { $("#... 阅读全文
posted @ 2012-05-12 22:26
伊牛娃
阅读(19102)
评论(0)
推荐(0)
摘要:
在Oracle下实现主键自增(触发器)-- Create table创建表create table T_USERS( userid NUMBER not null, username VARCHAR2(20))-- Create sequence 创建序列create sequence T_USER_SEQminvalue 1maxvalue 9999999999999999999999999999start with 21increment by 1cache 20;最大值和最小值可以不设置,会自动填充--create trigger 创建触发器create or replace trigg 阅读全文
posted @ 2012-05-12 22:25
伊牛娃
阅读(1138)
评论(0)
推荐(0)

浙公网安备 33010602011771号