Package com.iqbon.spider.util

Examples of com.iqbon.spider.util.Page


  /**
   * 获取所有采集源
   * @return
   */
  public List<Source> getAllSource(String keyword, int pageNum,int totalNum) {
    Page page  =  new Page(totalNum, pageNum);
    return sourceDao.queryAll(keyword, page);
  }
View Full Code Here

TOP

Related Classes of com.iqbon.spider.util.Page

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.