English
vc_asp
这个作者很懒,什么都没留下…
展开
-
Inversion of Control Containers and the Dependency Injection pattern
In the Java community theres been a rush of lightweight containers that help to assemble components from different projects into a cohesive application. Underlying these containers is a common pa转载 2009-03-13 17:03:00 · 756 阅读 · 0 评论 -
How to enter a single quotation mark in Oracle?
Answer: Although this may be a undervalued question, I got many a search for my blog with this question. This is where I wanted to address this question elaborately or rather in multiple ways. Met转载 2009-03-23 21:26:00 · 963 阅读 · 0 评论 -
How to execute a query in varchar2 ?
方法一: EXECUTE IMMEDIATEDECLARE dd date;LC$Requete VARCHAR2(256) ; BEGINLC$Requete:= SELECT sysdate from dual;EXECUTE IMMEDIATE LC$Requete INTO dd ;dbms_output.put_line(dd);END ;/转载 2009-03-25 10:58:00 · 592 阅读 · 0 评论 -
A Look at Commons Chain, Part 1
As developers, we are often required to apply object-oriented approaches to systems that are procedural in nature. Business analysts and managers illustrate such systems using flowcharts and workflow转载 2009-03-25 15:39:00 · 832 阅读 · 0 评论 -
What are the difference between DDL, DML and DCL commands?
DDL COMMANDS:CREATE,ALTER,DROP AND TRUNCATE ARE CALLED DDL COMMANDS. They are called Data Definition since they are used for defining the data. That is the structure of the data is known through these转载 2009-03-31 09:34:00 · 751 阅读 · 0 评论 -
金山词霸对PDF文件的取词问题
今天上午在办公室正确安装了金山词霸和Adobe Reader,却发现金山词霸对PDF文件不能屏幕取词。 点击开始菜单->程序->金山词霸2007->插件管理器,打开插件管理窗体。 点击窗体的“安装 Acrobat 插件...”按钮; 这时,大部分的PDF已经可以使用,但有的PDF还是不行,查明原因,原来有的PDF文件被加了密,无法提取相关词语。 下载AdultP转载 2009-03-31 12:11:00 · 852 阅读 · 0 评论 -
NUMBER Datatype
NUMBER Datatype The NUMBER datatype stores zero as well as positive and negative fixed numbers with absolute values from 1.0 x 10-130 to (but not including) 1.0 x 10126. If you specify an arithmetic转载 2009-04-04 21:24:00 · 900 阅读 · 0 评论