书栈网 · BookStack 本次搜索耗时 0.076 秒,为您找到 2498 个相关结果.
  • 快速入门

    Python/WSGI应用快速入门 perl/PSGI应用快速入门 ruby/Rack应用快速入门 代码片段
  • 文件和文件句柄

    文件和文件句柄 文件检测 文件和文件句柄 Scalar变量除了能够包含数值、字符串、引用或者undef ,还能包含一个文件句柄。文件句柄本质上就是对于某个文件中某个位置的引用。 用[open](http://perldoc.perl.org/functions/open.html) 可以把一个scalar变量编程文件句柄。我们必须给open 提供...
  • 12. 编程

    第 12 章 编程 12.1. Shell 脚本 12.1.1. POSIX shell 兼容性 12.1.2. Shell 参数 12.1.3. Shell 条件语句 12.1.4. shell 循环 12.1.5. shell 命令行的处理顺序 12.1.6. 用于 shell 脚本的应用程序 12.1.7. shell 脚本对话框 12....
  • Jobs

    Jobs Prerequisites Create a Job Step 1: Open the dashboard Step 2: Enter basic information Step 3: Strategy settings (optional) Step 4: Set a Pod Step 5: Inspect the Job manif...
  • 用户自定义的子程序

    用户自定义的子程序 Perl以引用方式调用 提取参数 返回值 用户自定义的子程序 子程序用[sub](http://perldoc.perl.org/functions/sub.html) 关键字来声明。相比内置函数,自定义子程序总是接受一种输入:一个scalar的列表。当然这个列表可以只包含一个元素,甚至为空。一个scalar会被转换成包含一...
  • ACME 客户端

    推荐客户端:Certbot 其他客户端 Bash C C++ Clojure Configuration management tools D Domino Docker Go HAProxy Java Lua Microsoft Azure nginx Node.js OpenShift Perl PHP Python...
  • 循环

    循环 循环控制 循环 “每个问题都有不止一种解决方法” Perl支持传统的while 循环: my $i = 0 ; while ( $i < scalar @array ) { print $i , ": " , $array [ $i ]; $i ++; } Perl也提供了...
  • Project Fields to Return from Query

    2896 2019-12-01 《MongoDB v4.2 Manual》
    Project Fields to Return from Query Return All Fields in Matching Documents Return the Specified Fields and the _id Field Only Suppress _id Field Return All But the Excluded Fie...
  • Understanding odo

    Understanding odo Key features Core concepts Officially supported languages and corresponding container images Listing available container images Telemetry in odo Understan...
  • Module 0x4 | Web Kung Fu

    1118 2018-04-22 《RubyFu(英文)》
    Chapter 0x4 | Web Kung Fu Send Get request Using Net::HTTP Simple Shortened URL extractor Using Open-uri Send HTTP Post request with custom headers More control on Post variab...