基本使用 添加权限 (1)API/utils文件夹下新建premission.py文件,代码如下: message是当没有权限时,提示的信息 (2)settings.py全局配置权限 (3)views.py添加权限 默认所有的业务都需要SVIP权限才能访问 OrderView类里面没写表示使用全局配 ...
分类:
其他好文 时间:
2019-02-23 17:12:06
阅读次数:
220
A. Salem and Sticks time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output A. Salem and Sticks t ...
分类:
其他好文 时间:
2019-01-20 23:31:59
阅读次数:
193
C++ Concurrency in Action Anthony Williams Chapter 3. Sharing data between threads 3.1.1 Race conditions In concurrency, a race condition is anything ...
分类:
其他好文 时间:
2019-01-08 14:58:38
阅读次数:
130
基本配置如下:-broker.id-log.dirs-zookeeper.connectTopic-level配置以及其默认值将在下面讨论。 Property Default Description broker.id 每个broker都可以用一个唯一的非负整数id进行标识;这个id可以作为brok ...
分类:
其他好文 时间:
2019-01-07 21:19:08
阅读次数:
342
This isn’t anything new however has been a long time in writing as I’ve been playing around with things! It is more my take on how to do these types o ...
分类:
其他好文 时间:
2019-01-06 18:55:27
阅读次数:
240
Before getting into the post, this isn’t anything brand new or leet in the area of XML External Entity (XXE) attacks, it is purely something I came ac ...
分类:
其他好文 时间:
2019-01-06 18:53:44
阅读次数:
204
970. Powerful Integers Given two non-negative integers x and y, an integer is powerful if it is equal to x^i + y^j for some integers i >= 0 and j >= 0 ...
分类:
其他好文 时间:
2019-01-06 13:36:04
阅读次数:
151
/** * @param {ListNode} head * @return {void} Do not return anything, modify head in-place instead. */var reorderList = function (head) { if (head==nu ...
分类:
其他好文 时间:
2019-01-01 11:43:58
阅读次数:
197
Duke4005’s performance review on the Air Jordan 33 is here. Grab some popcorn, it’s another great review. If anything in this industry makes me feel o ...
分类:
其他好文 时间:
2018-12-25 21:46:47
阅读次数:
118
Spring Security supports localization of exception messages that end users are likely to see. If your application is designed for English-speaking use ...
分类:
编程语言 时间:
2018-12-19 14:14:59
阅读次数:
260