首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏用户4822892的专栏

    Top 5 Python Frameworks for Web Development in 2020

    "Top Best Web Development IDE in 2020" Bottle is a quick, basic and lightweight WSGI smaller scale web-framework A WSGI smaller scale web-framework for the Python programming language.

    1K20发布于 2020-02-28
  • 来自专栏架构师之路

    为什么我们家的监控系统不起作用,难不成是因为...?(第67讲)

    反向代理层是nginx,统一http404状态码监控就实现在这一层; 3. web层,假设自研了web-framework; 4. service层,假设自研了service-framework,web 在web-framework里,对所有http接口进行数据上报,可以上报url,参数,执行时间等核心数据; 2.

    6.1K10编辑于 2025-05-25
  • 来自专栏JackeyGao的博客

    Django url 反解析

    Django url 反解析 Posted September 30, 2015 Django 是个python中web-framework MTV框架能够快速的开发网站, 刚开始学习django时候,

    1.1K30发布于 2018-08-02
  • 来自专栏架构师之路

    怎样的监控,才真正说明系统有问题?

    上图是一个典型的互联网分层架构图: (1)最上游是APP和browser; (2)反向代理层是nginx,统一http404状态码监控就实现在这一层; (3)web层,假设自研了web-framework (1)在web-framework里,对所有http接口进行数据上报,可以上报url,参数,执行时间等核心数据; (2)在service-framework里,对所有RPC接口进行数据上报,可以上报接口

    82920发布于 2020-12-14
  • 来自专栏架构师之路

    多维度立体化监控,才是真的监控

    上图是一个典型的互联网分层架构图: 最上游是APP和browser 反向代理层是nginx,统一http404状态码监控就实现在这一层 web层,假设自研了web-framework service层, 监控方案:框架组件统一上报(如上图1,2,3,4) 在web-framework里,对所有http接口进行数据上报,可以上报url,参数,执行时间等核心数据 在service-framework里,对所有

    3.1K90发布于 2018-03-02
  • 来自专栏编舟记

    Clojure component 设计哲学

    [app-component] ;; Instead of static 'defroutes': (web-framework/routes (GET "/" request (home-page http-server app-component] component/Lifecycle (start [this] (assoc this :http-server (web-framework

    1.4K00发布于 2018-10-11
  • 来自专栏learn-anything.cn

    学习Node.js,从这里开始!

    FeatherJS: Feathers is a lightweight web-framework for creating real-time applications and REST APIs

    1.5K40编辑于 2021-12-15
  • 来自专栏用户4822892的专栏

    Top 10 Python Frameworks for Web Development for 2020

    Bottle It is a quick, straightforward and lightweight WSGI smaller scale web-framework for Python.

    80721发布于 2019-11-06
领券