文件目录 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
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
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
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
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 ...
上一篇讲了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
一、配置项目的基础模板,分三部分 base.html 基础部分,需要包括基本的HTML标签 header部分 body部分 html闭合标签 header.html 头部部分,仅负责头部模板 footer.html 尾部部分,仅负责尾部模板 ...
分类:
其他好文 时间:
2019-11-23 09:38:23
阅读次数:
56
时间和行动管理的开始 一个时间管理软件::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