Problem description: The problem may happen when UAC is enabled, it is usually because of the insufficient right to delete the registry key. Solution:...
分类:
其他好文 时间:
2014-08-07 18:51:20
阅读次数:
371
UILongPressGestureRecognizer*longPressGR = [[UILongPressGestureRecognizeralloc]initWithTarget:self action:@selecto...
分类:
移动开发 时间:
2014-08-07 18:40:20
阅读次数:
192
要想明白struts的控制流程以及它核心API的实现原理(比如 Action/DispatchAction/ActionForm的实现原理),玩转struts1.2的关键就是能够玩转 ActionForm。
ActionForm的应用
1、——ActionForm的特性
1.创建一个form类必须继承于四个父类中的一个,比如ActionForm、ValidatorForm。
2.一个fo...
分类:
其他好文 时间:
2014-08-07 13:08:30
阅读次数:
242
项目添加二级缓存1、需要引入三个jar包 在hibernate下能找到 hibernate-distribution-3.5.6-Final\lib\optional\ehcache\ehcache-1.5.0.jar 在srping下能找到 ..\lib\concurrent\backpo...
分类:
其他好文 时间:
2014-08-07 13:02:59
阅读次数:
217
刚才有网友问及,怎样获取的值?Insus.NET测试了一下,在Inetnet Explor之下似乎没有问题,但是FireFox获取到的只是文件名。在MVC的控制器中,创建一个视图Action,超简单如下:根据上面创建好的Action,在相应的视图目录下,创建与Action名称相同的视图:为了看得清楚...
分类:
Web程序 时间:
2014-08-07 12:45:00
阅读次数:
191
magento的布局文件layout.xml文件详解解析顺序布局xml文件一般位于app/design/{area}/{package}/{theme}/layout/目录下。Layout文件一般包含block、reference、action三种标签。对于Magento系统,首先会将系统中相关相关...
分类:
其他好文 时间:
2014-08-07 12:38:40
阅读次数:
261
本篇博文,介绍给大家的是,在MVC应用程序中,播放Windows media video(.wmv) 视频文件。Insus.NET的实现方法,把media player组件,嵌入MVC的控制器的ContentResult的Action中即可。在本次的演示中,Insus.NET只是传入三个参数,视频的...
分类:
Web程序 时间:
2014-08-07 12:35:59
阅读次数:
232
android中的事件类型分为按键事件和屏幕触摸事件,Touch事件是屏幕触摸事件的基础事件,有必要对它进行深入的了解。一个最简单的屏幕触摸动作触发了一系列Touch事件:ACTION_DOWN->ACTION_MOVE->ACTION_MOVE->ACTION_MOVE...->ACTION_MO...
分类:
移动开发 时间:
2014-08-07 12:34:39
阅读次数:
290
Action bar允许你为与当前应用上下文相关的最重要的action items添加action按钮。那些直接显示在action bar上的icon或者文字都被称作action buttons。那些不适合action bar或者不是那么重要的Actions将会被隐藏在action overflow(译者注:action bar最右侧的垂直的三个点)里。...
分类:
移动开发 时间:
2014-08-07 03:08:28
阅读次数:
409
The action bar provides your users a familiar and predictable way to perform actions and navigate your app, but that doesn't mean it needs to look exactly the same as it does in other apps. If you want to style the action bar to better fit your product bra...
分类:
移动开发 时间:
2014-08-07 03:07:49
阅读次数:
605