ElementUi 表单验证 可以在pattern中书写正则,并且配合elementUI进行表单验证。 pattern 属性规定用于验证输入字段的模式。模式指的是正则表达式。 原文地址:https://segmentfault.com/a/1190000012551362 ...
分类:
其他好文 时间:
2018-11-14 22:40:11
阅读次数:
3031
A. Find a Number Solved By 2017212212083 题意:$找一个最小的n使得n % d == 0 并且 n 的每一位数字加起来之和为s$ 思路: 定义一个二元组$<d, s>$ 表示当前状态模d的值,以及每一位加起来的值 跑最短路,从$<0, 0> 跑到 <0, s> ...
分类:
其他好文 时间:
2018-11-14 20:53:10
阅读次数:
207
机器学习规则 (Rules of Machine Learning): 关于机器学习工程的最佳实践 https://developers.google.cn/machine-learning/rules-of-ml/ ...
分类:
其他好文 时间:
2018-11-14 19:47:02
阅读次数:
158
一: 正常请求 1 : 浏览器访问百度首页 2 : 使用fiddler的statistics查看时间 3 : 可以看到请求开始到请求结束时间为: 0.001秒 二: 弱网测试 1 : 打开fiddler,点击Rules -> Customize Rules。 1 : 在打开的txt文件,找到这段代码 ...
分类:
其他好文 时间:
2018-11-13 02:58:44
阅读次数:
177
安装node-sass sass-loader 进入webpack.base.config.js,rules里添加上以下代码 { test: /\.scss$/, loaders: ["style", "css", "sass"] } 调用的时候在style里面声明 <style lang="scs ...
分类:
其他好文 时间:
2018-11-12 17:31:07
阅读次数:
263
China Tightens Recycling Import Rules We have all seen the pictures of cities in China with air pollution so bad citizens have resorted to wearing mas ...
分类:
其他好文 时间:
2018-11-11 13:51:56
阅读次数:
172
1、串口权限设置 cd /etc/udev/rules.d sudo nano 20-usb-serial.rules 添加内容 KERNEL =="ttyUSB*" MODE="0777" KERNEL =="ttyS*" MODE="0777" 重启电脑或者拔掉由串口过来的usb线,重新连接 查 ...
分类:
其他好文 时间:
2018-11-10 12:33:54
阅读次数:
181
Bringing up interface eth0: Device eth0 does not seem to be present,delaying initialization. 3.解决方案 a.删除/etc/udev/rules.d/70-persistent-net.rules中eth0 ...
分类:
其他好文 时间:
2018-11-08 21:57:41
阅读次数:
214
"原文链接" Git飞行规则(Flight Rules) ?? "English" ? "Espa?ol" ? "Русский" ? "简体中文" ? "???" 前言 英文原版 "README" 翻译可能存在错误或不标准的地方,欢迎大家指正和修改,谢谢! 什么是"飞行规则"? 一个 "宇航员指南 ...
分类:
其他好文 时间:
2018-11-07 13:14:25
阅读次数:
176
一、概念 关联(Association) 关联就是把两个或两个以上在意义上有密切联系的项组合在一起。 关联规则(AR,Assocaition Rules) 用于从大量数据中挖掘出有价值的数据项之间的相关关系。(购物篮分析) 协同过滤(CF,Collaborative Filtering) 协同过滤常 ...
分类:
编程语言 时间:
2018-11-03 02:08:55
阅读次数:
239