1 异常处理 REST framework提供了异常处理,我们可以自定义异常处理函数。 #统一接口返回 # 自定义异常方法,替换掉全局 # 写一个方法 # 自定义异常处理的方法 from rest_framework.views import exception_handler from rest_ ...
分类:
其他好文 时间:
2020-07-17 22:19:30
阅读次数:
127
一、Reading Last weekend, my classmates and I went camping. We found a grassy spot beside a river. We put up our tents and made a campfire. Then, we fis ...
分类:
其他好文 时间:
2020-07-17 14:00:24
阅读次数:
60
基于centos7.x之上oracle 19c 静默安装-脚本 ...
分类:
数据库 时间:
2020-07-16 21:13:32
阅读次数:
89
详细错误: 1 gyp ERR! find Python 2 gyp ERR! find Python Python is not set from command line or npm configuration 3 gyp ERR! find Python Python is not set ...
分类:
编程语言 时间:
2020-07-16 12:28:08
阅读次数:
312
其他相关: 一、isinstance(obj, cls) 检查是否obj是否是类 cls 的对象 1 class Foo(object): 2 3 pass 4 5 obj = Foo() 6 isinstance(obj, Foo) 二、issubclass(sub, super) 检查sub类是 ...
分类:
编程语言 时间:
2020-07-15 12:48:25
阅读次数:
82
原文: https://medium.com/@saschagrunert/demystifying-containers-part-i-kernel-space-2c53d6979504 This series of blog posts and corresponding talks aims ...
分类:
其他好文 时间:
2020-07-14 16:33:00
阅读次数:
54
npm i --save-dev terser-webpack-plugin /config/index.js import TerserPlugin from "terser-webpack-plugin" const config = { mini: { webpackChain(chain, ...
分类:
其他好文 时间:
2020-07-13 18:27:18
阅读次数:
325
在这里共享最新的Xhorse VVDI BMW Tool软件V1.6.0免费下载链接和相关更新通知。 VVDI BMW V1.6.0免费下载链接:https://public-ap-southeast-1-1251058331.s3-ap-southeast-1.amazonaws.com/down ...
分类:
其他好文 时间:
2020-07-13 11:52:58
阅读次数:
100
前言 为何需要并发知识?并发是指在客户端请求大, 并发的架构及落地需与业务相结合,业务下是读多还是写多。写多的情况下,是个人写多(锁的粒度小),还是公共写多(锁的粒度大)。淘宝的双11、春运时的抢票、微博大V的热点新闻,秒杀业务等。 那么并发大是指多大并发呢?百万千万的数据、并发对应什么样的架构呢。 ...
分类:
其他好文 时间:
2020-07-13 09:55:16
阅读次数:
75
etcd频繁选举leader 集群中etcd出现报警 Alert Name: A high number of leader changes within the etcd cluster are happening Severity: warning Cluster Name: shdmz-pro ...
分类:
其他好文 时间:
2020-07-12 20:27:52
阅读次数:
141