书栈网 · BookStack 本次搜索耗时 0.036 秒,为您找到 17661 个相关结果.
  • Service Deployment

    Service Deployment Prepare Service deployment 1、Relevant preparations for gitlab code warehouse 1.1、Add SSH Key 1.2、Upload the code to the gitlab warehouse 2、jenkins 2.1、Add cr...
  • 上传

    上传文件 多文件上传 上传验证 上传规则 获取文件hash散列值 返回对象 上传文件 ThinkPHP5.0 对文件上传的支持更加简单。 内置的上传只是上传到本地服务器,上传到远程或者第三方平台的话需要自己扩展。 假设表单代码如下: <form action = "/index/index/upload...
  • 函数

    Bash 函数 简介 参数变量 return 命令 全局变量和局部变量,local 命令 参考链接 Bash 函数 本章介绍 Bash 函数的用法。 简介 函数(function)是可以重复使用的代码片段,有利于代码的复用。它与别名(alias)的区别是,别名只适合封装简单的单个命令,函数则可以封装复杂的多行命令。 函数总是在当前 ...
  • bc - 算术操作精密运算工具

    bc 补充说明 语法 选项 参数 实例 bc 算术操作精密运算工具 补充说明 bc命令 是一种支持任意精度的交互执行的计算器语言。bash内置了对整数四则运算的支持,但是并不支持浮点运算,而bc命令可以很方便的进行浮点运算,当然整数运算也不再话下。 语法 bc (选项)(参数) 选项 - i :强制进入交互式模式; ...
  • Service Deployment

    Service Deployment Prepare Service deployment 1、Relevant preparations for gitlab code warehouse 1.1、Add SSH Key 1.2、Upload the code to the gitlab warehouse 2、jenkins 2.1、Add cr...
  • Build times

    Build times The example The benchmark Validating the artifacts Key takeaways Build times The Go compiler essentially transforms every instance of a generic into a defined, n...
  • MFA setup

    kOps & MFA The Workaround #1 Usage The Workaround #2 The Workaround #3 kOps & MFA You can secure kops with MFA by creating an AWS role & policy that requires MFA to access ...
  • Try语句

    Try语句 Try语句 示例: # 读取应包含数字的文本文件的前两行并尝试添加 var f : File if open ( f , "numbers.txt" ): try : var a = readLine ( f ) var b = readLine ( f ) ec...
  • Try语句

    Try语句 Try语句 示例: # 读取应包含数字的文本文件的前两行并尝试添加 var f : File if open ( f , "numbers.txt" ): try : var a = readLine ( f ) var b = readLine ( f ) ec...
  • experimental pragma

    437 2020-10-18 《Nim v1.4 Manual》
    experimental pragma experimental pragma The experimental pragma enables experimental language features. Depending on the concrete feature this means that the feature is either...