书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 668 个相关结果.
  • MVC

    2366 2019-07-02 《Go Iris中文文档》
    MVC介绍 特性 使用Iris MVC进行代码重用 快速MVC教程第1部分 MVC介绍 Iris对MVC(模型视图控制器)模式有一流的支持,您在其他任何地方都找不到这些东西 Iris web框架支持请求数据、模型、持久数据和以最快的速度执行的绑定。 特性 支持所有HTTP方法,例如,如果想要提供GET,那么控制器应该有一个名为Get...
  • 读CSV文件(batch)

    读CSV文件 功能介绍 参数说明 支持的字段类型包括: 关于分隔符的说明: 脚本示例 Csv Batch Source 脚本运行结果 Csv Stream Source 脚本运行结果 读CSV文件 功能介绍 读CSV文件。支持从本地、hdfs、http读取 参数说明 名称 中文名称 描述 类型 是否必须? ...
  • 3.5.1 加载样例数据集

    3.5.1 加载样例数据集 3.5.1.1 学习和预测 3.5.1 加载样例数据集 首先,我们将加载一些数据来玩玩。我们将使用的数据是知名的非常简单的花数据鸢尾花数据集。 我们有150个鸢尾花观察值指定了一些测量:花萼宽带、花萼长度、花瓣宽度和花瓣长度,以及对应的子类:Iris setosa、Iris versicolor和Iris virg...
  • Model binding and validation

    Model binding and validation Model binding and validation To bind a request body into a type, use model binding. We currently support binding of JSON , JSONProtobuf , Protobuf ...
  • Goroutines inside a middleware

    Goroutines inside a middleware Goroutines inside a middleware When starting new Goroutines inside a middleware or handler, you SHOULD NOT use the original context inside it, y...
  • Serving data from Context

    Serving data from Context Serving data from Context SendFile ( filename string , destinationName string ) error SendFileWithRate ( src , destName string , limit float6...
  • seaborn.PairGrid

    seaborn.PairGrid seaborn.PairGrid class seaborn . PairGrid ( data , hue = None , hue_order = None , palette = None , hue_kws = None , vars = None , x_vars = None , y_va...
  • Socket Sharding

    Socket Sharding Socket Sharding This option allows linear scaling server performance on multi-CPU servers . See https://www.nginx.com/blog/socket-sharding-nginx-release-1-9-1/ ...
  • GaussianMixturePredict(stream)

    Description Parameters Script Example Code Results Description Gaussian Mixture prediction based on the model fitted by GmmTrainBatchOp. Parameters Name Description ...
  • 读CSV文件(stream)

    读CSV文件 功能介绍 参数说明 支持的字段类型包括: 关于分隔符的说明: 脚本示例 Csv Batch Source 脚本运行结果 Csv Stream Source 脚本运行结果 读CSV文件 功能介绍 读CSV文件 参数说明 名称 中文名称 描述 类型 是否必须? 默认值 filePat...