码迷,mamicode.com
首页 >  
搜索关键字:play    ( 9713个结果
Asynchronous Jobs
Because Play is a web application framework, most of the application logic is done by controllers responding to HTTP requests.But sometimes you will n...
分类:其他好文   时间:2015-04-22 13:05:58    阅读次数:146
HTTP路由
HTTP路由HTTP路由(译者注:Play的路径映射机制)组件负责将HTTP请求交给对应的action(一个控制器Controller的公共静态方法)处理。对于MVC框架来说,一个HTTP请求可以看成一个事件。这个事件包含2方面的信息:请求的路径(例如 /clients/1542, /photos/...
分类:Web程序   时间:2015-04-22 13:04:22    阅读次数:212
Play modules
A Play application can be assembled from several application modules. This allows you to reuse application components across several applications or s...
分类:其他好文   时间:2015-04-22 13:03:22    阅读次数:136
The main concepts
The MVC application modelA Play application follows the MVC architectural pattern applied to the web architecture.This pattern splits the application ...
分类:其他好文   时间:2015-04-22 12:59:46    阅读次数:191
poj 1733 Parity game 【种类并查集+离散化】
Parity game Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 6767   Accepted: 2616 Description Now and then you play the following game with your friend. Your...
分类:其他好文   时间:2015-04-22 09:36:52    阅读次数:404
刨根问底U3D---如何退出Play模式后保留数据更改
实际中遇到的需求在做一款对抗类游戏,目前正在调整游戏的平衡性 所以就产生了一个需求 希望可以在Play模式时候对数据源做的更改可以在退出时候被保存下来。举个Case, 比如 有一个炮塔 可以发射子弹, 然后有一组敌人 去攻击这个炮塔.首先点击Play按钮 开始执行游戏逻辑接着在Inspector中调...
分类:其他好文   时间:2015-04-22 00:28:56    阅读次数:1171
play HTTP路由 http://play-framework.herokuapp.com/zh/routes#syntax
HTTP路由HTTP路由(译者注:Play的路径映射机制)组件负责将HTTP请求交给对应的action(一个控制器Controller的公共静态方法)处理。对于MVC框架来说,一个HTTP请求可以看成一个事件。这个事件包含2方面的信息:请求的路径(例如 /clients/1542, /photos/...
分类:移动开发   时间:2015-04-21 20:16:45    阅读次数:214
Play 可以做的 5 件很酷的事
Play 可以做的 5 件很酷的事本章译者:@Playframwork通过 5 个实例,透视 Play 框架背后的哲学。绑定 HTTP 参数到 JAVA 方法参数用 Play 框架,在 Java 代码中获取 HTTP 请求参数是非常简单的,只需要声明方法的参数名和 HTTP 请求的参数名一样就可以了...
分类:其他好文   时间:2015-04-21 20:13:47    阅读次数:124
(七)play之yabe项目【CRUD】
(七)play之yabe项目【CRUD】博客分类:框架@play framework增加CRUD功能使用CRUD能干嘛?---->在页面对模型进行增删改查操作,这样有什么实际意义呢?不使用CRUD模块的功能,只要模型继承了Model类,就有save(),delete()等方法可以调用了这个CRUD对...
分类:其他好文   时间:2015-04-21 20:13:29    阅读次数:186
(三)play之yabe项目【数据模型】
(三)play之yabe项目【数据模型】博客分类:框架@play framework创建项目play new yabeWhat is the application name? [yabe]Blog Engineplay eclipsify yabeplay run yabeEclipse引入项目f...
分类:其他好文   时间:2015-04-21 20:04:46    阅读次数:154
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!