书栈网 · BookStack 本次搜索耗时 0.024 秒,为您找到 4969 个相关结果.
  • 不使用 SignalR 的 WebSocket

    ASP.NET Core 中的 WebSocket 支持WebSockets support in ASP.NET Core 本文内容 SignalRSignalR 先决条件Prerequisites NuGet 程序包NuGet package 配置中间件Configure the middleware 接受 WebSocket 请求Accep...
  • 4.1.9 服务器源函数 server_origins_fn

    server.origins(fn) 潜在缺点: server.origins(fn) fn (Function) Returns Server 提供一个接受两个参数的函数origin:String 和callback(error,success) ,其中success 是一个布尔值,指示是否允许来源。如果success 设置为false ...
  • StrongLoop API 网关

    1809 2018-06-11 《Loopback 中文文档》
    StrongLoop API网关 Overview(简介) 请求/响应管道 API请求的典型流程 LoopBack 组件 and Express 中间件 策略 StrongLoop API网关 !Important : StrongLoop网关废弃于2016年4月22日. StrongLoop Gateway 现在属于 IBM A...
  • 部署

    部署 前端路由与服务端的结合 使用 nginx 使用 spring boot 使用 express 使用 egg 部署 前端路由与服务端的结合 如果你遇到 https://cdn.com/users/123 刷新后 404 的问题,你需要按照这个章节进行处理。 Ant Design Pro 使用的 Umi 支持两种路由方式:b...
  • What is Agda?

    What is Agda? Dependent types Typing for programmers Dependent types Dependent types and logic What is Agda? Agda is a dependently typed programming language. It is an ex...
  • Example Apps

    Example Apps Example Apps You can clone trpc and play with local examples, or play with them in the CodeSandbox link below. Here’s some example apps: Description URL Links Rec...
  • API

    API API This section describes all the APIs of Feathers and its individual modules. Core: Feathers core functionality Application - The main Feathers application API Servic...
  • 1.3 Visual Studio 2013

    4462 2019-04-10 《C# 从入门到精通》
    Visual Studio 2013 下面列出一些使VS成为.NET开发首选工具的功能。 Visual Studio Express 2013产品 解决方案 Visual Studio 2013   本书使用Visual Studio 2013 开发工具进行所有的C#编程,包括简单的命令行程序,乃至较复杂的项目类型。VS不是开发C#应用程序所必...
  • 《何为 connect 中间件》

    《何为 connect 中间件》 目标 课程内容 HTTP Connect 的实现 createServer() app.use(route, fn) app.handle(req, res, out) call(handle, route, err, req, res, next) listen 图解Connect Connect的su...
  • HTTPS & multiple servers

    HTTPS Multiple simultaneous servers HTTPS To create an application that uses the HTTPS protocol, set the httpsOptions property in the options object passed to the create() m...