上一页 1 ··· 72 73 74 75 76 77 78 79 80 ··· 124 下一页
摘要: 页面编写顺序 首先确定是否拥有想要的pojo(对象实体类)———》dao层mybatis配置——》service层的接口及实现类——》controller(web下) 分页插件作用于dao层,与之相关的是mybatis的配置 然后在执行sql语句前加上 //分页处理 //分页信息 PageInfo< 阅读全文
posted @ 2019-06-29 14:59 ThisCall 阅读(408) 评论(0) 推荐(0) 编辑
摘要: 调用this.setState({}),如果数据改变了,rander()就行执行 阅读全文
posted @ 2019-06-28 17:42 ThisCall 阅读(286) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/379aecebb1dc(copy 阅读全文
posted @ 2019-06-28 16:49 ThisCall 阅读(374) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/4a72211831ef 配置好adb的环境变量 新建 ADB_MY_HOME C:\Users\Administrator\AppData\Local\Android\Sdk\platform-tools 然后加入path %ADB_MY_HOM 阅读全文
posted @ 2019-06-28 12:48 ThisCall 阅读(1806) 评论(0) 推荐(0) 编辑
摘要: 知识点:@RestController注解相当于@ResponseBody + @Controller合在一起的作用。 1) 如果只是使用@RestController注解Controller,则Controller中的方法无法返回jsp页面,或者html,配置的视图解析器 InternalReso 阅读全文
posted @ 2019-06-28 06:36 ThisCall 阅读(1894) 评论(0) 推荐(1) 编辑
摘要: 阅读全文
posted @ 2019-06-27 22:21 ThisCall 阅读(140) 评论(0) 推荐(0) 编辑
摘要: @RequestParam和@PathVariable用法小结 https://www.cnblogs.com/helloworld-hyyx/p/5295514.html(copy) @RequestParam 使用@RequestParam接收前段参数比较方便,前端传参的URL: url = “ 阅读全文
posted @ 2019-06-27 21:51 ThisCall 阅读(187) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/daimajun/p/7152970.html(copy) 先提一嘴 @RequestMapping(“url”),这里的 url写的是请求路径的一部分,一般作用在 Controller的方法上,作为请求的映射地址。 代码: 那么 @ResponseB 阅读全文
posted @ 2019-06-27 21:15 ThisCall 阅读(206) 评论(0) 推荐(0) 编辑
摘要: 错误1 错误2 缺少mapper文件 错误3 缺少映射文件 阅读全文
posted @ 2019-06-27 21:05 ThisCall 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 错误1 文本必须在Text标签里 阅读全文
posted @ 2019-06-27 18:00 ThisCall 阅读(101) 评论(0) 推荐(0) 编辑
上一页 1 ··· 72 73 74 75 76 77 78 79 80 ··· 124 下一页