wklken

Results 380 comments of wklken

- list_instance: 100个, 有 3 个不存在, 返回剩下 97 个 - fetch_instance_info: fetch `1,2,3`, 其中 1 个不存在, 返回`2,3`; 全部不存在, 返回空的列表 -----

已确认, 加入迭代规划待修复

同时, 配置统一的入口, 而不是暴露4个端口

@ARC-yh 提供 PR 过来? 合并进去

https://github.com/denysdovhan/bash-handbook

# compare ``` # numberic -gt -ge -lt -le -eq -ne # string == != -n 非空 -z 空字符串 # file -e 文件存在 -f 普通文件 -s 文件大小不为空 -d 目录 -r...

## 1. https://github.com/dylanaraps/pure-bash-bible#file-conditionals ## 2. 基元 | 含义 -- | -- [ -e FILE ] | 如果FILE存在 (exists),为真 [ -f FILE ] | 如果FILE存在且为一个普通文件(file),为真 [ -d FILE ] | 如果FILE存在且为一个目录(directory),为真...

I also met this problem:( It seems http response headers can not be changed after `serveHTTP`, so how janus do this?

https://github.com/wklken/gorequest/pull/27