码迷,mamicode.com
首页 >  
搜索关键字:ntop    ( 248个结果
ASP.NET Core中的依赖注入
ASP.NET Core支持DI软件设计模式,其是一种为了在类及其依赖对象之间实现控制反转(IoC)的一项技术。获取更多特定于MVC控制器的依赖注入的信息,可以参考Dependency injection into controllers in ASP.NET Core。 依赖注入概述 任何其他对象 ...
分类:Web程序   时间:2020-02-28 12:08:45    阅读次数:66
高级UI组件
1.进度条 (1).圆形进度条(一般默认为圆形进度条) <ProgressBar android:layout_width="wrap_content" android:layout_height="wrap_content" /> (2)条状进度条 <ProgressBar android:id= ...
分类:其他好文   时间:2020-02-14 20:25:19    阅读次数:53
tensorflow线性回归预测鲍鱼数据
代码如下: import tensorflow as tf import csv import numpy as np import matplotlib.pyplot as plt # 设置学习率 learning_rate = 0.01 # 设置训练次数 train_steps = 1000 # ...
分类:其他好文   时间:2020-02-13 14:33:54    阅读次数:79
tensorflow版线性回归
import os os.environ['TF_CPP_MIN_LOG_LEVEL'] = '2' import tensorflow as tf def linearregression(): X = tf.random_normal([100,1],mean=0.0,stddev=1.0) y ...
分类:其他好文   时间:2020-01-31 19:04:29    阅读次数:75
TensorFlow技术调研报告
TensorFlow技术调研报告 TensorFlow是目前世界上最受欢迎的深度学习框架,主要应用于图像识别、语言理解、语音理解等领域方面。它具有快速、灵活并适合产品及大规模应用等特点。公司里的AI装维质检以及文本分析方面皆可通过TensorFlow实现。希望通过对本文的学习,大家对TensorFl ...
分类:其他好文   时间:2020-01-02 15:43:27    阅读次数:104
TensorFlow基础入门(四)
注意:本部分的ppt来源于中国大学mooc网站:https://www.icourse163.org/learn/ZUCC-1206146808?tid=1206445215&from=study#/learn/content?type=detail&id=1211168244&cid=121375 ...
分类:其他好文   时间:2019-12-22 14:34:48    阅读次数:81
Baozi Leetcode solution 169: Major Element
Problem Statement Given an array of size n, find the majority element. The majority element is the element that appears more than ? n/2 ? times. You m ...
分类:其他好文   时间:2019-12-17 13:31:47    阅读次数:98
linux6 安装 ntopng
linux6 安装 ntopng 来自维基百科的知识“ntop是一个网络探测器,它以与top显示进程般类似的方式显示网络使用率。在交互模式中,它显示了用户终端上的网络状态。在网页模式中,它作为网络服务器,创建网络状态的HTML转储文件。它支持NetFlow/sFlowemitter/collecto ...
分类:系统相关   时间:2019-12-16 19:35:11    阅读次数:101
Excel导出,直接跳出文件选择框,进行文件选择
1.首先准备jar包 <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> <version>3.8</version></dependency>2.前台页面访问 导出excel的接口 通过window ...
分类:其他好文   时间:2019-12-16 10:18:01    阅读次数:118
html,javascript跟随鼠标
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>跟随鼠标</title> <script type="text/javascript"> function load(){ var xPoint=window.ev ...
分类:编程语言   时间:2019-11-23 10:04:48    阅读次数:108
248条   上一页 1 2 3 4 ... 25 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!