码迷,mamicode.com
首页 >  
搜索关键字:managed navigation    ( 1417个结果
如何用 MEF 扩展应用程序
最近在写一篇关于如何扩展 Visual Studio 编辑器的文章时,用到了 MEF,因此打算写一篇文章提一下这个技术点。本篇文章并不打算详细介绍 MEF,只是一个最简单的入门,相信您在阅读本篇文章后,可以迅速开发出一个可扩展的应用程序。简 介 MEF(Managed Extensibilit...
分类:其他好文   时间:2014-05-09 11:35:03    阅读次数:364
Error configuring application listener of class org.springframework.web.util.IntrospectorCleanupListener
I had a similar problem when running a spring web application in an Eclipse managed tomcat. I solved this problem by adding maven dependencies in the ...
分类:移动开发   时间:2014-05-07 14:33:12    阅读次数:486
原来ActionbarActivity是为了兼容以前的2.x版本设计的类:android.support.v7.app.ActionBarActivity用appcompat模式改Navigation Tabs的风格,Indicator的消失了,2.3却是正常的。于是想弃用2.x,却发现不用人家自己...
分类:其他好文   时间:2014-05-04 10:45:47    阅读次数:289
android MediaPlayer
Playback control of audio/video files and streams is managed as a state machine. The following diagram shows the life cycle and the states of a MediaPlayer object driven by the supported playback cont...
分类:移动开发   时间:2014-05-03 21:36:21    阅读次数:568
ognl
OGNL        OGNL是Object-Graph Navigation Language的缩写,它是一种功能强大的表达式语言(Expression Language,简称为EL),通过它简单一致的表达式语法,可以存取对象的任意属性,调用对象的方法,遍历整个对象的结构图,实现字段类型转化等功能。它使用相同的表达式去存取对象的属性。 OGNL是Object-Graph Navig...
分类:其他好文   时间:2014-05-03 15:27:57    阅读次数:461
sharepoint的导航开发
2、来大体讲一下“导航”(1)全局导航 : 整个网站集的导航;(如果公司的网站有很多子网站,这时便会用到全局导航啦);贴一下主要代码:using Microsoft.SharePoint.Publishing.Navigation;PortalSiteMapProvider psm = new Po...
分类:其他好文   时间:2014-05-01 10:33:00    阅读次数:301
10g 11g配置Logical Standby
1.创建一个物理Standby数据库 详细见11g Physical Standby配置 2.Standby数据库取消managed recovery ALTER DATABASE RECOVER MANAGED STANDBY DATABASE CANCEL;3.主库配置 1)主库修改LOG_AR...
分类:数据库   时间:2014-04-28 13:48:42    阅读次数:787
1417条   上一页 1 ... 140 141 142
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!