设计模式-使用php实现工厂方法模式【概要】创建型模式定义一个用于创建对象的接口,让子类决定实例化哪一个类。Factory Method使用一个类的实例化延迟到其子类【GOF95】【结构图】【主要角色】抽象产品(Product)角色:详细产品对象共同拥有的父类或接口详细产品(Concrete Pro...
分类:
Web程序 时间:
2014-08-09 21:04:19
阅读次数:
320
1, 在本地安装的Oracle中找到目录oracle\product\11.2.0\dbhome_1\network\admin, 它下面一般有两个文件可以进行编辑tnsnames.ora listener.ora ,一般只要配置tnsnames.ora即可. 配置内容如下面的方式.# tnsna....
分类:
数据库 时间:
2014-08-09 13:13:47
阅读次数:
211
hive> select product_id, track_time from trackinfo limit 5; Total MapReduce jobs = 1Launching Job 1 out of 1Number of reduce tasks ...
分类:
编程语言 时间:
2014-08-08 17:52:46
阅读次数:
313
RMQ(Range Minimum/Maximum Query)问题是求区间最值问题。对于长度为 n 的数组 A,进行若干次查询,对于区间 [L,R] 返回数组A中下标在 [L,R] 中的最小(大)值。可以用线段树来解决这个问题,预处理的复杂度是 O(nlogn),查询的复杂度是 O(logn)。更...
分类:
其他好文 时间:
2014-08-08 17:34:26
阅读次数:
200
一、安装nrpe本处使用直接解压的方式来安装的nrpe二、配置nrpe服务1.修改libexec文件夹中的check_oracle在其中添加如下项ORACLE_HOME=/oradata/Oracle/product/11.2.0
PATH=$PATH:/oradata/Oracle/product/11.2.0/bin2.在nrpe.conf中添加如下项command[check_oracle_tablespace..
分类:
移动开发 时间:
2014-08-08 16:31:57
阅读次数:
449
有关归档的一些操作
ps:
--这个符号是解释
有颜色字体标示是需要注意的地方
[root@orcl~]#su–oracle
--设置一下ORACLE_SID
[oracle@orcl~]$exportORACLE_SID=denver
--查看一下denver实例是否启动
[oracle@orcl~]$ps-ef|greporacle
root272646887004:23tty100:00:00su..
分类:
其他好文 时间:
2014-08-08 16:26:27
阅读次数:
321
在Android4.2的源码Build/prduct_config.mk里面遇到一个遗憾:# Convert a short name like "sooner" into the path to the product
# file defining that product.
#
INTERNAL_PRODUCT := $(call resolve-short-product-name, $(...
分类:
移动开发 时间:
2014-08-07 23:15:05
阅读次数:
340
myeclise10 svn: E210004: Number is larger than maximum 解决方案...
分类:
其他好文 时间:
2014-08-07 23:11:05
阅读次数:
382
Problem Description:
Given an array of non-negative integers, you are initially positioned at the first index of the array.
Each element in the array represents your maximum jump length at tha...
分类:
其他好文 时间:
2014-08-07 15:42:10
阅读次数:
180
The action bar provides your users a familiar and predictable way to perform actions and navigate your app, but that doesn't mean it needs to look exactly the same as it does in other apps. If you want to style the action bar to better fit your product bra...
分类:
移动开发 时间:
2014-08-07 03:07:49
阅读次数:
605