码迷,mamicode.com
首页 >  
搜索关键字:hit    ( 2928个结果
html 和 js 压缩
1,js 压缩: 将 mode 改为“production" 即可,production 模式下,webpack 会自动压缩 js 文件 2,html 压缩: src / index.html <!DOCTYPE html> <html lang="en"> <head> <meta charset ...
分类:Web程序   时间:2020-06-05 21:12:00    阅读次数:90
生产环境 webpack 配置
1 2 3 const {resolve} = require('path') 4 const MiniCssExtractPlugin = require('mini-css-extract-plugin') 5 const OptimizeCssAssetsWebpackPlugin = req ...
分类:Web程序   时间:2020-06-05 21:02:39    阅读次数:71
in-house BEM code
BEM compiling Table of Contents 1. Compiling 1.1. steady bem code 1.2. unsteady BEM 1.3. surfacebem code: 1 Compiling 1.1 steady bem code >>> f95 -oa ...
分类:其他好文   时间:2020-06-04 21:36:34    阅读次数:100
你不知道的width:auto
说到widh:auto这个属性大家一定不陌生,也都知道width的默认值是auto,正因为auto是默认值,极少有人去关注auto的宽度表现,下面就让我介绍一下我认识的auto的四种宽度表现 1.充分利用可用空间。比方说,<div>、<p>这些元素的宽度默认是100%与父级容器的。这种充分利用可用空 ...
分类:其他好文   时间:2020-06-04 01:17:17    阅读次数:60
关于按下回车键自动提交表单问题解决
当直接按下回车键时,会默认提交表单,会发现表单提交报错,这时候需要,否则会报does not contain handler parameter named 'method'. This may be caused by whitespace in the label text <html:form ...
分类:其他好文   时间:2020-06-02 20:34:44    阅读次数:87
IDEA 操作系列01-快捷键
快捷键 IDEA 把类中的方法展开和关闭: (当前方法展开 ctrl + '+' ; 当前方法关闭: ctrl + '-'),所有方法展开 ctrl+shitf + '+' ; 所有方法关闭: ctrl+shift+ '-' ...
分类:其他好文   时间:2020-05-31 10:53:29    阅读次数:43
styled-components 中文文档翻译及不完全指北
前言 官方文档地址: https://www.styled-components.com/ 中文文档地址:https://github.com/hengg/styled-components-docs-zh styled-components是一个React的第三方库,是CSS in JS的优秀实践 ...
分类:其他好文   时间:2020-05-30 18:21:24    阅读次数:146
PAT.1049 Counting Ones(排列组合)
1049 Counting Ones (30分) The task is simple: given any positive integer N, you are supposed to count the total number of 1's in the decimal form of th ...
分类:其他好文   时间:2020-05-29 23:43:50    阅读次数:106
汉语-词语:北人南相
ylbtech-汉语-词语:北人南相 民间所谓“南人北相,北人南相”是比较有福之面相。北人南相者,是厚重而又机灵;南人北相者,不消说是机灵而又厚重。北人南相形容人稳成持重,却又不缺乏机动灵便。 1.返回顶部 1、 中文名:北人南相词 组:形容此人厚重而又机灵 目录 1 由来 2 区别 2、 2.返回 ...
分类:其他好文   时间:2020-05-28 01:07:53    阅读次数:117
【12c】直方图Histograms
直方图,一种特殊类型的列的统计信息,它能提供表中列的更详细的数据分布信息,直方图将值存放于桶(buckets)中。基于不同值的数目和数据的分布,数据库选择要创建的直方图类型,直方图的类型有如下几种: 频率直方图和顶频直方图:Frequency histograms and to frequency ...
分类:其他好文   时间:2020-05-27 20:15:33    阅读次数:49
2928条   上一页 1 ... 12 13 14 15 16 ... 293 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!