摘要: HTML: jQuery: 点击新增 阅读全文
posted @ 2018-06-20 19:30 倔强的乐 阅读(476) 评论(0) 推荐(0) 编辑
摘要: 引入插件 关联设置 关联选项 实现JS 阅读全文
posted @ 2018-06-20 12:10 倔强的乐 阅读(182) 评论(0) 推荐(0) 编辑
摘要: 1.设置页面 <div> <textarea name="itemDesc" id="itemDesc" ></textarea> </div> 2.引用FCKeditor的js 文件 value='/plugins/fckeditor/fckeditor.js'/> 3.编写jQuery var 阅读全文
posted @ 2018-06-20 00:05 倔强的乐 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 1.表单 先引入:jQuery jquery.form.js <form id="form111" name="form111" action="${path }/item/addBrand.do" method="post" enctype="multipart/form-data"> <inpu 阅读全文
posted @ 2018-06-19 22:23 倔强的乐 阅读(511) 评论(0) 推荐(0) 编辑
摘要: 1.表单 <form action="" name="myForm" id="myForm" method="post" enctype="multipart/form-data"> <a name="uploadImgs" id="uploadImgs"></a> <p><label><samp> 阅读全文
posted @ 2018-06-19 22:05 倔强的乐 阅读(557) 评论(0) 推荐(0) 编辑
摘要: 1.创建实体类对象需要查询的条件com.rl.ecps.model.QueryCondition 2.查询语句 查询条数: 分页查询: 3.分页实体类 4.service与control service实现: controller类: 阅读全文
posted @ 2018-06-19 21:40 倔强的乐 阅读(1613) 评论(0) 推荐(0) 编辑