书栈网 · BookStack 本次搜索耗时 0.026 秒,为您找到 880 个相关结果.
  • Routers

    Routers Usage Using include with routers Routing for extra actions API Guide SimpleRouter DefaultRouter Custom Routers Customizing dynamic routes Example Advanced custom r...
  • Testing levels

    1420 2020-07-27 《Gitlab 中文文档》
    Testing levels Testing levels Unit tests Frontend unit tests When to use unit tests When not to use unit tests What to mock in unit tests What not to mock in unit tests Front...
  • Backend Integration

    Backend Integration Backend Integration If you want to serve the HTML using a traditional backend (e.g. Rails, Laravel) but use Vite for serving assets, check for existing inte...
  • 更多

    更多实践 gulp browser-sync open 更多实践 gulp 如果我们的框架里没有gulp,会显得有点low,那我们也使用gulp作为构建工具吧 一般作用 构建,打包 watch 先实现一个简单的watch吧 npm i - g gulp npm i - S gulp npm i - S gulp - ...
  • 8. 日志分析工具

    1. 介绍 2. nginx_log_analysis 3. request-log-analyzer 4. goaccess 1. 介绍 本篇会介绍三个关于分析nginx日志信息的工具。 2. nginx_log_analysis 这个工具是由一位叫LEO 的网友提供的,它的博客是http://linux5588.blog.51cto....
  • Merge Request Approvals

    6660 2020-07-27 《Gitlab 中文文档》
    Merge Request Approvals Merge Request Approvals Optional Approvals Required Approvals Approval Rules Eligible Approvers Implicit Approvers Code Owners as eligible approvers Ad...
  • Third-Party Tools Supported by TiDB

    Third-Party Tools Supported by TiDB Support Level Driver ORM GUI Third-Party Tools Supported by TiDB Note This document only lists common third-party tools supported by ...
  • Reference architectures

    1310 2020-07-27 《Gitlab 中文文档》
    Reference architectures Reference architectures Available reference architectures Availability Components Automated backups Traffic load balancer Zero downtime updates Automat...
  • 配置与应用分离

    909 2018-04-22 《pre iteration zero》
    配置外化 实例 配置文件 系统配置文件 环境变量 配置外化 应用开发中,开发者会将诸如数据库配置信息,NFS服务器的地址,消息队列的大小等等信息保存到配置文件中。比如Java Web中的application.properties 文件,Rails中的database.yml 等。这样我们可以在不同的环境中方便切换,只需要修改几行配置信息,应...
  • 1.1 Structure your solution by components

    Structure your solution by components One Paragraph Explainer Blog Quote: “Scaling requires scaling of the entire application” Blog Quote: “So what does the architecture of your ...