多个文件名大小写不同,是因为运行代码是大写E,用vscode运行的是小写e,解决方案:手动npm run dev #There are multiple modules with names that only differ in casing. ...
分类:
其他好文 时间:
2019-12-10 10:27:14
阅读次数:
437
一、使用servlet技术开发用户登陆功能 在MySQL中准备一个user表,表中增加一条假数据 使用Servlet实现用户登陆的功能 用户登陆的<from>表单 <form id="loginFrom" action="${pageContext.request.contextPath }/use ...
分类:
编程语言 时间:
2019-12-08 15:19:08
阅读次数:
71
这是一款使用纯CSS3制作的Material Design风格单选框和复选框插件。该插件只需引入指定的CSS文件,然后配合特定的HTML结构,就可以生成漂亮的Material Design风格单选框和复选框。 该纯CSS3 Material Design风格单选框和复选框的github地址为:htt ...
分类:
Web程序 时间:
2019-12-08 01:15:17
阅读次数:
156
css/styles.css 1 .for_file_drop { 2 width: 100%; 3 height: 100px; 4 background-color: blueviolet; 5 } index.html 1 <!DOCTYPE html> 2 <html> 3 <head> 4 ...
分类:
Web程序 时间:
2019-12-07 14:05:20
阅读次数:
267
官网下载地址:http://ricostacruz.com/nprogress/ npropress.css /* Make clicks pass-through */ #nprogress { pointer-events: none; } #nprogress .bar { backgroun ...
分类:
其他好文 时间:
2019-12-06 19:14:42
阅读次数:
111
使用Tornado实现一个简陋的任务表功能demo来讲解tornado框架模板引擎 一、demo目录结构 二、具体文件内容 2.1、commons.css .body{ margin: 0; background-color: bisque; } 2.2、index.html <!DOCTYPE h ...
分类:
Web程序 时间:
2019-12-06 00:28:12
阅读次数:
124
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