摘要:
http://dotnetslackers.com/articles/ado_net/BulkOperationsUsingOracleDataProviderForNETODPNET.aspxBulk Operations Using Oracle Data Provider for .NET (ODP.NET)Published:31 Oct 2007By:Chinh DoChinh Do describes techniques to improve application performance with bulk operations using ODP.NET.Introducti 阅读全文
摘要:
原文地址:http://www.ibm.com/developerworks/cn/java/j-javares.htmlJava 专业人士必备的书籍和网站列表书籍每个程序员都会有一些由于经常被当作专业资料参阅而磨坏的书。下列书籍应该是 Java 语言程序员的书架上必备的。书很贵,所以我有意将这份列表弄得很短,仅限于重要书籍。Thinking in Java (Bruce Eckel)Thinki... 阅读全文
摘要:
原文地址:http://www.eygle.com/archives/2006/09/sql_tips.html我有一个表结构,fphm,kshm2014,000000012014,000000022014,000000032014,000000042014,000000052014,000000072014,000000082014,000000092013,000001202013,00000... 阅读全文
摘要:
原文地址:http://www.souzz.net/html/database/ORACLE/9467.html查询SELECT语句用于从数据库中查询数据,当在PL/SQL中使用SELECT语句时,要与INTO子句一起使用,查询的返回值被赋予INTO子句中的变量,变量的声明是在DELCARE中。SELECTINTO语法如下:SELECT [DISTICT|ALL]{*|column[,column... 阅读全文
摘要:
原文地址 :http://www.orafaq.com/node/854Create a blocking lockTo begin, create a situation where one user isactively blocking another. Open two sessions. Issue the following commands inSession 1 to build ... 阅读全文
摘要:
Oracle相关好书推荐 收藏 原文地址:http://blog.csdn.net/Zianed/archive/2009/05/28/4222204.aspx 总结了一下Oracle相关的好书,放在这里做个学习的参考路线。--------------------------------------------------------------------------Tkyte的书1、Exper... 阅读全文
摘要:
原文地址:http://pixeline.be/blog/2008/javascript-loading-external-urls-in-jqmodal-jquery-plugin.html?width=95%&height=80%javascript: Loading external urls in jqModal jquery pluginI was introduced two ... 阅读全文
摘要:
height: 200, //flexigrid插件的高度,单位为pxwidth: ‘auto’, //宽度值,auto表示根据每列的宽度自动计算striped: true, //是否显示斑纹效果,默认是奇偶交互的形式novstripe: false,minwidth: 30, //列的最小宽度minheight: 80, //列的最小高度resizable: true, ... 阅读全文