Error Domain=NSURLErrorDomain Code=-999 "The
operation couldn’t be completed. - (void)webView:(UIWebView *)webView
didFailLoadWithError:(NSError *)err...
分类:
Web程序 时间:
2014-05-24 03:39:02
阅读次数:
852
FQDN(Fully Qualified Domain
Name)完全合格域名/全称域名安装Ambari时,需要设置FQDN,每个节点都要设置,因为Ambari-agent向Ambari-server发送心跳时,第一次要携带FQDN作为自己的标记。而Ambari-server是通过FQDN识别每个A...
分类:
其他好文 时间:
2014-05-24 01:38:56
阅读次数:
728
samba有五种安全级别,它们分别是: share:不需要samba账户就可登陆samba服务器
user:需要添加samba账户才可以登陆samba服务器 server:由另外一台samba服务器来对用户进行身份验证。
domain:把samba服务器加入到NT域,由NT的域控制器来进行身份验证。...
分类:
系统相关 时间:
2014-05-24 00:19:01
阅读次数:
392
原文:http://grails.org/doc/2.3.x/ref/Domain%20Classes/list.htmllistPurposeLists
instances of the domain class.Examples// list everythingdef results = Bo...
分类:
数据库 时间:
2014-05-23 11:42:42
阅读次数:
661
项目名称:/cookieDemo2Record
需求:
模拟用户在网上商城,浏览商品,同时显示商品的浏览记录
1.查询所有商品页面-index.jsp/index.html
a.查询所有商品的按钮-----FindAllBooksServlet.java-com.ghsy.servlet
2.显示商城的商品
a.用bean存储商品-com.ghsy.domain
b.db包中的...
分类:
其他好文 时间:
2014-05-20 16:29:38
阅读次数:
311
Navier-Stokes equations1 Let $\omega$ be a domain
in $\bbR^3$, complement of a compact set $\mathcal{B}$. Consider the following
boundary value proble...
分类:
其他好文 时间:
2014-05-19 14:27:04
阅读次数:
498
写作驱动学习在软件开发领域有这样的几个名词BDD。测试驱动开发(Test-driven development)是极限编程中倡导的程序开发方法,以其倡导先写测试程序,然后编码实现其功能得名TDD。行为驱动开发(Behavior-Driven Development)是一种敏捷软件开发的技术,它鼓励软件项目中的开发者、QA和非技术人员或商业参与者之间的协作。DDD。领域驱动设计(Domain-Dri...
分类:
其他好文 时间:
2014-05-18 18:27:56
阅读次数:
348
工厂方法和原型模式一样,也是属于创建对象的设计模式。
官方定义:
“Define an interface for creating an object, but let subclasses decide which class to instantiate. Factory Method lets a class defer instantiation to subclasses.”
...
分类:
其他好文 时间:
2014-05-18 06:37:51
阅读次数:
257
1、creating
requestsrequest分为同步和异步两种。不同之处在于开始request的函数:[request startSynchronous];[request
startAsynchronous];其中,异步的request构造方式如下:- (void) grabURLs{NS...
分类:
其他好文 时间:
2014-05-17 18:31:28
阅读次数:
226
生产模式与开发模式转换:1、生产模式--》开发模式
将%DOMAIN_HOME%\config\config.xml文件中true更改为false2、开发模式--》生产模式
将%DOMAIN_HOME%\config\config.xml文件中false更改为true或在控制台域设置一般信息中启用生...
分类:
Web程序 时间:
2014-05-17 17:54:19
阅读次数:
412