参考:https://blog.csdn.net/legend_hua/article/details/78875625 在tensorflow中,tf.get_variable函数的命名空间与tf.variable_scope()有关,与tf.name_space()无关。但是如果tf.name_ ...
分类:
其他好文 时间:
2019-03-02 17:15:32
阅读次数:
271
import matplotlib.pyplot as plt import matplotlib as mpl mpl.rcParams["font.sans-serif"] = ["SimHei"] mpl.rcParams["axes.unicode_minus"] = False x = [ ...
分类:
编程语言 时间:
2019-03-01 17:07:51
阅读次数:
644
函数功能:表示不同图形的文本标签图案。 调用签名:plt.legend(loc="lower left") loc:图例在图中的地理位置 代码实现: ...
分类:
编程语言 时间:
2019-02-28 18:37:01
阅读次数:
8816
禁用状态: 被禁用的 fieldset 为<fieldset> 设置 disabled 属性,可以禁用 <fieldset> 中包含的所有控件。 这是个整体案例 单个案例只需要添加disable就可以了 使用点击事件进行: 这样,在前端,点击之后是不可以再次重复点击 给按钮添加点击事件的两种方式: ...
分类:
其他好文 时间:
2019-02-26 15:15:51
阅读次数:
204
@*定义全局样式*@ <style> body, ul, li, p, h1, h2, h3, h4, h5, h6, hr, span, form, fieldset, table, td, img, div, dl, dt, dd, input { margin: 0; padding: 0; ...
分类:
其他好文 时间:
2019-02-25 00:55:17
阅读次数:
358
html5 新增标签和属性 1、html发展历程(html有很多版本) 2、快捷键生成不同版本(html4、xhtml、html5) 文档类型不同、字符设定 4、datalist用法(自带搜索过滤功能) 5、fieldset搭配legend用法 6、新增的input 的 type的属性值 7、表单里 ...
分类:
Web程序 时间:
2019-02-24 23:04:16
阅读次数:
316
Echart是一款图表插件,功能强大,使用简单。Echart官网:https://echarts.baidu.com/examples/#chart-type-line 本文介绍我使用过的折线图以及饼图。 1.折线图: 图表上可以浮动数据: 先贴上官网代码: 图标头部: X轴: Y轴: GetDat ...
分类:
其他好文 时间:
2019-02-21 12:46:35
阅读次数:
224
摘录自:https://blog.csdn.net/smf0504/article/details/51830963 https://www.cnblogs.com/shuqingstudy/p/4853936.html 一、hold指令使用 正常情况下,plot指令显示figure时,以前的数据丢 ...
分类:
其他好文 时间:
2019-02-19 00:49:00
阅读次数:
256
题目描述 小L 最近沉迷于塞尔达传说:荒野之息(The Legend of Zelda: Breath of The Wild)无法自拔,他尤其喜欢游戏中的迷你挑战。 游戏中有一个叫做“LCT” 的挑战,它的规则是这样子的:现在有一个N 个点的 树(Tree),每条边有一个整数边权vi ,若vi > ...
分类:
其他好文 时间:
2019-02-14 22:10:41
阅读次数:
229
淘宝的样式初始化代码: body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { ma ...
分类:
其他好文 时间:
2019-02-11 13:03:46
阅读次数:
156