错误1 The view 'Index' or its master was not found or no view engine supports the searched locations. The following locations were searched原因:文件夹的地址,和控制...
分类:
Web程序 时间:
2015-08-08 17:54:00
阅读次数:
186
The TCA9546A is a 4-channel, bidirectional translating switch for I 2 C buses that supports Standard-Mode (100kHz) and Fast-Mode (400 kHz) operationTC...
分类:
其他好文 时间:
2015-08-07 18:33:51
阅读次数:
233
Ganymed SSH2 for Java is a library which implements the SSH-2 protocol in pure Java(tested on J2SE 1.4.2 and 5.0). It allows one to connect to SSH servers from withinJava programs. It supports SSH ses...
分类:
编程语言 时间:
2015-08-06 22:34:43
阅读次数:
309
Design a data structure that supports the following two operations:void addWord(word)bool search(word)search(word) can search a literal word or a regu...
分类:
其他好文 时间:
2015-08-05 23:54:49
阅读次数:
149
布署项目的时候出现Tomcat version 6.0 only supports J2EE 1.2, 1.3, 1.4,and Java EE 5 Web modules错误;解决方法如下:
在工作空间项目下的.settings下面,有个名为org.eclipse.wst.common.project.facet.core.xml的文件,里面配置有各种版本信息:
...
分类:
编程语言 时间:
2015-08-05 10:36:39
阅读次数:
136
Min Stack
Design a stack that supports push, pop, top, and retrieving the minimum element in constant time.
push(x) -- Push element x onto stack.pop() -- Removes the element on top of t...
分类:
其他好文 时间:
2015-08-04 19:12:16
阅读次数:
98
首先来查看android sdk文档,有这么一段话LinearLayoutalso supports assigning aweightto individual children with theandroid:layout_weightattribute. This attribute assi...
分类:
移动开发 时间:
2015-08-04 00:13:02
阅读次数:
198
题目:
Design a data structure that supports the following two operations:
void addWord(word)
bool search(word)
search(word) can search a literal word or a regular expression string containing ...
分类:
其他好文 时间:
2015-08-03 11:39:00
阅读次数:
145
Design a stack that supports push, pop, top, and retrieving the minimum element in constant time.push(x) -- Push element x onto stack.pop() -- Removes...
分类:
其他好文 时间:
2015-08-01 23:17:36
阅读次数:
108
事务的几种传播特性1. PROPAGATION_REQUIRED: 如果存在一个事务,则支持当前事务。如果没有事务则开启比如说:在UserManager中addUser里开启了,那么在addLog时则他会去看有没有,有就用,所以可以保证在同一个事务嘛.2. PROPAGATION_SUPPORTS:...
分类:
Web程序 时间:
2015-07-31 21:45:04
阅读次数:
150