书栈网 · BookStack 本次搜索耗时 0.039 秒,为您找到 19493 个相关结果.
  • 简单的分布式server

    1195 2020-06-11 《Go语言中文文档》
    1. 简单的分布式server 1.1.1. 简单的分布式server server: client: 1.1.2. client.go 1. 简单的分布式server 1.1.1. 简单的分布式server 目前分布式系统已经很流行了,一些开源框架也被广泛应用,如dubbo、Motan等。对于一个分布式服务,最基本的一项功能就是服务的...
  • 23. New regular expression features

    562 2019-05-03 《Exploring ES6》
    23. New regular expression features 23.1 Overview 23.2 New flag /y (sticky) 23.2.1 RegExp.prototype.exec(str) 23.2.2 RegExp.prototype.test(str) 23.2.3 String.prototype.search(re...
  • 3.4 使用正则表达式检测词组搭配

    3.4 使用正则表达式检测词组搭配 使用基本的元字符 范围与闭包 在单词片段上做更多事情 查找词干 搜索已分词文本 3.4 使用正则表达式检测词组搭配 许多语言处理任务都涉及模式匹配。例如:我们可以使用endswith('ed') 找到以 ed 结尾的词。在4.2 中我们看到过各种这样的“词测试”。正则表达式给我们一个更加强大和灵活的方法描...
  • 19. Using template literals and tagged templates

    19. Using template literals and tagged templates 19.1. Disambiguation: “template” 19.2. Template literals 19.3. Tagged templates 19.3.1. Tag function library: lit-html 19.3.2. T...
  • Multi factor authentication

    327 2020-12-05 《Ceph v15.2 Document》
    RGW Support for Multifactor Authentication Multisite Terminology Admin commands Create a new MFA TOTP token List MFA TOTP tokens Show MFA TOTP token Delete MFA TOTP token Che...
  • File Manage

    File Management Basic Operations Create File Upload File Re-upload file View File Download File Rename File Delete File Example Create a shell file Create the workflow exe...
  • 2.8 多行匹配模式

    2.8 多行匹配模式 问题 解决方案 讨论 2.8 多行匹配模式 问题 你正在试着使用正则表达式去匹配一大块的文本,而你需要跨越多行去匹配。 解决方案 这个问题很典型的出现在当你用点(.)去匹配任意字符的时候,忘记了点(.)不能匹配换行符的事实。比如,假设你想试着去匹配C语言分割的注释: >>> comment = re . ...
  • rollup

    rollup() Required arguments Returns Sample usage rollup() rollup ( sketch uddsketch ) RETURNS UddSketch rollup ( digest tdigest ) RETURNS tdigest Thi...
  • Raise statement

    55 2024-07-11 《Nim v2.0 Manual》
    Raise statement Raise statement Example: raise newException ( IOError , "IO failed" ) Apart from built-in operations like array indexing, memory allocation, etc. the rai...
  • Dependency Pre-Bundling

    Dependency Pre-Bundling The Why Automatic Dependency Discovery Monorepos and Linked Dependencies Customizing the Behavior Caching File System Cache Browser Cache Depende...