#!/usr/bin/env python import tensorflow as tf import numpy as np import matplotlib.pyplot as plt # Import MNIST data from tensorflow.examples.tutorial ...
分类:
其他好文 时间:
2020-06-26 16:25:26
阅读次数:
49
需求有个折线图,用 echarts 画一下: 上个测试连接:https://echarts.apache.org/examples/zh/editor.html?c=line-stack 记录下 option = { title: { text: '数据趋势' }, tooltip: { trigg ...
分类:
其他好文 时间:
2020-06-24 12:30:22
阅读次数:
69
1、有用的网址 表盘 echarts https://echarts.apache.org/examples/zh/editor.html?c=gauge 搜索盘 http://www.pansoso.com/ Jquery评论插件 http://www.jq22.com/yanshi16802 在 ...
分类:
其他好文 时间:
2020-06-20 16:11:41
阅读次数:
59
首先,实现可以参考这篇博客 https://www.cnblogs.com/yllinux/p/7065331.html 我的代码跟网上的是一样的,师兄给出了其他写法,有空再补。 module coder_83( input [7:0] data_in, input en_in_n, output ...
分类:
其他好文 时间:
2020-06-18 23:26:26
阅读次数:
140
1. postman搭建mock环境 https://www.cnblogs.com/yiyaxuan/p/13045564.html 2.配置reponse 想新增多个请求,可以对已添加好的请求进行复制想修改response,可以然后点击 Examples-->Default修改完毕后进行保存sa ...
分类:
其他好文 时间:
2020-06-18 13:15:19
阅读次数:
85
https://github.com/surmon-china/vue-awesome-swiper/blob/master/examples/03-pagination.vue https://surmon-china.github.io/vue-awesome-swiper/ ...
分类:
其他好文 时间:
2020-06-18 13:03:02
阅读次数:
44
1. JavaScript按位运算符 Bit operators work on 32 bits numbers. 2. JavaScript按位运算符~ 值得注意的是,在JavaScript中,~5的值是-6,而不是10。 The examples above uses 4 bits unsign ...
分类:
编程语言 时间:
2020-06-18 12:59:32
阅读次数:
45
导航 (返回顶部) 1. sysstat 1.1 sysstat 包含的命令 1.2 命令相关的文件 1.3 EXAMPLES 1.4 更多相关 2. OPTIONS 2.1 man iostat 2.2 man mpstat 2.3 man pidstat 2.4 man sadf 2.5 sar ...
分类:
其他好文 时间:
2020-06-14 10:39:15
阅读次数:
76
Wang Y, Zou D, Yi J, et al. Improving Adversarial Robustness Requires Revisiting Misclassified Examples[C]. international conference on learning repre ...
分类:
其他好文 时间:
2020-06-13 10:42:27
阅读次数:
66
package LeetCode_559 import java.util.* /** * 559. Maximum Depth of N-ary Tree * https://leetcode.com/problems/maximum-depth-of-n-ary-tree/description ...
分类:
其他好文 时间:
2020-06-12 14:27:25
阅读次数:
74