丁丁盯钉钉

欢迎来到我的个人博客!这里记录着我的想法、学习和生活。
文章发布热力图

python获取本地ip的方法

title: python获取本地ip的方法 date: 2019-11-12 07:58:10 tags: Python categories: 工具 python 网络请求 搭建websocket的需求 def get_host_ip(): try: s = socket

开启gzip打包

title: 开启gzip打包 date: 2019-10-05 04:51:41 tags: React categories: 服务器 Nginx react打包后的js.chunk有2.2M,每次加载需要30+s,这样时间太久了,为了优化加载速度,我开启了gzip。 前端配置 后端配置 前端w