Someone said:from : https://micksmix.wordpress.com/2012/08/09/xca-cross-platform-gui-for-creating-ssl-certs-with-openssl/Download:http://sourceforge.n...
分类:
其他好文 时间:
2015-04-15 13:21:43
阅读次数:
159
【配置Spring并测试】 引入Spring包,编写applicationContext.xml文件,该文件放在src目录下 建立domain包,编写雇员类Employee.java Employee.java中 public class Employee { private Integer id;...
分类:
编程语言 时间:
2015-04-15 11:15:00
阅读次数:
347
SBJson解析时报错—json文件字符非法Error Domain=org.brautaset.SBJsonParser.ErrorDomain Code=0 “Illegal start of token [ï]” UserInfo=0x7fd46ad98590 {NSLocalizedDesc...
分类:
移动开发 时间:
2015-04-15 09:34:44
阅读次数:
548
原以为BIRT中的indexOf函数直接与JavaScript中的一样,就如同substr和replace一样,但是一直遇到function undefined的错误。
domain = row["MEDIUM_STRING_VAL"].substr(1);
i = BirtStr.indexOf('\|', domain);
domain.substr(0, i);...
分类:
其他好文 时间:
2015-04-14 23:22:55
阅读次数:
152
套接字是一种通信机制(通信的两方的一种约定),凭借这种机制,不同主机之间的进程可以进行通信。我们可以用套接字中的相关函数来完成通信过程。
套接字的特性有三个属性确定,它们是:域(domain),类型(type),和协议(protocol)。
套接字的域
域指定套接字通信中使用的网络介质。最常见的套接字域是 AF_INET,它是指 Internet 网络,许多 Linu...
分类:
系统相关 时间:
2015-04-14 21:35:57
阅读次数:
149
Given the fact that creating, deleting, and updating a single document in Elasticsearch is atomic, it makes sense to store closely related entities within the same document.
考虑到在ES里面建立,删除和更新一个单一文本是原子...
分类:
其他好文 时间:
2015-04-14 18:09:20
阅读次数:
810
<classpath> ??? <classpathentry kind="src" path="base"/> ??? <classpathentry kind="src" path="domain"/> ??? <classpathentry kind="src" path="hosting"/> ??? <classpathentry kind="lib"...
分类:
其他好文 时间:
2015-04-14 13:09:49
阅读次数:
113
软件架构简介可视化设计: 1. 使想象中的系统可视化 2. 能指定系统的结构和行为 3. 提供一个能够指导系统构建的模板 4. 记录所做的决策,形成文档Microsoft的Visual Studio 从2010开始建模策略基于两种思想:域专用语言(Domain-Specific Langua...
分类:
其他好文 时间:
2015-04-13 18:05:09
阅读次数:
195
SpringMVC启动时不停重复加载bean 通过浏览器访问获取异常:Error creating bean with name ‘org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0‘: Invocation of init meth...
分类:
移动开发 时间:
2015-04-13 11:12:05
阅读次数:
152
说到XenServer,总是离不开Xen,所以我要说他们的区别,得首先从Xen开始说起!Xen体系架构Xenhypervisor体系架构Xen的VMM(XenHypervisor)位于操作系统和硬件之间,负责为上层运行的操作系统内核提供虚拟化的硬件资源,负责管理和分配这些资源,并确保上层虚拟机(称为域Domain..
分类:
其他好文 时间:
2015-04-13 07:12:04
阅读次数:
212