码迷,mamicode.com
首页 >  
搜索关键字:creating domain    ( 5380个结果
领域驱动设计实践上篇
一、前言 领域驱动设计的概念最早是由著名的建模专家Eric Evans在2004年发表的著名书籍 Domain-Driven Design –Tackling Complexity in the Heart of Software(中文译名:领域驱动设计 2006年3月清华出版社译本,或称 Doma...
分类:其他好文   时间:2014-12-13 06:11:20    阅读次数:385
httpd: Could not reliably determine the server's fully qualified domain name,
[root@Oraclehttpd-2.2.27]#/etc/init.d/httpdstarthttpd:Couldnotreliablydeterminetheserver‘sfullyqualifieddomainname,using127.0.0.1forServerName解决措施:[root@Oraclehttpd-2.2.27]#vim/usr/local/apache2/conf/httpd.confServerNamelocalhost:80
分类:Web程序   时间:2014-12-12 16:57:07    阅读次数:135
Samba 4 Domain Controller on Ubuntu 14.04 LTS
1. Configure network with a static ip address$sudo nano /etc/network/interfacesauto eth0iface eth0 inet staticaddress 192.168.0.35gateway 192.168.0.1n...
分类:系统相关   时间:2014-12-12 14:35:54    阅读次数:316
PJSIP UA分析
PJSIP UA分析(1)--概述一个SIP UA不外乎包括如下几方面:1 账号管理——包括number,display,authentication name,password,domain,registrar,proxy,outbound-proxy2 账号注册和注销3 主叫管理——键盘事件处理...
分类:Web程序   时间:2014-12-11 13:44:56    阅读次数:2876
Creating a REST API with Spring Boot and MongoDB
Spring Boot is an opinionated framework that simplifies the development of Spring applications. It frees us from the slavery of complex configuration files and helps us to create standalone Spring ...
分类:数据库   时间:2014-12-11 10:38:06    阅读次数:259
Puppet 安装与配置
在RHEL6.5上安装puppet 10.1.1.33 ?puppet 服务端 ? ? 主机名?10.1.1.33.domain.com 10.1.1.34 ?puppet 客户端 ? ? 主机名 10.1.1.34.domain.com 本机/etc/hosts配置为: 10.1.1.33 10.1.1.33.domain.com ...
分类:其他好文   时间:2014-12-10 18:18:54    阅读次数:154
FireFox Prevent this page from creating addtional dialogs 火狐浏览器 设置 阻止此页面创建更多对话框
设置 FireFox Prevent this page from creating addtional dialogs 阻止此页面创建更多对话框
分类:其他好文   时间:2014-12-10 17:41:40    阅读次数:560
java service domain dao 分层思路
从最常规的分层结构来说,系统层次从上到下依次为:表现层:主要是客户端的展示。服务层:直接为客户端提供的服务或功能。也是系统所能对外提供的功能。领域层:系统内的领域活动。DAO层:数据访问对象,通过领域实体对象来操作数据库。其中有些指导原则:1、上层总是依赖其下层,依赖关系不跨层。2、表现成除外,同一...
分类:编程语言   时间:2014-12-10 17:38:25    阅读次数:205
MEF学习
MEF基本概念。The Managed Extensibility Framework or MEF is a library for creating lightweight, extensible applications。主要是用于让程序更易扩展。以接口为最基础的理解。1.可以用静态类的静态方...
分类:其他好文   时间:2014-12-10 16:05:18    阅读次数:184
[转] 使用 MVC 5 的 EF6 Code First 入门 系列
译文:http://www.cnblogs.com/Bce-/category/573301.html原文:http://www.asp.net/mvc/overview/getting-started/getting-started-with-ef-using-mvc/creating-an-en...
分类:Web程序   时间:2014-12-10 14:09:33    阅读次数:157
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!