码迷,mamicode.com
首页 >  
搜索关键字:styles and themes    ( 1837个结果
自己写了一套博客园主题合集
文件目录 index.js readme.md theme acg acg.css acg.js readme.md light light.css light.js readme.md other themes ... 总体是怎么运行的 index.js index.js是入口文件,它将用户配置和 ...
分类:其他好文   时间:2019-12-05 18:53:42    阅读次数:547
LitElement(三)Styles样式
1、为组件添加样式 import { LitElement, css, html } from 'lit-element'; class MyElement extends LitElement { static get styles() { return css` div { color: red ...
分类:其他好文   时间:2019-12-04 23:40:32    阅读次数:135
ng使用bootstrap
1.在项目中使用命令 npm i bootstrap -s来创建bootstrap 2.创建完成之后在 angular.json中引入进去 "styles": [ "src/styles.scss", "./node_modules/bootstrap/dist/css/bootstrap.min. ...
分类:其他好文   时间:2019-12-04 13:46:03    阅读次数:95
GeoStyle: Discovering Fashion Trends and Events
Abstract 摘要 Understanding fashion styles and trends is of great potential interest to retailers and consumers alike. 了解时尚风格和趋势对零售商和消费者都有很大的潜在利益。 The p ...
分类:其他好文   时间:2019-12-03 18:05:27    阅读次数:134
Django --- ajax结合sweetalert使用,分页器
ajax结合sweetalert使用 ajax可以在不刷新页面的情况下与后端进行交互,在对数据进行操作的时候,可以让ajax与sweetalert一起使用,sweetalert是页面框,当用户在删除数据的时候,可以给用户一个确认的机会,这个时候就可以使用ajax与sweetalert一起使用,在不刷 ...
分类:Web程序   时间:2019-12-02 21:59:46    阅读次数:167
事实证明双缓冲还是很有效果的,特别对于那些需要隐藏行的窗体
this.DoubleBuffered = true;//设置本窗体 SetStyle(ControlStyles.UserPaint, true); SetStyle(ControlStyles.AllPaintingInWmPaint, true); // 禁止擦除背景. SetStyle(Co ...
分类:Windows程序   时间:2019-12-01 16:46:19    阅读次数:107
JS动画之缓动函数分析及动画库
上一篇讲了JS动画定时器相关知识,这一篇介绍下缓动函数及流行的动画库。 熟悉的图 实际使用 jquery animate()+jquery.easing插件的使用: $(selector).animate(styles,speed,easing,callback) 原生js使用:张鑫旭同学的文章 缓 ...
分类:Web程序   时间:2019-12-01 09:15:57    阅读次数:153
简单主页搭建
一、HTML <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>主页</title> <link rel="stylesheet" href="css.css"> </head> <body> <div cla ...
分类:其他好文   时间:2019-11-24 09:50:52    阅读次数:55
(二)Django模板的应用
一、配置项目的基础模板,分三部分 base.html 基础部分,需要包括基本的HTML标签 header部分 body部分 html闭合标签 header.html 头部部分,仅负责头部模板 footer.html 尾部部分,仅负责尾部模板 ...
分类:其他好文   时间:2019-11-23 09:38:23    阅读次数:56
日记-20191122
时间和行动管理的开始 一个时间管理软件::mylifeorganized http://www.chaoxz.com/wp-content/themes/begin/down.php?id=1389 GTD: https://baike.baidu.com/item/GTD/7384910?fr=a ...
分类:其他好文   时间:2019-11-22 23:50:20    阅读次数:113
1837条   上一页 1 ... 20 21 22 23 24 ... 184 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!