码迷,mamicode.com
首页 >  
搜索关键字:configuration manag    ( 6024个结果
【AutoMapper官方文档】DTO与Domin Model相互转换(上)
前言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
shoppingCart
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
login
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
[转]sa不能远程连接sql server 2008的解决办法
本文转自:http://www.cnblogs.com/chendaoyin/archive/2012/08/25/2656900.html方法:开始->Microsoft SQL Server 2008->配置工具目录下,打开SQL Server Configuration Manager,展开“...
分类:数据库   时间:2014-05-01 06:01:08    阅读次数:421
hadoop生态系统默认端口集合
1 HDFS服务中,默认端口集合:  1. HDFS 端口 Service Servers Default Ports Used Protocol Description Need End User Access? Configuration Parameters NameNode WebUI Master Nodes (NameNo...
分类:其他好文   时间:2014-04-29 13:24:21    阅读次数:492
HDU-2850-Load Balancing(贪心)
Problem Description In the Wide Web World, Which web server was popular in web site? Apache, nginx, lighttpd? Baidu.com use Apache, and many web sites like 163.com use nginx. Why? Its configuration i...
分类:其他好文   时间:2014-04-29 13:24:20    阅读次数:355
【Bug笔记】Unable to load configuration. - Class: java.net.AbstractPlainSocketImpl
最近出了一件怪事,在联网状态下启动Tomcat和没有联网状态下启动Tomcat会出现两种不同的结果:正常启动和报错 于是自己纠结了半天,查找原因是struts.xml中配置的声明方式,我用的jar是struts-2.1.8.jar,而我引用的是2.3的(这个声明方式在互联网上拷贝的,因为参考的是互联网的一些代码例子,往往这里就出错了),它没有在本地形成struts-2.3.dtd文件,所以只有在...
分类:编程语言   时间:2014-04-29 13:22:21    阅读次数:502
HBase的JavaAPI使用
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集群安装
本文将基于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
6024条   上一页 1 ... 600 601 602 603 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!