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

    MVVM 读后有收获可以支付宝请作者喝咖啡,读后有疑问请加微信群讨论: MVVM 什么是MVVM?MVVM 是Model-View-ViewModel的缩写。 要编写可维护的前端代码绝非易事。我们已经用MVC模式通过koa实现了后端数据、模板页面和控制器的分离,但是,对于前端来说,还不够。 这里有童鞋会问,不是讲Node后端开发吗?怎么又回到前...
  • Getting Up and Running with Lisp in a Box(安装和运行 Lisp-in-a-Box)

    Getting Up and Running with Lisp in a Box(安装和运行 Lisp-in-a-Box) Getting Up and Running with Lisp in a Box(安装和运行 Lisp-in-a-Box) Since the Lisp in a Box packaging is designed to g...
  • Typography

    Typography Global settings Headings Customizing headings Display headings Lead Inline text elements Text utilities Abbreviations Blockquotes Naming a source Alignment Li...
  • Typography

    Typography Global settings Headings Customizing headings Display headings Lead Inline text elements Text utilities Abbreviations Blockquotes Naming a source Alignment Li...
  • 最小化Http

    最小化Http b/s和c/s架构 科普:无状态的http协议 科普request和response Write a http server use Nodejs 如何调试 Write a http server use Node connect 先看一下helloworld 多url处理 中间件顺序 Express helloworld...
  • REST 设计风格

    REST 设计风格 理解 REST RESTful 的系统 RMM 成熟度 第 0 级 第 1 级 第 2 级 第 3 级 不足与争议 REST 设计风格 很多人会拿 REST 与 RPC 互相比较,其实,REST 无论是在思想上、概念上,还是使用范围上,与 RPC 都不尽相同,充其量只能算是有一些相似,应用会有一部分重合之处,但本质上...
  • Typography

    Typography Global settings Headings Customizing headings Display headings Lead Inline text elements Text utilities Abbreviations Blockquotes Naming a source Alignment Li...
  • 2、HTTP/HTTPS的请求与响应

    网络爬虫工作过程可以理解为模拟浏览器操作的过程,浏览器的主要功能是向服务器发出请求,在浏览器窗口中展示服务器返回的网络资源。 一、浏览器处理网页的过程 我们先来看一下浏览网页的基本过程,比如我们在浏览器地址栏输入:http://www.baidu.com 回车后会浏览器会显示百度的首页。 这段网络通信过程中到底发生了什么?简单来说这段过程发生了...
  • 03 Tomcat和网络协议

    Tomcat Tomcat 根路径下的目录 进入控制台 部署 Web 应用 配置 Tomcat 的数据源 构建 Web 应用 HTTP 协议 TCP 长连接 请求报文 响应报文 Cookie HTTPS 协议 HTTPS 通信的大致过程 SSL 协议的握手过程 部署 HTTPS Web Linux 安装证书 PKIX path ...
  • Symfony and HTTP Fundamentals

    Symfony and HTTP Fundamentals Symfony and HTTP Fundamentals Requests and Responses in HTTP Step 1: The Client Sends a Request Step 2: The Server Returns a Response Requests, Res...