Search result of: CLOSE_WAIT
Total 10 records
不好意思,我又来求助大家了!希望大家在思路上或方法上给点灵感。 案例需求: 在日常产品运营和开发过程中,很多同事发现了一些 bug,但苦于不知道 bug 该怎么提,或该向谁提,导致了产品 bug 不能快速得到反馈,那么也就无法及时得到处理
之前发现自己一遇到涉及到 TCP/IP 基础知识的问题时就抓瞎,所以决定好好学习一下 TCP/IP 的基础知识,把 UNP 的基础编程这部分粗略过了一遍,然后想回头过一遍 Ruby 的 socket 库的文档,并且希望能把
waiting on internal rate limiter","identifiers":["kuanshu.net"]} homeland_caddy | {"level":"info","ts":1617880995.1492813,"logger":"tls.issuance.acme.acme_client","msg":"trying to solve challenge","identifier":"kuanshu.net","challenge_type":"http-01","ca":"https://acme-v02.api.letsencrypt.org/directory"} homeland_caddy | {"level":"info
一次失败的提案 在准备 RubyConf China 2020 的时候,我仔细检查了 Fiber 调度器 提出的补丁。当我看调度器的样例代码的时候,我发现其调用的是 Ruby 中的 IO.select
WAITING_DOTS="true" # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) # Example format: plugins=(rails git textmate ruby lighthouse) # 這裡選用你需要的插件 plugins=(git node brew bundle cap gem github osx rails
close to the original CSS syntax as possible. twitter-bootstrap-rails - twitter-bootstrap-rails project integrates Bootstrap CSS toolkit for Rails 4, 3.x Asset Pipeline Less - Invoke the Less CSS compiler from Ruby Deadweight
wait time (required for stable CI builds) process_timeout: 10, # Enable debugging capabilities inspector: true, # Allow running Chrome in a headful mode by setting HEADLESS env # var to a falsey value headless: !ENV["HEADLESS
closer. As of Ruby 2.3.0 they’ve added the squiggle (~) option to remove leading white space. Note: It’s called a tilde and not squiggle. def c <<~CSTRING Look ma! No leading white space. CSTRING
Ruby 3 Fiber 调度器 我在 2020 年 7 月写过一篇文章 《Ruby 3 Fiber 变化前瞻》,以及后来 8
基础知识1 用户空间和内核空间 现在操作系统都采用虚拟寻址,处理器先产生一个虚拟地址,通过地址翻译成物理地址(内存的地址),再通过总线的传递,最后处理器拿到某个物理地址返回的字节。 对 32 位操作系统而言,它的寻址空间(虚拟存储空间)为 4G