码迷,mamicode.com
首页 >  
搜索关键字:styles and themes    ( 1837个结果
用CSS3在手机上写弹出框,遮盖层
html: 在页面头部要写 <title>网上预约</title> <link href="../App_Themes/default/css/header.css" rel="stylesheet" type="text/css" /> <link href="../App_Themes/defa ...
分类:移动开发   时间:2016-06-27 13:38:21    阅读次数:228
mvc中Scripts.Render、Styles.Render
一、配置BundleConfig.cs文件 1、首先要在App_Start 里面BundleConfig.cs 文件里面 添加要包含的css文件 2、BundleConfig就是一个微软新加的 一个打包的配置类 3、BundleConfig用来Add 各种Bundle 4、BundleConfig配 ...
分类:Web程序   时间:2016-06-24 20:21:49    阅读次数:181
Weex Android SDK源码分析之Module(animation)
前言module 怎能少得了动画呢~代码解读weex codeAPI 接口transition(node, options, callback) Arguments 参数node(Node):将要动画的元素。options(object):操作选项styles(object):指定要应用的过渡效果的样式的名称和值。 color(string):色彩的元素时,animaiton完成。 transfor...
分类:移动开发   时间:2016-06-23 16:11:12    阅读次数:272
设置隐藏activity的标题栏
values->styles.xml中设置:stylename="AppTheme"parent="Theme.AppCompat.Light.NoActionBar". 新建项目后activity默认继承AppCompatActivity,所以有默认ActionBar,所以只需将activity继 ...
分类:其他好文   时间:2016-06-22 00:25:39    阅读次数:120
在jstl表达式中嵌入el表达式
一、问题 在jsp中,想要这么写: <c:url value='/resources/themes/${easyuiThemeName}/easyui.css'/> 但报错:According to TLD or attribute directive in tag file, attribute ...
分类:Web程序   时间:2016-06-16 13:21:29    阅读次数:403
【转】eclipse新建项目,报错“Error: workspace\appcompat_v7\res\values-v21\styles_base.xml No resource found that matches the given name”
原文网址:http://www.cnblogs.com/mbp-study/p/5268478.html 新建项目报错,不知道为什么,以前从未出现过的错误,把sdk更新之后,出现莫名错误,自己也是一知半解,在网上找了好久的错误,终于在一个english网站找到了解决方法,soga,从未觉得engli ...
分类:移动开发   时间:2016-06-15 23:40:18    阅读次数:972
使用Java创建RESTful Web Service(转)
REST是REpresentational State Transfer的缩写(一般中文翻译为表述性状态转移)。2000年Roy Fielding博士在他的博士论文“Architectural Styles and the Design of Network-based Software Archi ...
分类:编程语言   时间:2016-06-14 22:18:09    阅读次数:196
sublime配置
git安装sublime主题 https://github.com/ascendancyy/praxis http://www.itbulu.com/20-sublime-themes.html http://www.fantxi.com/blog/archives/sublime-template ...
分类:其他好文   时间:2016-06-14 19:07:12    阅读次数:133
C# 位域[flags]
.NET中的枚举我们一般有两种用法,一是表示唯一的元素序列,例如一周里的各天;还有就是用来表示多种复合的状态。这个时候一般需要为枚举加上[Flags]特性标记为位域,例如: [Flags] enum Styles{ ShowBorder = 1, //是否显示边框 ShowCaption = 2, ...
分类:Windows程序   时间:2016-06-12 14:05:26    阅读次数:631
Portal for ArcGIS 资源承载数据类型
在Portal中数据主要分为两大类:Web内容与桌面内容。对于Web内容与桌面内容中的每个项目(item)又被具体分为maps,layers, styles, tools,applications,和 datafiles; 在web内容中,地图对应Web maps,图层对应不同的空间服务内容,工具对... ...
分类:其他好文   时间:2016-06-10 19:06:50    阅读次数:204
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!