码迷,mamicode.com
首页 >  
搜索关键字:routes    ( 707个结果
简单的类 Nova REST API 实现程序
正在看Nova API的代码, 仿照其中的REST 实现逻辑写了一个测试程序.  大概的调用顺序是: Python Delopy -- > MyRouter --> routes.middleware.RoutesMiddleware --> MyApplication --> MyController 和这个最简单的程序相比, Nova API 支持了更多的功能, 例如XML/JSON序列化...
分类:Windows程序   时间:2014-08-22 19:47:29    阅读次数:393
From Apprentice To Artisan 翻译 02
##Respect Boundaries 严守边界 Remember to respect responsibility boundaries. Controllers and routes serve as a mediator between HTTP and your application. When writing large applications, don‘t cl...
分类:移动开发   时间:2014-08-22 14:39:39    阅读次数:219
C# mvc3 mvc4 伪静态及IIS7.5配置
mvc3 mvc4路由配置 //单独路由 routes.MapRoute( name: "XXX", url: "Home/XXX.html/{id}", defaults: new { controller = "Home", action = "XXX", id = UrlParameter.....
分类:Web程序   时间:2014-08-21 10:59:33    阅读次数:319
[Camel Basics]
Define routes:Either using Spring xml or Java DSL.Spring xml: //to load the Java DSL routes defined in MyRouteBuilder class //to load the routes...
分类:其他好文   时间:2014-08-08 23:50:06    阅读次数:334
Laravel 4:FontEnd/BackEnd环境部署
#程序结构如下:app routes.php models controllers backend IndexController.php fontend IndexController.php#后台IndexController.php<?phpnamespadceOrg\Controllers\BackEnd; classIndexControllerextends\BaseController { }#前台IndexController.php<?phpnamespa..
分类:其他好文   时间:2014-08-07 07:27:00    阅读次数:219
rails路由
web敏捷开发 p317depot > ruby script/console>>rs = ActionController::Routing::routes可以简单测试比如>>puts rs.routes>>rs.recognize_path "/store">>rs.generate :cont...
分类:其他好文   时间:2014-08-05 00:31:58    阅读次数:252
4.10.4 生产控制模块的使用和设计-工艺路线
工艺路线(Routes),是生产任务从一个工序(Operation)到另一个工序的路径或序列,伴随着生产流程开始而开始,结束而结束。它是制造一个产品所必须的一组操作或任务的序列。操作路径描述了执行每个操作所必须的资源。每个路径都包含下面的: 要被执行的工序 工序的关系 工序的顺序 要完成工序,所要必...
分类:其他好文   时间:2014-07-29 21:32:32    阅读次数:244
让CodeIgniter 直接支持RestFull 的修改方法
修改文件 /system/core/Router.php 的方法 _parse_route() /** * Parse Routes * * This function matches any routes that may exist in * the config/routes.php file against the URI to * determine if th...
分类:其他好文   时间:2014-07-29 18:05:12    阅读次数:211
SUSE配置网关
配置SUSELinuxEnterpriseServer11(x86_64)的网关vim/etc/sysconfig/network/routesdefault192.168.1.1
分类:其他好文   时间:2014-07-28 16:40:04    阅读次数:191
ASP.NET MVC 及 Areas 简单控制路由
ASP.NET MVC中怎么去控制路由,这个想关的文章很多,我在这里就是自我总结一下,仅供参考。1.我们新建一个项目,查看RouteConfig.cs,代码如下: 1 public static void RegisterRoutes(RouteCollection routes) 2 ...
分类:Web程序   时间:2014-07-28 14:34:03    阅读次数:264
707条   上一页 1 ... 67 68 69 70 71 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!