A股上市公司传智教育(股票代码 003032)旗下技术交流社区北京昌平校区

 找回密码
 加入黑马

QQ登录

只需一步,快速开始

本帖最后由 小石姐姐 于 2018-1-22 15:40 编辑

1.修改 datagrid  url请求地址  standard_queryPage.action
        插件对象
                默默   page 当前页
                       rows 也次数
2.编写action
        属性驱动
                Integer  与 int 区别
                                        1.引用 基本
                                        2.默认值 null  0
                                        3.Integer 拥有缓冲区 -127  128  同一个对象  判断一定相等
                                        4.自动装箱 拆箱
3.使用 spring data 分页对象
        pageable  使用实现类   pagereuqest
                                        index  === mysql起始索引
                                        rows        页次数
4.创建service 查询方法
        返回值 spring data  Page<Standard>
                                TotalElements
                                Content
5.调用 springdata 封装的
                findAll(pageable )
6.action封装 datagrid 所需对象
                total        
                rows
        抽取成 bean对象
                DataGridResult
7.页面 需要 json数据格式
        使用 struts2 默默整合  struts2-json-plugin 通过值栈 转换
        common_parent        坐标引入
                install
8.action
        parentpack("json-default")
        actionContext.getContext().getValueStack().push( result对象)

1 个回复

倒序浏览
我来占层楼啊   
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 加入黑马