书栈网 · BookStack 本次搜索耗时 0.070 秒,为您找到 187110 个相关结果.
  • 校验规则

    校验规则 required required-if required-unless required-with required-with-all required-without required-without-all date date-format email phone telephone passport passwor...
  • 数据校验-校验规则

    required required-if required-unless required-with required-with-all required-without required-without-all date date-format email phone phone-loose telephone passport ...
  • 流式写入

    流式写入 获取流式写入器 按行流式写入工作表 流式创建表格 流式合并单元格 流式设置列宽度 结束流式写入 流式写入 StreamWriter 用于定义流式写入器的数据类型。 type StreamWriter struct { File * File Sheet string ...
  • 流式写入

    流式写入 获取流式写入器 按行流式写入工作表 流式创建表格 流式合并单元格 流式设置列宽度 结束流式写入 流式写入 StreamWriter 用于定义流式写入器的数据类型。 type StreamWriter struct { File * File Sheet string ...
  • Layout 布局

    Layout 布局 基础布局 分栏间隔 混合布局 分栏偏移 对齐方式 响应式布局 Row Attributes Col Attributes Layout 布局 通过基础的 24 分栏,迅速简便地创建布局。 基础布局 使用单一分栏创建基础的栅格布局。 分栏间隔 分栏之间存在间隔。 混合布局 通过基础的 1/2...
  • 通用编解码-方法介绍

    New NewWithTag NewWithOptions Load LoadJson LoadXml LoadIni LoadYaml LoadToml LoadContent LoadContentType IsValidDataType Valid Marshal MarshalIndent Unm...
  • File

    File Configuration Parameters Format out_file format plain format csv format ltsv format template format Getting Started Command Line Configuration File File file 输出插...
  • 数据校验

    校验规则 校验方法 使用示例 单数据校验 - Check 多数据校验 - CheckMap 多数据校验 - CheckStruct 示例1,使用map指定规则及提示信息 示例2,使用struct tag绑定规则及提示信息 错误提示 gvalid 模块实现了非常强大易用的数据校验功能,封装了40种 常用的校验规则,支持单数据多规则校验、多数...
  • 设置单元格样式

    设置单元格样式 设置单元格样式 func ( f * File ) SetCellStyle ( sheet , hCell , vCell string , styleID int ) error 根据给定的工作表名、单元格坐标区域和样式索引设置单元格的值。此功能是并发安全的。样式索引可以通过 NewStyle 函数获取。...
  • 时间对象

    时间对象 示例1,自定义时间格式化语法 示例2,标准库时间格式化语法 示例3,时间对象链式操作 时间对象 创建gtime.Time 对象可以通过标准库time.Time 对象、Unix时间戳、时间字符串(如:2018-07-18 12:01:00 )、自定义时间字符串(需要给定格式,支持自定义格式及标准库格式)。 示例1,自定义时间格式化...