代码搜索:Topic
找到约 5,896 项符合「Topic」的源代码
代码结果 5,896
www.eeworm.com/read/477655/1358917
java topic.java
package com.shop.entity;
import java.util.Date;
import java.util.HashSet;
import java.util.Set;
/**
* Topic entity.
*
* @author MyEclipse Persistence Tools
*/
public class Topic im
www.eeworm.com/read/477374/1361104
java topic.java
/*
* Created Wed Apr 19 17:08:08 CST 2006 by MyEclipse Hibernate Tool.
*/
package com.bbs.domain.model;
import java.io.Serializable;
/**
* A class that represents a row in the 'topic' table.
*
www.eeworm.com/read/477374/1361222
java topic.java
/*
* Created Wed Apr 19 17:08:08 CST 2006 by MyEclipse Hibernate Tool.
*/
package com.bbs.domain.model;
import java.io.Serializable;
/**
* A class that represents a row in the 'topic' table.
*
www.eeworm.com/read/474879/1388517
java topic.java
package com.ql.bbs.model;
import java.util.Date;
public class Topic {
private int id; //贴子ID
private String title; //名称
private String context; //内容
private int userId; //发贴人ID
private
www.eeworm.com/read/473367/1399591
js topic.js
/*
Copyright (c) 2004-2006, The Dojo Foundation
All Rights Reserved.
Licensed under the Academic Free License version 2.1 or above OR the
modified BSD license. For more information on Dojo licens
www.eeworm.com/read/470919/1438650
java topic.java
package tarena.entity;
import java.util.Date;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
/**
* Topic entity.
*
* @author MyEclipse Persistence Tools
*/
www.eeworm.com/read/470777/1443794
js topic.js
/*
[EasyJForum] (C)2007 Hongshee Soft.
$file: topic.js $
$Date: 2008/1/31 $
*/
function replyTopic()
{
if (isClosed)
{
alert('此主题已经关闭,不能继续回帖 ');
return;
}
$('frmpost').acti