代码搜索:topic
找到约 5,896 项符合「topic」的源代码
代码结果 5,896
www.eeworm.com/read/349264/3146358
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/348539/3154498
java topic.java
package com.bean;
//论坛主题文章基本信息表
public class Topic {
private int id;//论坛文章id
private String topicname;//论坛文章标题
private String topiccontent;//论坛文章内容
private String owner;//论坛文章作者
priv
www.eeworm.com/read/348539/3154647
java topic.java
package bean;
import java.io.Serializable;
/**
* 论坛主题文章基本信息
* */
public class Topic implements Serializable {
private int id;//论坛文章id
private String topicname;//论坛文章标题
private String
www.eeworm.com/read/344438/3209389
java topic.java
package StudyBbs;
import java.util.*;
import java.sql.ResultSet;
public class Topic{
protected int id;
protected String title ;
protected String content;
protected String owner;
pr
www.eeworm.com/read/343315/3221148
java topic.java
/*
* Created on 2004-9-17
*
* To change the template for this generated file go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
package oa.data;
import oa.sys
www.eeworm.com/read/343315/3221224
java topic.java
/*
* Created on 2004-9-17
*
* To change the template for this generated file go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
package oa.data;
import oa.sys