程序以及基本可用了,需要继续完善页面 1.创建页面模板 创建文件 app/views/tags/display.html *{ Display a post in one of these modes: 'full', 'home' or 'teaser' }* <div class="post ${_as == 'teaser' ? 'teaser' : ''}"> <h2 class="post-title"> <a href=&q…
安装环境: jdk 1.7; play 1.3.1; eclipse 安装指南:http://play-framework.herokuapp.com/zh/install 安装Play Framework之前,要先安装JDK 1.5以上版本(1.8不支持play 1.3.1) *一定要配置正确jdk的环境变量(PATH;JAVA_HOME;CLASSPATH),如果配置不正确,play运行会出错 输入 play 命令,会出现以下提示,即为安装成功: 创建新应用 play new {app pa…
原文:[ASP.NET Web API教程]4.2 路由与动作选择 注:本文是[ASP.NET Web API系列教程]的一部分,如果您是第一次看本系列教程,请先看前面的内容. 4.2 Routing and Action Selection 4.2 路由与动作选择 本文引自:http://www.asp.net/web-api/overview/web-api-routing-and-actions/routing-and-action-selection By Mike Wasson | J…