分页PagerHelper辅助类 前台使用 预览图 ...
package smn.util; public class Pager { private int pageNow; private int pageSize=4; private int totalPage;//共有多少页 private int totalSize;//记录数 private ... ...
分类:
编程语言 时间:
2017-07-29 01:00:53
阅读次数:
213
$model=Article::model(); $a = new CDbCriteria(); $a->order = 'head DESC,time DESC'; //从左到右按规则排序 $total = $model->count($a); $pager = new CPagination($... ...
分类:
其他好文 时间:
2017-07-28 12:13:12
阅读次数:
187
动态页面的模拟点击: 以斗鱼直播为例:http://www.douyu.com/directory/all 爬取每页的房间名、直播类型、主播名称、在线人数等数据,然后模拟点击下一页,继续爬取 ...
分类:
其他好文 时间:
2017-07-25 22:51:37
阅读次数:
562
没有为扩展名“.html”注册的生成提供程序。可以在 machine.config 或 web.config 中的 <compilation><buildProviders> 节注册一个。请确保所注册的提供程序具有包含值“Web”或“All”的 BuildProviderAppliesToAttri ...
分类:
Web程序 时间:
2017-07-25 15:49:12
阅读次数:
147
1.ibatis代码生成器 首先cmd定位到ibator.jar文件,注意ibatorConfig.xml文件需要与之在同一文件夹中 命令:java -jar ibator.jar -configfile ibatorConfig.xml 2.ibatorConfig.xml文件 <?xml ver ...
分类:
其他好文 时间:
2017-07-18 15:25:40
阅读次数:
182
C - A Plug for UNIX You are in charge of setting up the press room for the inaugural meeting of the United Nations Internet eXecutive (UNIX), which ha ...
分类:
其他好文 时间:
2017-07-16 11:28:46
阅读次数:
213
Hibernate CRUD testing Hibernate 中对表的操作, add,load,update,delete,list,pager(分页) ...
分类:
Web程序 时间:
2017-07-13 23:41:24
阅读次数:
256
用escalations限制Nagios报警次数整合的飞信之后,如果出现问题未能即使解决的话,那么后果将十分“杯具”,每五分钟你将收到一条报警短信,你的邮箱也会被报警邮件塞满。nagios官方也想到了这个问题,于是他们给出了解决办法,http://nagios.sourceforge.net/doc ...
分类:
移动开发 时间:
2017-07-12 21:16:52
阅读次数:
229