您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. flask-optimize:优化烧瓶:缓存,最小化html和gzip响应-源码

  2. 烧瓶优化 使用缓存进行烧瓶优化,最小化html并压缩响应 优化参数 init_app: config:全局配置 默认: { 'html' : { 'htmlmin' : True , 'compress' : True , 'cache' : 'GET-84600' }, 'json' : { 'htmlmin' : False , 'compress' : True , 'cache' : False }, 'text' : { 'htmlmin' : Fals
  3. 所属分类:其它