万象云档 本次搜索耗时 1.519 秒,为您找到 1034 个相关结果.
  • Result

    Result A Result is useful when you have logic that may “fail”. For example, parsing a String into an Int may fail. What if the string is filled with the letter B? In cases ...
  • 通过 npm 安装

    提示:npm 是 nodejs 包管理工具,可以方便的管理和使用 nodejs 包,如果你暂时没有用到,可以跳过本文。 我们提供的 Highcharts npm 包,包含了 Highcharts、Highstock、Highmaps 及所有的功能模块,通过下面的命令即可完成安装 复制代码npm install highcharts --...
  • 单行文本框

    单行文本框 addText('name值', '标题' [, '提示', '默认值', '标签组', '额外属性', '额外css类']) 标签组 自定义placeholder 单行文本框 addText('name值', '标题' [, '提示', '默认值', '标签组', '额外属性', '额外css类']) 标识符:text 版本 ...
  • XPackTransportClient

    XPackTransportClient 实例 XPackTransportClient 如果 ElasticSearch 服务安装了 x-pack 插件,需要PreBuiltXPackTransportClient 实例才能访问 使用Maven管理项目,把下面代码增加到pom.xml ; 一定要修改默认仓库地址为https://artif...
  • 控制器模板赋值

    [控制器模板赋值] [控制器基类的assign方法] [传入参数方法] [View 类的assign方法] [变量输出] [控制器模板赋值] 变量如果要在模板中使用,就必须先进行模板赋值才可以,但系统变量和配置参数可以不用赋值(我们会在模板章节介绍如何输出) [控制器基类的assign方法] <? php namespace a...
  • 删除文件

    小结 在Git中,删除也是一个修改操作,我们实战一下,先添加一个新文件test.txt 到Git并且提交: $ git add test . txt $ git commit - m "add test.txt" [ master b84166e ] add test . txt 1 file changed , 1 ...
  • 解决冲突

    人生不如意之事十之八九,合并分支往往也不是一帆风顺的。 准备新的feature1 分支,继续我们的新分支开发: $ git switch - c feature1 Switched to a new branch 'feature1' “复制到剪贴板”) 修改readme.txt 最后一行,改为: Creating a...
  • 9 字符串

    9 字符串 undefined9 Lua 字符串 undefined9.1 字符串操作 undefined字符串大小写转换 undefined字符串查找与反转 undefined字符串格式化 undefined字符与整数相互转换 undefined其他常用函数 9 字符串 undefined9 Lua 字符串 字符串或串(String)...
  • Apache HBase APIs

    Apache HBase APIs 96. 例子 Apache HBase APIs 贡献者:xixici 本章节提供有关使用基础 HBase API 执行操作的方法。 此方法并非详尽无遗,快速参考 User API Reference 。 此处的示例不全面,仅用于说明目的。 Apache HBase 也拥有多种外部 APIs. 详见:A...
  • HBase and Schema Design

    HBase and Schema Design 34. Schema Creation 34.1. Schema Updates 35. Table Schema Rules Of Thumb HBase and Schema Design A good introduction on the strength and weaknesses mo...