- 浏览: 32157 次
- 性别:
- 来自: 北京
最新评论
-
Chunxian:
...
Lucene 倒排文件索引结构
文章列表
var wp=window.parent;
var cf=wp.document.getElementById("NopatentFrame");
function resizeCalendar(){cf.width=310;cf.height=205;}
document.write('<iframe id=CalFrame name=CalFrame frameborder=0 src=calendar.htm style=display:none;position:absolute;z-index:100></iframe>'); ...
(function($){
$.fn.ltab = function(o){
var self= this;
self.title = null;
this.init = function(o){
self.find(".tabitem").click(self.showtab);
}
this.showtab = function(){
var fortab = $(this).attr(&q ...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>sdf</title>
<style ty ...
<input type="radio" id="gogo" name="gogo" value="hello" />dddd
<input type="radio" id="Radio1" name="gogo" value="hello2" />dddd<a href="javascript:void(0)" id="test">test</a> ...
1.创建项目
mvn archetype:create -DgroupId=com.xdtech.mydemo -DartifactId=mydemo
生成mydemo目录,删除src,修改pom.xml,<packaging>pom</packaging>
2.分别创建core、web两个模块
mvn archetype:create -DgroupId=www.xdtech.mydemo.core -DartifactId=mydemo-core
mvn archetype:create -DgroupId=www.xdtech.mydemo.web -Dartif ...