码迷,mamicode.com
首页 >  
搜索关键字:routes    ( 707个结果
YII使用技巧收集
db组件 ‘schemaCachingDuration‘=>3600, 为什么不起做用? 需要开缓存 如何在页面下边显示sql的查询时间 在log组件的routes中加入 array( ‘class‘=>‘CProfileLogRoute‘, ‘levels‘=>‘error, warning‘, ) 同时在db组...
分类:其他好文   时间:2014-07-23 00:32:18    阅读次数:238
laravel route路由,视图和response
Laravel充分利用PHP 5.3的特性,使路由变得简单并富于表达性。这使得从构建API到完整的web应用都变得尽可能容易。路由的实现代码在application/routes.php文件。和其它框架不同,应用逻辑在Laravel中可以通过两种方式集成。虽然在控制器(controllers)中实现...
分类:其他好文   时间:2014-07-19 00:15:07    阅读次数:382
用路由设置,记录下
routes.MapRoute( "Default_a", "huhangfei/{pageindex}-{state}-{size}.html", new { controller =...
分类:其他好文   时间:2014-07-16 20:22:53    阅读次数:125
MVC 伪静态路由
定义URL@Html.ActionLink("html","Get_Page",new{id=1})这URL是调用本控制器下面的的Get_Page方法,传参id定义路由routes.MapRoute(name:"UrlHtml",url:"{controller}/{action}/{id}.ht....
分类:Web程序   时间:2014-07-16 19:33:01    阅读次数:281
rails routes配置
Rails.application.routes.draw do match 'projects/:id/:controller(/:action(/:id))(.:format)'end
分类:其他好文   时间:2014-07-07 18:35:00    阅读次数:187
MVC路由之浅见
1、定义路由、路由规则 public static void RegisterRoutes(RouteCollection routes) { routes.IgnoreRoute("{resource}.axd/{*pathInfo}"); routes.MapRoute( name: "Defa...
分类:Web程序   时间:2014-07-01 19:58:19    阅读次数:284
route_path
http://guides.rubyonrails.org/routing.html#crud-verbs-and-actionscreates seven different routes in your application, all mapping to thePhotoscontrolle...
分类:其他好文   时间:2014-06-22 23:33:47    阅读次数:330
ASP.NET MVC 伪静态的实现
public class RouteConfig { public static void RegisterRoutes(RouteCollection routes) { routes.IgnoreRoute("{resource}.axd/...
分类:Web程序   时间:2014-06-21 10:37:00    阅读次数:312
route初级贴
vim route.rb resources :fetched_apps do member do patch :import end end spring rake routes recommend_apps GET /recommend_apps(.:fo...
分类:其他好文   时间:2014-06-20 14:57:22    阅读次数:213
Supporting Connected Routes to Subnet Zero
Supporting Connected Routes to Subnet ZeroIOS allows the network engineer to tell a router to either allow addresses in the zero subnet or not. The mo...
分类:Web程序   时间:2014-06-13 15:04:27    阅读次数:374
707条   上一页 1 ... 68 69 70 71 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!