万象云档 本次搜索耗时 1.331 秒,为您找到 263 个相关结果.
  • where 实现条件筛选与数据关联

    where 实现条件筛选与数据关联 where 实现条件筛选与数据关联 在标签中,可以通过where设置条件筛选,比如 { qb : tag name = "xxxx" type = "cms" where = "status>0" } *********** {/ qb : tag } where="status>0"...
  • Using the REPL

    Using the REPL Starting the repl ​ Using the REPL ​ First steps ​ Create a space ​ Create a model ​ Add, update and remove some data ​ Use in your own apps ​ Using...
  • Radio Buttons

    Radio Buttons Follow along in the online editor . Say you have a website that is primarily about reading, like this guide! You may want to have a way to choose between ...
  • 13 How to Create the Best Friendships of Your Life

    [CHAPTER 13] Give It A Year The Habit of “Going First” 1. Compliment people everywhere you go. 2. Be curious. 3. Smile and say hello to anyone and everyone you pass or meet. 4....
  • Preface

    Preface Preface This is the official reference guide for the HBase version it ships with. Herein you will find either the definitive documentation on an HBase topic as of its ...
  • 设置搜索区域(1.1.0+)

    设置搜索区域(1.1.0+) setSearchArea(搜索参数, 提交地址) text(单行文本框) select(下拉框) daterange(日期范围) 设置搜索区域(1.1.0+) setSearchArea(搜索参数, 提交地址) 从V1.1.0版本开始,支持设置搜索区域,目前支持以下类型: 类型 标识符 单行文本框 text ...
  • URI 类

    URI 类 , 类参考 URI 类 URI 类用于帮助你从 URI 字符串中获取信息,如果你使用 URI 路由, 你也可以从路由后的 URI 中获取信息。 注解 该类由系统自己加载,无需手工加载。 ,类参考 classCI_URI segment($n[, $no_result = NULL]) 参数: $n (int) — Se...
  • Mysql配置

    Mysql配置 一、步骤 二、my.ini文件: Mysql配置 一、步骤 安装: mysqld - install 1 、在命令行中输入“ mysql - uroot - p ”(不输入密码),回车即可进入数据库。 2 、执行,“ use mysql ;”使用 mysql 数据库。 3 、执行,“ update user ...
  • Gaea兼容范围

    Gaea兼容范围 协议兼容性 SQL兼容性 SELECT INSERT UPDATE 事务兼容性 Gaea兼容范围 协议兼容性 Gaea支持text协议和binary协议. SQL兼容性 Gaea对分表和非分表的兼容性有所不同. 非分表理论上支持所有DML语句, 部分ADMIN语句. 对分表情况, Gaea本身的定位是轻量级, 高...
  • 全局序列号说明

    全局序列号说明 原理 如何使用 如何配置 配置db 配置table 初始化table 配置函数 全局序列号说明 原理 参考mycat生成全局唯一序列号的设计,在数据库中建立一张表,存放sequence名称(name),sequence当前值(current_value),步长(increment int类型每次读取多少个sequence...