background picture of the home page

GOD WAS NEVER ON YOUR SIDE

关于图片文件的base64编码和后台接收转码

title: 关于图片文件的base64编码和后台接收转码 date: 2019-09-07 07:26:26.052628 tags: JavaScript categories: 前端 时间: 2019/7/1: 以前只知道base64,并没有实际使用它来传输图片字符串到后台,我在周末的时候用浏

thumbnail of the cover of the post

封装websocket的实用工具包

title: 封装websocket的实用工具包 date: 2019-11-12 08:04:59 tags: Python categories: 工具 python 网络请求 想手动封装websocket其实很容易出错的,把代码抄下来,需要的时候cv。 import websockets im

thumbnail of the cover of the post

博客架构分析和重组方案

title: 博客架构分析和重组方案 date: 2019/9/7 7:21:50 tags: 摸鱼 categories: 架构 2019/06/01 这个礼拜老师出差,我重写了web端的整个代码。感觉bug干净了,很清爽,接下来把admin端的代码搞定。 2019/05/27 昨天是今年毕业生的

thumbnail of the cover of the post

开启gzip打包

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

thumbnail of the cover of the post

利用axios上传文件的前后台写法

title: 利用axios上传文件的前后台写法 date: 2019-09-07 07:23:43.867898 tags: React categories: 前端 网络请求 额,经过试验,不用设置请求头'Content-type'之类的那么麻烦,直接创建表单对象就可以了,附代码: before

thumbnail of the cover of the post

三步使用装饰器添加redux状态管理

title: 三步使用装饰器添加redux状态管理 date: 2019-09-07 07:25:09 tags: React categories: 前端 1.在最外边index组件用Provider将所有组件包裹起来,并提供全局唯一的store import React from 'react'

thumbnail of the cover of the post

小张即将结束秋招之旅

title: 小张即将结束秋招之旅 date: 2019-10-26 10:19:17 tags: 摸鱼 categories: 摸鱼 小张即将结束秋招之旅 2019/10/26 昨天小张拒绝了xm offer,接受了xc,心情很惆怅,于是开始思考人生。 人一生会有许多中可能,每一次关键的选择都会改

thumbnail of the cover of the post

小张又开始参加春招

title: 小张由开始了春招之旅 date: 2023-03-02 22:40:00 tags: React categories: 摸鱼 2023-03-02 深夜 还记得在 2019/10/26 那是我决定去XC的第一天,我的心中踌躇满志。 今天是我在XC的最后两天,我沐浴月光,整理以前的文档

thumbnail of the cover of the post