前言Flattening-复杂到简单Projection-简单到复杂Configuration
Validation-配置验证Lists and Array-集合和数组Nested mappings-嵌套映射后记
上一篇《【道德经】漫谈实体、对象、DTO及AutoMapper的使用》,因为内容写的....
分类:
移动开发 时间:
2014-07-22 23:06:12
阅读次数:
724
一.界面设计 二.具体代码 using System; using
System.Collections.Generic; using System.ComponentModel; using
System.Configuration; using System.Data; using System...
分类:
其他好文 时间:
2014-05-01 15:26:48
阅读次数:
345
using System;using System.Data;using
System.Configuration;using System.Collections;using System.Web;using
System.Web.Security;using System.Web.UI;usin...
分类:
其他好文 时间:
2014-05-01 13:28:29
阅读次数:
274
using System;using System.Collections;using
System.Configuration;using System.Data;using System.Linq;using System.Web;using
System.Web.Security;using ...
分类:
其他好文 时间:
2014-05-01 13:25:21
阅读次数:
380
转自:http://hulefei29.iteye.com/blog/1782376可进入Apple开发者下载中心,Network
Link Conditioner包含在Hardware IO Tools工具包中,点击下载。下载安装后,可看到其中有一个Network Link
Conditioner...
分类:
移动开发 时间:
2014-05-01 13:16:52
阅读次数:
519
Real Time Streaming Protocol或者RTSP(实时流媒体协议),是由Real
network 和 Netscape共同提出的如何有效地在IP网络上传输流媒体数据的应用层协议。RTSP提供一
种可扩展的框架,使能够提供可控制的,按需传输实时数据,比如音频和视频文件。源数据可以包...
分类:
其他好文 时间:
2014-05-01 01:26:01
阅读次数:
448
cd /etc/sysconfig/network-scriptscp ifcfg-eth0
bak.ifcfg-eth0cp ifcfg-eth1 bak.ifcfg-eth1vi
ifcfg-bond0DEVICE=bond0BROADCAST=192.168.8.255IPADDR=192.1...
分类:
系统相关 时间:
2014-04-29 17:17:47
阅读次数:
639
最近出了一件怪事,在联网状态下启动Tomcat和没有联网状态下启动Tomcat会出现两种不同的结果:正常启动和报错
于是自己纠结了半天,查找原因是struts.xml中配置的声明方式,我用的jar是struts-2.1.8.jar,而我引用的是2.3的(这个声明方式在互联网上拷贝的,因为参考的是互联网的一些代码例子,往往这里就出错了),它没有在本地形成struts-2.3.dtd文件,所以只有在...
分类:
编程语言 时间:
2014-04-29 13:22:21
阅读次数:
502
Java Client API Overview
HBase是用Java写的,支持用编程语言来动态操作管理数据库,能用命令行做的都可以用API来做。
基本的使用过程如下:
1.创建一个 Configuration 对象
–从 HDFS 对象中调用 Configuration
–添加 HBase 属性
Configuration conf = HbaseConfiguration....
分类:
编程语言 时间:
2014-04-29 13:12:21
阅读次数:
410
本文将基于hbase 0.98.1讲解其在linux集群上的安装方法,并对一些重要的设置项进行解释,本文原文链接:,转载请注明出处!1. 安装与配置1.1. 前置条件确保已经安装了hadoop并保证hadoop运行正常。关于hbase与hadoop的版本依赖关系,请参考: https://hbase.apache.org/book/configuration.html#hadoop 关于java...
分类:
其他好文 时间:
2014-04-27 21:33:59
阅读次数:
462