码迷,mamicode.com
首页 >  
搜索关键字:views    ( 4259个结果
springMVC初探视图解析器——ResourceBundleViewResolver
视图解析器ResourceBundleViewResolver是根据proterties文件来找对应的视图来解析”逻辑视图“的,该properties文件默认是放在classpath路径下的views.properties文件,当然可以通过basename属性更改: 这...
分类:编程语言   时间:2015-12-17 18:50:22    阅读次数:136
springMVC初探视图解析器——XmlViewResolver
XmlViewResolver解析器XmlViewResolver基于XML文件中的视图bean来解析“逻辑视图”。XmlViewResolver默认会从/WEB-INF/views.xml中加载视图bean,当然你也可以自己设置该xml文件的位置,该解析器有个属性“location”可设置xml位...
分类:编程语言   时间:2015-12-17 18:49:33    阅读次数:157
laravel 视图与传参
1:先建立好一个控制器HgjController,其中index方法 return view('hgj');2: 建立视图 在resources/views/hgj.blad.php 我是一个测试页面啦 3:配置路由并访问 Route::get('/hgj', 'Hg...
分类:其他好文   时间:2015-12-13 17:06:26    阅读次数:151
Input,output,and files【C++】
a c++ program views input or output as a stream of bytes.view..as把..看作是on input,a program extracts bytes from an input stream,and on output,a program ...
分类:编程语言   时间:2015-12-13 00:39:21    阅读次数:181
django url 软编码
期初用django 开发应用的时候,完全是在urls.py 中硬编码配置地址,在views.py中HttpResponseRedirect()也是硬编码转向地址,当然在template 中也是一样了,这样带来一个问题,如果在urls.py 中修改了某个页面的地址,那么所有的地方(views.py和t...
分类:Web程序   时间:2015-12-12 15:29:11    阅读次数:171
Android动画之硬件加速
你的动画写出来卡嘛?流畅嘛如果你想提升动画的性能,那就是用它-hardware layers。During animations your views may be redrawn each frame. If you use view layers, instead of having to re...
分类:移动开发   时间:2015-12-09 23:07:59    阅读次数:209
Xcode中报错或警告信息整理,持续更新...
整理报错和警告信息,为以后自己查看方便用![报错1] 信息:Static table views are only valid when embedded in UITableViewController instances 解释:如果 UITableView 不是在 UITableViewCont...
分类:其他好文   时间:2015-12-09 19:07:08    阅读次数:112
ASP.net MVC自定义错误处理页面的方法
在ASP.NET MVC中,我们可以使用HandleErrorAttribute特性来具体指定如何处理Action抛出的异常.只要某个Action设置了HandleErrorAttribute特性,那么默认的,当这个Action抛出了异常时MVC将会显示Error视图,该视图位于~/Views/Sh...
分类:Web程序   时间:2015-12-09 18:49:22    阅读次数:137
android——ObjectAnimator动画(一)
直接贴上集中用法package com.example.test;import com.example.test.views.CircleView;import android.animation.Animator;import android.animation.AnimatorSet;impor...
分类:移动开发   时间:2015-12-08 15:56:10    阅读次数:172
分析UIWindow
转载自:http://www.cnblogs.com/YouXianMing/p/3811741.htmlThe UIWindow class defines an object known as a window that manages and coordinates the views an ...
分类:Windows程序   时间:2015-12-07 22:35:38    阅读次数:244
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!