《Parser and Optimizer》的相关内容
相关讨论
自己翻译的Java.In.A.Nutshell.5th中泛型一章,欢迎拍砖把文章砸的漂亮一些
做些说明吧:转网页的东西,改起来稍觉得的麻烦,就可能滞后。不过pdf文件会不定时的及时更新
4.1. Generic Types
Generic types and methods are the defining new feature of Java 5.0. A generic type is defined using one or more type variables and has ...
by Julysea 2006-09-21 浏览 (11470) 回复 (19) 关键字:
数据库大批量数据插入的性能优化问题
情况是这样的:
用户要在页面上提交或指定服务器上的一个数据文件,然后后台程序对这个数据文件进行分析。分析过程类似字符串匹配,会生成大量的数据,要插入到数据库里面,这里就产生了性能问题。目前在实现上采用spring+hibernate+mysql,PO有两个简单的多对一单向关联。我自己测试了一个174K的数据文件,总共产生一万两千条记录。本来要近10分钟,现在已经减少到20秒以内。已经做了如下的一些 ...
by de3light 2004-12-02 浏览 (2392) 回复 (9) 关键字:
Eclipse 3.3M5发布
Eclipse 3.3 M5 - New and Noteworthy
There's a hot new drop of Eclipse to warm you up during these coldest days of winter. Here are some of the more noteworthy things available in milestone build ...
by jackhlp 2007-02-12 浏览 (6831) 回复 (14) 关键字:
A J2ME FAQ
J2ME technologies
What are the main differences between programming for a J2ME JVM, and programming for a J2SE JVM?
Most obviously, the J2ME programmer has access only to a reduced range of basic API ...
by jacky-zhang 2008-03-11 浏览 (662) 回复 (0) 关键字: j2me
Rails的怪异作法 -- 关于config
说ruby是怪异的语法有点不妥当,动态语言里面不乏这样的语法出现。但是看了一些源码后发现,使用ruby的用法真的各有不同,就像大家以前说的,ruby每个人写出来的可能都不同。
现来说Rails里面如何加载config的吧。
在java里面config绝对是一个resource文件,然后通过读取配置的工具加入进来,在分析处理。
在ROR里面完全不是这么回事。
1.首先大家要了解的是,在我们启 ...
by 差沙 2006-11-21 浏览 (8846) 回复 (19) 关键字:
相关博客
Oracle SQL optimization(摘自SAP Note 766349)
Symptom1. What is SQL optimization?2. How important is SQL optimization?3. Which criteria are used to determine the load of an SQL statement?4. Where can I find information on the executed SQL s ...
by Jack Wu 2007-01-26 浏览 (484) 回复 (0) 关键字:
Oracle SQL optimization(摘自SAP Note 766349)
Symptom
1. What is SQL optimization?
2. How important is SQL optimization?
3. Which criteria are used to determine the load of an SQL statement?
4. Where can I find information on the exec ...
by Jack Wu 2007-01-26 浏览 (4) 回复 (0) 关键字:
MySQL Select and Sort Status Variables
MySQL Select and Sort Status Variables
MySQL Select and Sort Status Variables
MySQL SHOW STATUS; and mysqlreport using the -sas command line option show nine status variables which are counters f ...
by myreligion 2007-12-18 浏览 (303) 回复 (0) 关键字:
10 tips for optimizing mysql queries
By Justin Silverton
use the explain command
Use multiple-row INSERT statements to store many rows with one SQL statement.
The explain command can tell you which indexes are used with ...
by andyao 2007-11-09 浏览 (236) 回复 (0) 关键字: mysql 优化
SELECT WHERE pattern
需求:
字段A只有4列的取出来
解决方案: OPEN-SQL得pattern
SELECT *
FROM TABLE
INTO TABLE AAA
WHERE A LIKE '____' . 四个_
_代表任意一个字符 %代表任意字符串
...
by blueoxygen 2007-07-11 浏览 (738) 回复 (0) 关键字: ABAP
相关圈子讨论
Lifting again the 'Tattered Flag'
I wish to complain very respectfully,but most urgently,that the Army Estimates involved by the scheme lately explained by the Secretary of State for War are much too high,and ought to be reduced,if no ...
by 回帖专用 2007-02-28 浏览 (823) 回复 (0)
Flex With Spring [转]
来源: http://coenraets.org/flex-spring
What is Spring?Spring is one of the most popular Java frameworks. The foundation ofthe Spring framework is a lightweight comp ...
by mikel 2007-11-23 浏览 (1266) 回复 (1)
The Pen "Liberator of Man And of Nations"
The fortunate people in the world-the only really fortunate people in the world,in my mind-are those whose work is also their pleasure.The class is not a large one, not nearly so large as it is often ...
by 回帖专用 2007-02-05 浏览 (1071) 回复 (1)
The Problem with Programming
转自: http://www.techreview.com/InfoTech/17831/page1/
Bjarne Stroustrup, the inventor of the C++ programming language, defends his legacy and examines what's wrong with most software code.
引用
In the 1 ...
by qiezi 2006-12-06 浏览 (1105) 回复 (2)
Hillary's Speech on Suspending the Campaign
非常出色感人的演讲,增强英语听力信心的好材料。
Hillary's Speech on Suspending the Campaign
以下为讲话原文,现场视频在http://www.youtube.com/watch?v=Lm5hQDFfRvA
Thank you very, very much. Well, this isn't exactly the party I ...
by swflora 2008-07-10 浏览 (301) 回复 (0)
相关新闻
NetBeans6.5 M1 众多期待的特性一览表!
NetBeans6.5 M1 众多期待的特性一览表!
Netbeans 6.5 M1 已经发布,最新版本的NetBeans 增强了许多功能,同时也引入了许多值得期待的新特性.
其中我比较喜欢的是DataBase 的改进,Eclipse 项目导入变得比以前更方便了,可以正确的区分Web项目
和普通项目,还有Spring Hibernate 增强. GUI 中新增了JD ...
by gml520 2008-06-25 浏览 (4453) 回复 (16) 关键字: netbeans 6.5 m1
Sun公司加快JDK的开发—JDK6u6以及JDK6u10Beta发布!
JDK6u6的内部版本号是1.6.0_06-b02,这次发布主要是修正了一些Bug。原文如下:
网址:http://java.sun.com/javase/6/webnotes/ReleaseNotes.html
Java SE 6u10Beta的发布则与众不同
官方发文写到:千万不要被它不起眼的名字(即Java SE 6u10Beta,JDK6更新10Beta版本)所愚弄,它是一个 ...
by jyw 2008-04-18 浏览 (1703) 回复 (1) 关键字: jdk

