前言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
1 package com.kite.pi; 2 3 import java.util.List; 4
5 import org.jbpm.api.Configuration; 6 import org.jbpm.api.ProcessInstance; 7
import org...
分类:
其他好文 时间:
2014-04-30 20:38:40
阅读次数:
514
package com.opensymphony.xwork2;import
com.opensymphony.xwork2.config.Configuration;import
com.opensymphony.xwork2.config.ConfigurationException;impor...
分类:
其他好文 时间:
2014-04-29 19:12:40
阅读次数:
729
防抖时间设的不是太好.... 1 /* 2 ::按键控制 3 PA8接LED,PE2接按键 4
*/ 5 #include"stm32f10x.h" 6 void RCC_Configuration(void); 7 void
GPIO_Config(void); 8 void Delay(__IO...
分类:
其他好文 时间:
2014-04-29 18:26:23
阅读次数:
466
最近出了一件怪事,在联网状态下启动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