后台用对象接收http请求的数据
摘要:首先我的数据库里有一个user表,并且有id,name,password属性。 实体User类: package models; import javax.persistence.Entity; import play.db.jpa.Model; @Entitypublic class User e
阅读全文
posted @
2018-02-08 11:19
zhengbiyu
阅读(3010)
推荐(0) 编辑
angular js $post,$get请求传值
摘要:困扰了我好几天的问题!!! 刚开始学play框架,在向后台传值时,一直不成功! 当你用$POST传递一个参数时: HTML: <button ng-click=test()>测试</button> JS: ① $scope.test = function() { $http({ method: 'P
阅读全文
posted @
2018-02-07 19:09
zhengbiyu
阅读(1510)
推荐(0) 编辑
新建play项目eclipsify后导入eclipse后无法debug调试
摘要:Error occurred during initialization of VMagent library failed to init: jdwpERROR: Cannot load this JVM TI agent twice, check your java command line f
阅读全文
posted @
2018-02-06 15:09
zhengbiyu
阅读(455)
推荐(0) 编辑