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

📄 downmain.java

📁 本程序的功能如下: 1)本程序完全采用jsp脚本技术 2)后台管理
💻 JAVA
字号:
package org.xg.test;

import org.xg.download.dao.DownloadDAO;
import org.xg.download.staticfactory.DownloadStaticFactory;

public class DownMain
{
	public static void main(String[] args) throws Exception
	{
		DownloadDAO dao = DownloadStaticFactory.getInstanceOf() ;
		System.out.println(dao.queryByLike("ajax", 2, 10)) ;
	}
}

⌨️ 快捷键说明

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