1、设置xsd 打开eclipse,Window-Preference,进行如下设置:2、创建zul文件(1)打开File—New—Other窗口,新建XML File文件;(2)选择新建文件所在工程目录,填写文件名,但需注意原先后缀为xml,修改为zul,点击下一步,如下所示:(3)选择第二选项....
分类:
其他好文 时间:
2015-01-30 21:00:44
阅读次数:
164
Yesterday my colleague asked me for help...She has two android phones , one is hTC and the other is samsung. One day she changed the pattern lock and ...
分类:
移动开发 时间:
2015-01-30 17:06:51
阅读次数:
170
The problem:Then-queens puzzle is the problem of placingnqueens on ann×nchessboard such that no two queens attack each other.Given an integern, return...
分类:
其他好文 时间:
2015-01-30 01:23:52
阅读次数:
174
uva 11520 Fill the Square
In this problem, you have to draw a square using uppercase English Alphabets.
To be more precise, you will be given a square grid with some empty blocks and other...
分类:
其他好文 时间:
2015-01-29 17:49:36
阅读次数:
152
Problem Description
As a unicorn, the ability of using magic is the distinguishing feature among other kind of pony. Being familiar with composition and decomposition is the fundamental course ...
分类:
移动开发 时间:
2015-01-29 12:52:16
阅读次数:
161
在工程中导入XMPP第三库时,出现link错误,错误如下: Undefined symbols for architecture i386: ? "_iconv", referenced from: ? ? ? _mem_cd_iconv in libidn.a(striconv.o) ? ? ? _str_cd_iconv in l...
分类:
移动开发 时间:
2015-01-28 19:59:10
阅读次数:
292
Windows Data Type.NET Data TypeBOOL,BOOLEANBooleanorInt32BSTRStringBYTEByteCHARCharDOUBLEDoubleDWORDInt32orUInt32FLOATSingleHANDLE(and all other handl...
一、建立Maven项目 使用Eclipse的maven构建一个web项目,以构建SpringMVC项目为例:1.1 选择建立Maven Project选择File -> New -> Other,在New窗口中选择 Maven -> Maven Project。点击newxt1.2 选...
分类:
Web程序 时间:
2015-01-27 21:46:05
阅读次数:
735
此为message的功能 Messages?are the entities used by systems to communicate with each other when using messaging channels.? Messages flow inone direction from a sender to a receiver(message的功能...
分类:
其他好文 时间:
2015-01-27 18:45:21
阅读次数:
252
/** * 求某月/某年的工作日 * @param array $search 搜索类型 * @param array $other_day 寒暑假和过节 * @return array 工作日 */
function get_workday($search = array(), $other_da...
分类:
其他好文 时间:
2015-01-27 10:56:11
阅读次数:
151