OS : Windows 10 browser : Chrome 83.0.4103.116 editor : Visual Studio Code 1.46.1 typesetting : Markdown html <!DOCTYPE html> <html lang="zh-CN"> <hea ...
分类:
Web程序 时间:
2020-07-07 00:09:40
阅读次数:
133
添加 <div class="form-group"> <label class="control-label col-xs-12 col-sm-2">{:__('Qwe')}:</label> <div class="col-xs-12 col-sm-8"> <input id="c-caozuo ...
分类:
其他好文 时间:
2020-07-06 20:02:06
阅读次数:
265
//页面部分绑定ref <el-form-item ref="startUserTel" label="联系电话:" prop="startUserTel"> <el-input v-model="basicInfo.startUserTel" placeholder="请输入" /> </el-f ...
分类:
其他好文 时间:
2020-07-06 19:30:01
阅读次数:
225
效果图: 生成一个title为my window的窗口,尺寸为500x300 包含一个Label,文字为 “you hit me” 包含一个Button,文字为“hit me”,点击Label文字消失,再点击Label文字出现 import tkinter as tk # 定义窗口 window = ...
分类:
其他好文 时间:
2020-07-06 18:03:02
阅读次数:
54
confirmit中由于PC端和手机端的某些设置不一样,导致部分代码在手机端执行后无效果 <input type="radio" name="q88_1" id="q88_1_1" value="1"> <label id="q88_1_1_label">1</label>在PC端中,以上两个标签都 ...
分类:
移动开发 时间:
2020-07-06 16:22:16
阅读次数:
93
1.1.2 机器学习 机器学习分为两部分: 有监督学习(Surpervised Learning) 无监督学习(Unsupervised Learning) 强化学习(Reinforcement Learning,简称RL) 如下图所示: 有监督学习 有监督学习的数据集包含了样本x与样本label ...
分类:
其他好文 时间:
2020-07-06 15:47:44
阅读次数:
70
前端框架Bootstrap 该框架已经帮你写好了很多页面样式,你如果需要使用,只需要下载它对应文件,之后直接cv拷贝即可 在使用Bootstrap的时候所有的页面样式都只需要你通过class来调节即可 版本选择建议使用v3版本 Bootstrap中文网:https://www.bootcss.com ...
分类:
其他好文 时间:
2020-07-06 00:46:59
阅读次数:
56
图 8.1 import matplotlib.pyplot as plt import numpy as np plt.axes([0.05, 0.7, 0.3, 0.3], frameon=True, facecolor="y", aspect="equal") plt.plot(np.aran ...
分类:
编程语言 时间:
2020-07-05 15:22:45
阅读次数:
62
1、时间同步 #di.time sync /usr/sbin/ntpdate time.apple.com echo '#time sync by oldboy at 2019-3-30' >> /var/spool/cron/root echo '*/5 * * * * /usr/sbin/ntp ...
分类:
其他好文 时间:
2020-07-04 23:08:59
阅读次数:
112
1.写在方法体里面 表格上 <el-table-column label="序号" type="index" :index='indexMethod' width="80" align="center"></el-table-column> 定义的分页 const defaultListQuery ...
分类:
其他好文 时间:
2020-07-04 16:58:14
阅读次数:
113