书栈网 · BookStack 本次搜索耗时 0.031 秒,为您找到 18085 个相关结果.
  • 静态语句/表达式

    静态语句/表达式 静态语句/表达式 静态语句/表达式明确要求编译期执行。甚至在静态块中也允许一些具有副作用的代码: static : echo "echo at compile time" static 也可以像例程一样使用。 proc getNum ( a : int ): int = a # 以下,在编译...
  • Installing Security-Guard

    Installing Security-Guard Before you begin Install steps Per Namespace Setup Additional Production Configuration Installing Security-Guard Here we show how to install Securi...
  • Installing Security-Guard

    Installing Security-Guard Before you begin Install steps Per Namespace Setup Additional Production Configuration Installing Security-Guard Here we show how to install Securi...
  • Context

    Context Extending Context Context echo.Context represents the context of the current HTTP request. It holds request andresponse reference, path, path parameters, data, regist...
  • Requests

    Requests Request Methods Request URI Scheme Host Port Path Query string Requests Requests are sent from a client to a server. Requests include the method to be applied t...
  • 20.2 重定向代码块

    20.2 重定向代码块 20.2 重定向代码块 有如 while , until , 和 for 循环, 甚至 if/then 也可以重定向 标准输入 测试代码块. 甚至连一个函数都可以用这个方法进行重定向 (见 样例 24-11 ). 代码块的末尾部分的 “<” 就是用来完成这个的. 样例 20-5. while 循环的重定向 #!/bi...
  • 类似 Twitter 的 API 服务

    类似 Twitter 的 API 服务 模型 控制器 API 注册 Login Request Response Follow Request Response Post Request Response Feed Request Response 类似 Twitter 的 API 服务 这个示例演示如何使用 Mong...
  • 条件语句

    1126 2018-03-25 《Bash Handbook》
    条件语句 基元和组合表达式 使用if 使用case 条件语句 跟其它程序设计语言一样,Bash中的条件语句让我们可以决定一个操作是否被执行。结果取决于一个包在[[ ]] 里的表达式。 条件表达式可以包含&& 和|| 运算符,分别对应 与 和 或 。除此之外还有很多有用的表达式 。 共有两个不同的条件表达式:if 和case 。 基...
  • 生成查询结果

    生成查询结果 结果数组 结果行 自定义结果对象 结果辅助方法 Class Reference 生成查询结果 有几种不同方法可以生成查询结果: 结果数组 结果行 自定义结果对象 结果辅助方法 Class Reference 结果数组 result() 方法 该方法以对象数组 形式返回查询结果,如果查询失败返回空数组 。...
  • Installation

    Installation Prerequisites Using go get Using dep Using glide Using govendor Installation Prerequisites Install Go Set GOPATH Using go get $ cd < PROJECT IN $GOPA...