摘要: angular.js:15697 TypeError: $http(...).success is not a function at Object.<anonymous> (books:136) at Object.invoke (angular.js:5208) at S.instance (a 阅读全文
posted @ 2021-04-03 15:28 残星 阅读(394) 评论(0) 推荐(0) 编辑
摘要: <!-- <insert id="addBook" parameterType="com.example.pojo.Book"> INSERT INTO book(name,author) VALUES (#{name},#{author}) </insert> <insert id="addBoo 阅读全文
posted @ 2021-04-03 14:27 残星 阅读(291) 评论(0) 推荐(0) 编辑
摘要: 一、https://code.angularjs.org/ 下载 Angularjs 二、添加依赖 <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3 阅读全文
posted @ 2021-04-03 10:42 残星 阅读(1084) 评论(0) 推荐(0) 编辑