书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 3057 个相关结果.
  • [1.22] 签名验证:自定义签名规则

    1019 2018-08-02 《PhalApi 1.x 文档》
    1.22.1 过滤器服务 默认直接可用的接口验证 1.22.2 微信签名示例 (1)实现过滤器接口 PhalApi_Filter::check() (2)注册过滤器服务 DI()->filter (3)运行效果 1.22.3 特殊的场景 (1)个别接口不需要验签? 1.22.4 接口服务白名单配置 1.22.5 更好地建议 1.22...
  • RocketMQ Connect in Action 2

    RocketMQ Connect in Action 2 Preparation Start RocketMQ Start Connect Compiling Connector Plugin Start Connect Runtime Postgres image MySQL image Test data Start Connector ...
  • 配置系统帐号登录权限

    配置系统帐号登录权限 配置系统帐号登录权限 一般情况下,用户需要限制部分帐号的登录权限。用户可根据需要进行配置。 限制系统帐号登录的文件有两个,默认如下: /etc/vsftpd/ftpusers:受/etc/pam.d/vsftpd文件的设置影响,由PAM模块掌管。 /etc/vsftpd/user_list:由vsftpd.conf的u...
  • Using clang-format on C++ Code

    Using clang-format on C++ Code Editor Integration Using clang-format on C++ Code clang-format is a tool to automatically format C/C++/Objective-C code, so that developers don’...
  • Nginx

    Nginx 1. Build front end static files 2. Run the back end program 3. Configure and run Nginx 4. Test Nginx Although Casdoor is a front-end back-end separation architecture, ...
  • API Coding

    API File Coding Create file Generate api service By goctl executable file By Intellij Plugin By Keymap Guess you wants API File Coding [!TIP] This document is machine-tra...
  • Using an external text editor

    Using an external text editor Official editor plugins Using an external text editor This page explains how to code using an external text editor. Godot can be used with an ext...
  • Nginx 出现大量 TIME_WAIT

    1805 2020-01-18 《Nginx 极简教程》
    Nginx 出现大量 TIME_WAIT 检测TIME_WAIT状态的语句 解决方法 Nginx 出现大量 TIME_WAIT 检测TIME_WAIT状态的语句 $ netstat - n | awk '/^tcp/ {++S[$NF]} END {for(a in S) print a, S[a]}' SYN_RECV ...
  • 安装 TypeScript

    安装 TypeScript 编辑器 安装 TypeScript TypeScript 的命令行工具安装方法如下: npm install - g typescript 以上命令会在全局环境下安装 tsc 命令,安装完成之后,我们就可以在任何地方执行 tsc 命令了。 编译一个 TypeScript 文件很简单: tsc hell...
  • Reconfigure Harbor and Manage the Harbor Lifecycle

    Stop Harbor Restart Harbor Reconfigure Harbor Other Commands You use docker-compose to manage the lifecycle of Harbor. This topic provides some useful commands. You must run ...