- 浏览: 1148990 次
- 性别:
- 来自: 北京
最新评论
-
a535114641:
LZ你好, 用了这个方法后子页面里的JS方法就全不能用了呀
页面局部刷新的两种方式:form+iframe 和 ajax -
di1984HIT:
学习了,真不错,做个记号啊
Machine Learning -
赵师傅临死前:
我一台老机器,myeclipse9 + FB3.5 可以正常使 ...
myeclipse 10 安装 flash builder 4.6 -
Wu_Jiang:
触发时间在将来的某个时间 但是第一次触发的时间超出了失效时间, ...
Based on configured schedule, the given trigger will never fire. -
cylove007:
找了好久,顶你
Editable Select 可编辑select
文章列表
引用from 刘哥
实体域对象
过程域对象
事件域对象
逻辑模型之“逻辑”就是在抽象过程域对象时的这个“过程”
领域模型
领域模型(domain model),也称为概念模型、领域对象模型、分析对象模型,我们在对项目进行分析的时候 ...
http://www.berheley.com/jsnl/J2EEhxjs/index.html
引用J2EE(即Java 2 平台企业版)是由Sun公司主持推出的一项中间件技术。从CORBA、IDL到面向消息的系统,中间件技术已经走过了很长的一段路程,如今J2EE作为中间件技术史上的一块具有决定意 ...
EXP-00056: 遇到 ORACLE 错误 6550
ORA-06550: line 1, column 41:
PLS-00302: component 'SET_NO_OUTLINES' must be declared
ORA-06550: line 1, column 15:
PL/SQL: Statement ignored
EXP-00000: 导出终止失败
原因是数据库本地和服务器上版本不一致造成的:
http://space.itpub.net/519536/viewspace-468231
ERwin Data Modeler 建模实践:
http://blog.csdn.net/CS_xx_DN/archive/2009/12/15/5011397.aspx
ERwin的简单使用笔记:
http://hi.baidu.com/ak456/blog/item/d9953bf50e3b2225bd3109e7.html
适用于对ERwin初学者使用:
http://wenku.baidu.com/view/33a09f3610661ed9ad51f38a.html
关于erwin连oracle时报 “ORA-00942: Table or view does not exis ...
Oracle/PLSQL: Rank Function:
http://techonthenet.com/oracle/functions/rank.php
Oracle Rank:
http://psoug.org/reference/rank.html
RANK, DENSE_RANK, FIRST and LAST Analytic Functions:
http://www.oracle-base.com/articles/misc/RankDenseRankFirstLastAnalyticFunctions.php
Oracle Analytic Functions:
http ...
Oracle/PLSQL: Rank Function:
http://techonthenet.com/oracle/functions/rank.php
Oracle Rank:
http://psoug.org/reference/rank.html
RANK, DENSE_RANK, FIRST and LAST Analytic Functions:
http://www.oracle-base.com/articles/misc/RankDenseRankFirstLastAnalyticFunctions.php
Oracle Analytic Functions:
http ...
http://www.w3china.org/blog/more.asp?name=hongrui&id=47997
一:沉稳
(1)不要随便显露你的情绪。
(2)不要逢人就诉说你的困难和遭遇。
(3)在征询别人的意见之前,自己先思考,但不要先讲。
(4)不要一有机会就唠叨你的不满。
...
JS工具 - Calendar
- 博客分类:
- Tools
DHTML Calendar:
http://www.dynarch.com/projects/calendar/
下列js代码,报“'cells.4.firstChild'为空或不是对象”:
var templateRow = copiedTable.firstChild.lastChild;
var newRow = templateRow.cloneNode(true);
newRow.style.display = "block";
var refRow = copiedTable.firstChild.firstChild.nextSibling //insertBefore()的参照行
///alert(newRow.cells[4]) ////为“undef ...
tagName和nodeName的区别
http://blog.csdn.net/borishuai/archive/2010/07/07/5719227.aspx
W3C DOM Compatibility - Core:
http://www.quirksmode.org/dom/w3c_core.html
nodeType nodeName and nodeValue:
http://www.javascriptkit.com/domref/nodetype.shtml
JavaScript之appendChild、insertBefore和insertAfter:
http://www.cnblogs.com/samlin/archive/2009/03/28/JavaScript-appendChild-insertBefore-insertAfter.html
使用prototype来扩展HTML节点元素的insertAfter()(注:ie下不适用,会报 HTMLElement(或Node)未定义):
http://snippets.dzone.com/posts/show/5179
// 一 扩展HTMLElement的prototype
HT ...
PL/SQL Collections and Records:
http://download.oracle.com/docs/cd/B10501_01/appdev.920/a96624/05_colls.htm#7658
Oracle系列:记录 Record:
http://blog.csdn.net/qfs_v/archive/2008/05/15/2446941.aspx
Oracle PL/SQL中如何使用%TYPE和%ROWTYPE:
http://blog.csdn.net/jwbecalm/archive/2005/07/09/418403.aspx
Oracle中Cursor介绍:
http://www.iteye.com/topic/649874
游标小记(收集汇总):
http://www.itpub.net/viewthread.php?tid=897079&highlight=%D3%CE%B1%EA
REF CURSOR:
Oracle REF CURSOR:
http://www.oradev.com/ref_cursor.jsp引用With the REF_CURSOR you can return a recordset/cursor from a stored procedure.
Using Ref ...
感谢作者对08 SCJP试题的解析!
http://mgc.name/default.asp?tag=SCJP&page=8
Spring JTA应用JOTM & Atomikos I Application:
http://tom-duan.iteye.com/blog/147593
Spring JTA应用JOTM & Atomikos II JOTM:
http://tom-duan.iteye.com/blog/147594
Spring JTA应用JOTM & Atomikos III Atomikos:
http://tom-duan.iteye.com/blog/147599
使用Java开源组件Atomikos开发分布式事务应用:
http://blog.csdn.net/ ...