1. 概念 将一个类的接口转换成客户希望的另外一个接口 Adapter模式使得原本由于接口不兼容而不能在一起工作的那些类可以在一起工作 1.Target 定义Client使用的与特定领域相关的接口。 2.Client 与符合Target接口的对象协同。 ...
分类:
其他好文 时间:
2014-06-23 06:00:32
阅读次数:
290
普通情况下,Response.Redirect 方法是在server端进行转向,因此,除非使用 Response.Write("") 方法外,是不能在新窗体打开所指定的 URL 地址的。可是,假设细致分析一下,假设设置 form 元素的 target 属性,还是有办法打开新窗体的。以下就是能够採用的...
最近在学Hadoop,的确是个好东西,内部原理的确很难理解,不过用起来还是比较方便的因为刚接触,一些指令还是写记下hadoop fs -rmr 每次运行前都要删除输出目录hadoop jar target/Test-1.0-SNAPSHOT.jar javaPath运行hadoop程序hadoop ...
分类:
其他好文 时间:
2014-06-22 23:10:26
阅读次数:
237
Given a sorted array of integers, find the starting and ending position of a given target value.
Your algorithm's runtime complexity must be in the order of O(log n).
If the target is not found ...
分类:
其他好文 时间:
2014-06-22 21:47:15
阅读次数:
269
准备 qemu, 编译 arm 的运行环境
$ wget http://wiki.qemu-project.org/download/qemu-2.0.0.tar.bz2$ tar xzvf qemu-2.0.0.tar.bz2$ mkdir ./qemu-2.0.0/bin$ cd ./qemu-2.0.0/bin/$ ../configure --target-list=arm-soft...
分类:
移动开发 时间:
2014-06-22 19:48:39
阅读次数:
386
今天是2014-06-18,在复制数据的时候出现如下错误:
RMAN-05537: DUPLICATE without TARGET connection when auxiliary instance is started with spfile cannot use SPFILE clause
操作过程如下:
[oracle@dg1 dbs]$ rman target sys/root@...
分类:
其他好文 时间:
2014-06-22 19:13:14
阅读次数:
306
一.TARGET_BUILD_VARIANT=user
当选择的编译类型为user的时候,可以在/build/core/main.mk中看到(android 4.2):
# Turn on Dalvik preoptimization for user builds, but only if not
# explicitly disabled and the build is running on Linux (since host
# Dalvik isn't built for non-L...
分类:
移动开发 时间:
2014-06-22 18:17:14
阅读次数:
443
GoldenGate配置(二)之双向复制配置
环境:
Item
Source System
Target System
Platform
Red Hat Enterprise
Linux Server release 5.4
Red Hat Enterprise
Linux Server rele...
分类:
其他好文 时间:
2014-06-22 11:46:51
阅读次数:
362
继上一篇云平台完成SCCM部署篇之后,SCCM篇正式开始,今天将开始介绍为SCCM做一些初始配置(紫色为完成实施,红色为实施中):1、检测完成安装后的SCCM状态:2、点击管理,定位到如图位置:3、右键点击林发现-属性,勾选如图项(检测间隔建议不宜太短,考虑到实际生产环境的带..
分类:
其他好文 时间:
2014-06-22 07:26:26
阅读次数:
384
GoldenGate配置(一)之单向复制配置
环境:
Item
Source System
Target System
Platform
Red Hat Enterprise
Linux Server release 5.4
Red Hat Enterprise
Linux Server re...
分类:
其他好文 时间:
2014-06-22 07:16:57
阅读次数:
282