码迷,mamicode.com
首页 >  
搜索关键字:styles and themes    ( 1837个结果
springmvc <mvc:resource /> 标签使用
<!-- 配置静态资源 --><mvc:resources location="/static/" mapping="/static/**"/> 说明:location元素:表示webapp目录下(即服务器根目录)的static包下的所有文件;mapping元素:表示以/static开头的所有请求路 ...
分类:编程语言   时间:2017-04-21 23:03:50    阅读次数:173
Bootstrap标准页面模版
<!DOCTYPE html><html lang="en"> <head> <!--网页页面字符集--> <meta charset="utf-8">//X-UA-Compatible是IE8的一个专有<meta>属性,它告诉IE8采用何种IE版本去渲染网页,在html的<head>标签中使用。模 ...
分类:其他好文   时间:2017-04-21 10:01:29    阅读次数:174
Missing styles. Is the correct theme chosen for this layout? Use the Theme combo box above the layou
android无法静态显示ui效果。 Missing styles. Is the correct theme chosen for this layout? Use the Theme combo box above the layout to choose a different layout, ...
分类:其他好文   时间:2017-04-19 09:21:37    阅读次数:159
xslt转换xml
实现json--> xml --(xlst)--> xml pom依赖 转换规则xsl java代码 ...
分类:其他好文   时间:2017-04-18 18:33:43    阅读次数:237
浏览器渲染优化4(styles and layout)
你已经学会了查找和解决问题。希望你的js能正常运行了,但这只是制作帧的一小部分。在这节课里,你将处理样式,也就是像开发工具里标记的那样,重新计算样式。学完这节课后,你将学会从样式计算过程中找到性能问题并学会解决这些问题。请记住,对于我们将要介绍的问题,经常可能是由js触发的,但并不一定是js的问题, ...
分类:其他好文   时间:2017-04-16 16:12:08    阅读次数:211
京东首页静态页面
预览效果 index.html index.css base.css box-shadow: 0 0 1px #e0e0e0; .jd_sk .sk_time>span:nth-child(3n) /*e:first-of-type 选择e同类型的同级的 第一个元素*//*e:last-of-typ ...
分类:其他好文   时间:2017-04-15 01:20:41    阅读次数:216
dTree无限级文件夹树和JQuery同步Ajax请求
曾经都是用JQuery对树的支持来实现文件夹树的,近来闲来无事就弄了下dTree,感觉其无限级文件夹还是挺好的,并且它的使用也比較方便,基本上就是先把要用的js文件即dtree.js和css文件dtree.css引入,另外就是它默认的图片。当然这些图片都是能够自己指定的,它的css样式也能够自己改变 ...
分类:Web程序   时间:2017-04-14 22:22:17    阅读次数:268
ArcGIS for JavaScript学习(一)
一 API准备 sdk中含有API的帮助和例子 2.离线部署(以IIS为例) 配置IIS(详见网络);解压离线包,包中的install_SDK.html/install_API.html文件含有详细的部署过程。 二 第一个应用程序 (1)创建简单的html文档 (2)在<head>中引入样式表和Ar ...
分类:编程语言   时间:2017-04-14 00:14:05    阅读次数:214
js-jquery-SweetAlert2【一】使用
一、下载安装 地址:https://github.com/limonte/sweetalert2 二、页面引用 当然还有jquery 三、示例 3.1、基础结构 3.2、精简用法 1、标题【alert】-swal(string) 2、标题和描述【alert】-swal(string,string) ...
分类:Web程序   时间:2017-04-13 13:44:21    阅读次数:3676
[SCSS] Organize Styles with SCSS Nesting and the Parent Selector
SCSS nesting can produce DRYer code by targeting child elements without having to write the parent class. Nesting up to 3 levels deep can help us unde ...
分类:Web程序   时间:2017-04-12 10:04:14    阅读次数:163
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!