在《Core java 2: volumn 1, Edition 5》一书的第四章“对象与类”中讲到域赋值语句、实例块、静态块及构造方法等在创建类实例时的执行顺序,中文译本有些处翻译的不贴切,而英文原书中也有一处错误。本文通过一个小程序来说明类实例构造过程中的语句执行顺序。程序如下:public c...
分类:
其他好文 时间:
2015-08-06 14:48:17
阅读次数:
88
Sage.Informatics产品:ChemTK.v4.2.1.WinALL 1CD(Windows系统下的化学工具,为制药或生物工业提供低成本的研究工具)Merck.Index.13th.Edition.V13.1-ISO 1CD(默克化学宝典参考资料,有超过1万个专题论文、化学品、药品、生物制...
分类:
其他好文 时间:
2015-08-05 14:44:46
阅读次数:
202
Oracle中文官网:http://www.oracle.com/cn/index.html Oracle中文官网下载:http://www.oracle.com/technetwork/cn/database/enterprise-edition/downloads/index.html Orac...
分类:
数据库 时间:
2015-08-02 23:17:09
阅读次数:
252
转自:http://blog.itpub.net/271063/viewspace-1061279/-- 连接数据库 创建测试用户-- Connected to Oracle Database 12c Enterprise Edition Release 12.1.0.1.0-- Connected...
分类:
数据库 时间:
2015-08-01 18:42:26
阅读次数:
236
企业版DVD SQL Server 2005 Enterprise Edition(支持超大型企业)32 位DVD:ed2k://|file|cs_sql_2005_ent_x86_dvd.iso|972310528|4CEEF4B959894FD78C8F8416B4BA533E|/64 位DVD...
分类:
数据库 时间:
2015-07-31 21:43:39
阅读次数:
155
今儿个重装了个系统,win8 64位。接着装了个64位的oracle11g,oracle11g下载页面:http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html,找到适合自己系统的数据库,需要...
分类:
数据库 时间:
2015-07-29 00:43:15
阅读次数:
158
上部转自Oracle 11g R2 for Win7旗舰版(64位)的安装步骤1、下载Oracle 11g R2 for Windows的版本下载地址:http://www.oracle.com/technetwork/database/enterprise-edition/downloads/in...
分类:
数据库 时间:
2015-07-29 00:26:53
阅读次数:
284
2015年技术类《linux鸟哥的私房菜》2th Edition《大型网站网站系统与Java中间件实践》 已完成《大型网站技术架构核心原理与案例分析》《Java虚拟机规范 Java SE 7版》 已完成《Lucene实战》 已完成《第一本Docker书》《Spark大数据处理技术》《从Paxos到Z...
分类:
其他好文 时间:
2015-07-28 22:47:17
阅读次数:
183
/* Write a program to remove trailing blanks and tabs from each line of input,
and to delete entirely blank lines. */
#include
#define MAXLINE 1000 /* maximum input line size */
int getl...
分类:
其他好文 时间:
2015-07-27 23:04:22
阅读次数:
139
/* Write a function reverse(s) that reverses the character string s. Use it to
write a program that reverses its input a line at a time. */
#include
#define MAXLINE 1000 /* maximum input l...
分类:
其他好文 时间:
2015-07-27 23:00:48
阅读次数:
135