1 /*** 2 * Licensed to the Apache Software
Foundation (ASF) under one or more 3 * contributor license agreements. See the
NOTICE file distribut...
分类:
编程语言 时间:
2014-06-16 10:37:31
阅读次数:
287
到oracle网站下载直接客户端,http://www.oracle.com/technology/software/tech/oci/instantclient/htdocs/winsoft.html包含oci.dll,orannzsbb10.dll,oraocci10.dll,oraociei1...
分类:
数据库 时间:
2014-06-15 22:22:46
阅读次数:
303
使用Eclipse进行调试时,如果没有想查看源码,据需要合适的反编译插件。 Help--Install New Software,打开后的界面输入网址:http://feeling.sourceforge.net/update 调试的过程中需要将反编译后的行号对齐,步骤如下:
分类:
系统相关 时间:
2014-06-15 20:27:51
阅读次数:
272
DIP,dependency inversion principle,中文翻译为“依赖倒置原则”。 DIP是大名鼎鼎的Martin大师提出来的,他在1996 5月的C++ Reporter发表“ The Dependency Inversion Principle”的文章详细阐述了DIP原则,并且在他的经典著作《 Agile Software Development, Principles, Pa...
分类:
其他好文 时间:
2014-06-15 15:33:53
阅读次数:
277
Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\PolicIEs\Microsoft\Windows NT\Reliability] "ShutdownReasonOn"=dword:00000000"Shutdown...
第一步:如果系统中已安装了open java,需要清理, 反之 略过此过程 sudo apt-get purge openjdk*第二步: 安装 sudo apt-get install software-properties-common第三步: 添加信任的软件源: sudo add-apt...
分类:
数据库 时间:
2014-06-14 16:48:38
阅读次数:
216
Zookeeper 分布式环境搭建一、前期环境安装概览IPHost Name Software
192.168.23.128 ae01JDK 1.7192.168.23.129ae02JDK 1.7192.168.23.130ae03JDK
1.7若使用虚拟机安装,可以安装samba, smb...
分类:
其他好文 时间:
2014-06-13 17:27:08
阅读次数:
206
SQLite介绍SQLite is a software library that
implements aself-contained,serverless,zero-configuration,transactionalSQL
database engine.SQLite是一个开源、免费的小型R...
分类:
数据库 时间:
2014-06-13 15:42:19
阅读次数:
274
JDK就是Java Development
Kit.简单的说JDK是面向开发人员使用的SDK,它提供了Java的开发环境和运行环境。SDK是Software Development Kit
一般指软件开发包,可以包括函数库、编译程序等。 JRE是Java Runtime Enviroment是...
分类:
其他好文 时间:
2014-06-12 16:03:40
阅读次数:
170