书栈网 · BookStack 本次搜索耗时 0.016 秒,为您找到 85183 个相关结果.
  • 语句

    SELECT CREATE
  • 语句

    用法 CREATE CUBE 概要 描述 例子 限制 INSERT INTO CUBE 概要 描述 例子 限制 INSERT OVERWRITE CUBE 概要 描述 例子 SHOW CUBES 概要 描述 例子 DROP CUBE 概要 描述 例子 用法 可以使用任何受支持的客户端管理Cubes,例如位于安...
  • 语句

    create collectionspace drop collectionspace create collection drop collection create index drop index list collectionspaces list collections insert into select update de...
  • 语句

    语句 if 语句 switch 语句 for 语句 while 语句 语句 if 语句 在 WXS 中,可以使用以下格式的 if 语句 : if (expression) statement : 当 expression 为 truthy 时,执行 statement。 if (expression) statement1 el...
  • 语句

    语句 避免在 return 语句中出现赋值语句 function sum ( a , b ) { return result = a + b // ✗ 错误 } 禁止使用 with with ( val ) {...} // ✗ 错误 不要使用标签语句 label ...
  • If语句

    If语句 If语句 示例: var name = readLine ( stdin )   if name == "Andreas" : echo "What a nice name!" elif name == "" : echo "Don't you have a name?" else : ...
  • if 语句

    1045 2020-01-31 《Go 语言小册》
    if 语句 初始语句 if-else 语句 下一步 if 语句 跟 for 语句 一样, if 语句条件表达式不需要括号包围,但是花括号却不能省略。 /_src/tour/if.go package main   import ( "fmt" "math" )     func sqrt ( x...
  • 语句

    语句 if 语句 switch 语句 for 语句 while 语句 语句 if 语句 在 WXS 中,可以使用以下格式的 if 语句 : if (expression) statement :当 expression 为 truthy 时,执行 statement 。 if (expression) statement1 ...
  • 语句

    create collectionspace drop collectionspace create collection drop collection create index drop index list collectionspaces list collections insert into select update ...