码迷,mamicode.com
首页 >  
搜索关键字:routes    ( 707个结果
MVC3路由设置访问后缀 html jsp
C# Code12345678910111213141516171819202122232425262728293031323334353637383940414243444546publicstaticvoidRegisterRoutes(RouteCollectionroutes){routes...
分类:Web程序   时间:2014-11-25 20:14:30    阅读次数:185
Routing with restify and socket.io in node
I have a node app which routes the request based on the url using restfy. Now in want to bring socket into picture. But app doesnot redirect to the function when when socket.io is used. I am using ...
分类:其他好文   时间:2014-11-22 07:08:20    阅读次数:240
ASP.NET MVC 路由(一)
1.RouteTable RouteTable翻译过来的意思就是路由表,一个Web应用程序具有一个全局的路由表,该路由表通过System.Web.Routiing.RouteTable的静态只读属性Routes表示,该类型返回一个类型为System.Web.Routingg.RouteCollec....
分类:Web程序   时间:2014-11-21 13:58:10    阅读次数:267
loopback 代码解析
loopback-bootboot(app, __dirname); 初始化配置:环境、数据源、model 初始化路由? -- where angular-routes 读取所有server/boot/目录下面的, (配置对应的路由与处理可以写在这里) 配置restapi 路由loopback...
分类:其他好文   时间:2014-11-21 01:24:09    阅读次数:166
Yii 打印sql
‘log‘=>array(‘class‘=>‘CLogRouter‘,‘routes‘=>array(array(‘class‘=>‘CFileLogRoute‘,‘levels‘=>‘error,warning‘,),####################调试sql可开启###################array(‘class‘=>‘CWebLogRoute‘,‘levels‘=>‘profile,trace‘,),array(‘class‘=&g..
分类:数据库   时间:2014-11-11 12:50:35    阅读次数:267
MVC3中的路由系统(Routes)
MVC3中的路由系统(Routes)
分类:Web程序   时间:2014-11-05 16:48:04    阅读次数:226
routes.IgnoreRoute("{resource}.axd/{*pathInfo}")作用
routes.IgnoreRoute
分类:其他好文   时间:2014-11-05 12:54:50    阅读次数:392
Laravel(3)你的第一个应用2
写你的第一个routes(路由)在我们的app/routes.php添加两个路由1 Route::get('/', function()2 {3 return "All cats";4 });5 6 Route::get('cats/{id}',function($id){7 ret...
分类:其他好文   时间:2014-10-28 23:34:59    阅读次数:165
Assets理解随笔
在PlayFramework中应用在Play框架中提供的都是动态文件响应,前端工作内容大部分是静态文件.Assets大概起的就是这个作用.默认路径看conf/routes里:# Map static resources from the /public folder to the /assets U...
分类:其他好文   时间:2014-10-28 21:30:57    阅读次数:161
WCF服务库创建-20140919
1. 创建wcf服务库2. 宿主到web程序上// 宿主wcf服务库RouteTable.Routes.Add(new ServiceRoute("ctserver.dll", new WebServiceHostFactory(), typeof(DMService.DMService)));3....
分类:其他好文   时间:2014-10-25 17:06:24    阅读次数:138
707条   上一页 1 ... 65 66 67 68 69 ... 71 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!