语法setcookie(name,value,expire,path,domain,secure) 参数 描述 name 必需。规定 cookie 的名称。 value 必需。规定 cookie 的值。 expire 可选。规定 cookie 的有效期。 path 可选。规定 cookie 的服务器...
分类:
其他好文 时间:
2015-05-28 15:54:20
阅读次数:
148
介绍DDD概念Eric Evans的“Domain-Driven Design领域驱动设计”简称 DDD,它是一套综合软件系统分析和设计的面向对象建模方法,或者可称为MDD模型驱动方法的一种,区别于MDA模型驱动架构。它是一种分析设计建模方法,它倡导统一语言,提出了实体和值对象以及聚合根等概念,借助...
分类:
Web程序 时间:
2015-05-28 14:03:12
阅读次数:
290
from http://www.it165.net/admin/html/201312/2182.htmlDNS(Domain Name System域名系统)区域化管理分布式层次性域名空间结构1.根域(root)2.顶级域组织域国家或地区域3.二级域4.主机名FQDN(full qualified...
Prefer Domain- Specific Types to Primitive TypesEinar LandreON SEPTEMBER 23, 1999, the $327.6 million Mars Climate Orbiter was lost while entering orbit around Mars due to a software error back on Eart...
分类:
其他好文 时间:
2015-05-27 13:55:26
阅读次数:
109
NSError codes in the Cocoa error domain.
enum {
NSFileNoSuchFileError = 4,
NSFileLockingError = 255,
NSFileReadUnknownError = 256,
NSFileReadNoPermissionError = 257,
NSFileReadInvalidF...
分类:
移动开发 时间:
2015-05-27 10:03:36
阅读次数:
301
public string UploadPhotoUrl(HttpPostedFileBase uploadFile) { MessageResult result = new MessageResult(); string domain = this.TheVisitorInfo.DomainUn...
分类:
其他好文 时间:
2015-05-26 17:50:21
阅读次数:
108
// The contents of this file are in the public domain. See LICENSE_FOR_EXAMPLE_PROGRAMS.txt/* This is an example illustrating the use of the member...
分类:
其他好文 时间:
2015-05-26 15:56:52
阅读次数:
108
一什么是DNS?
DNS(DomainNameSystem).域名解析系统,因特网上负责把域名解析和通用IP相互映射。
二DNS相关概念
域名(domainnames):是由一串用点分隔的名字组成的Internet上某一台计算机或计算机组的名称,用于在数据传输时标识计算机的标识符。
域名的构成:以hello.liuliancao..
分类:
其他好文 时间:
2015-05-25 20:32:26
阅读次数:
142
#LVM回滚技术
[root@domain/]#umount/home #卸载/home分区
[root@domain/]#lvreduce-L200M/dev/vg01/lvhome #不扫描文件系统,直接减掉文件系统
[root@domain/]#mount/dev/vg01/lvhome #这个时候挂载就会报错,文件系统就损坏了
[root@domain/]#cd/etc/lvm #进..
分类:
其他好文 时间:
2015-05-24 10:12:41
阅读次数:
197