flask
what is a flask application
a flask application is a normal, just a normal python object of class Flask. An instance of this class will be our WSGI application.
here is the simplest way to creat
目录Web Worker:让前端飞起来的隐形引擎一、什么是 Web Worker?1、为什么需要 web worker2、什么是 web worker二、基本使用方法1、创建一个 Worker 文件(worker.js)2、主线程引入并使用三、实战案例:在前端处理大批量数据1、Worker 文件(sortWorke