码迷,mamicode.com
首页 >  
搜索关键字:styles and themes    ( 1837个结果
改变eclipse project explorer 字体大小
找到eclipse的安装目录 安装目录下的 plugins目录 org.eclipse.ui.themes_1.1.1.v20151026-1355 css\e4_default_win7.css 打开文件添加内容 CTabFolder Tree{ font-size: 18px; font-wei ...
分类:系统相关   时间:2017-08-05 22:43:59    阅读次数:459
Win+R
CreateTime--2017年8月4日11:54:32Author:Marydon 操作win+R来实现快速运行 1.输入要查找信息的路径-->即可在地址栏显示出来和在资源管理器地址栏输入信息一样 如:C:\Windows\Resources\Themes\Aero2.输入services.ms ...
分类:Windows程序   时间:2017-08-04 12:47:52    阅读次数:215
一步一步学习Vue(十一)
本篇继续学习vuex,还是以实例为主;我们以一步一步学Vue(四)中讲述的例子为基础,对其改造,基于vuex重构一遍,这是原始的代码: todolist.js ; (function () { var list = []; var Todo = (function () { var id = 1; ...
分类:其他好文   时间:2017-08-03 23:44:27    阅读次数:342
XSS的原理分析与解剖:第三章(技巧篇)**************未看*****************
??0×01 前言: 关于前两节url: 第一章:http://www.freebuf.com/articles/web/40520.html 第二章:http://www.freebuf.com/articles/web/42727.html 说的xss的原理及不同环境的构造方法。和XSS的分类及 ...
分类:其他好文   时间:2017-08-03 22:01:08    阅读次数:178
前端框架参考
H-ui,效果比较简单,免费开源: http://www.h-ui.net/H-ui.admin.shtml https://adminlte.io/themes/AdminLTE/pages/charts/morris.html https://www.jeasyui.com/documentat ...
分类:其他好文   时间:2017-08-03 13:57:21    阅读次数:175
Bootstrap中表单控件状态(验证状态)
Bootstrap 表单 http://www.runoob.com/try/try2.php?filename=bootstrap3-form-controlstate (这链接里有简介) ...
分类:其他好文   时间:2017-08-03 13:47:35    阅读次数:120
[React] Style the body element with styled-components and "injectGlobal"
In this lesson, we see how we can apply styles globally with the "injectGlobal" helper method in styled-components. This method allows us to apply sty ...
分类:其他好文   时间:2017-08-02 10:16:50    阅读次数:187
[React] Style a React component with styled-components
In this lesson, we remove the mapping between a React component and the styles applied to it via classnames. We write our styles directly within the c ...
分类:其他好文   时间:2017-08-02 10:00:35    阅读次数:225
js css 压缩
合并和压缩JS、CSS文件 压缩JS,CSS文件需要引用如下组件: gulp-minify-css: 压缩css gulp-jshint: 检查js gulp-uglify: 压缩js gulp-concat: 合并文件 gulp-rename: 重命名文件 gulp-clean: 清空文件夹 gu ...
分类:Web程序   时间:2017-08-01 23:06:00    阅读次数:279
css笔记
1 css引入方式 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <!--内嵌式引入--> <!--<style>--> <!--a{--> <!--color:rebeccap ...
分类:Web程序   时间:2017-08-01 20:51:32    阅读次数:175
1837条   上一页 1 ... 96 97 98 99 100 ... 184 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!