⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 test.java

📁 企业宣传网 用JSP+SQLSERVER开发 商品展示 在线聊天 留言板 新闻发布 后台管理
💻 JAVA
字号:
package com.accpedu.LHcompany.dao;
import java.util.*;

import com.accpedu.LHcompany.entity.message;
import com.accpedu.LHcompany.entity.product;
import com.accpedu.LHcompany.entity.revert;
public class test {

	/**
	 * @param args
	 */
	public static void main(String[] args) {
		// TODO Auto-generated method stub

		
  		revertDao rd=new revertDao();
  		ArrayList<revert> al=rd.select(1);
  		for(int i=0;i<al.size();i++)
  		{
  			System.out.println(al.get(i).getContent());
  		}
	}

}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -