Spring Security和Apache Shiro开发企业级权限管理系统 ...
分类:
编程语言 时间:
2018-11-23 20:37:08
阅读次数:
130
博客: "blog.shinelee.me" | "博客园" | "CSDN" Blob作用 据 "Caffe官方" 描述: A Blob is a wrapper over the actual data being processed and passed along by Caffe , an ...
分类:
其他好文 时间:
2018-11-23 20:34:31
阅读次数:
235
六、HttpRequest和HttpResponse 1.HttpRequest 以参数request传给视图函数 属性:除session外的属性都应该被看作是只读的 ①path 返回字符串,表示请求页面的路径(不包括域名)"/blog/admin/" ②GET 返回类字典对象,包含所有HTTP G ...
分类:
其他好文 时间:
2018-11-19 20:12:24
阅读次数:
182
filterMap.put("/swagger-ui.html", "anon"); filterMap.put("/swagger-resources/**", "anon"); filterMap.put("/v2/**", "anon"); filterMap.put("/webjars/**... ...
分类:
其他好文 时间:
2018-11-18 14:59:02
阅读次数:
251
原文链接:https://www.cnblogs.com/linjiqin/archive/2012/04/01/2428695.html https://www.cnblogs.com/huanongying/p/7021555.html 在实际开发中最为常见的设计范式有三个: 1.第一范式(确保 ...
分类:
数据库 时间:
2018-11-17 11:53:53
阅读次数:
178
The manuscript of Deep Reinforcement Learning is available now! It makes significant improvements to Deep Reinforcement Learning: An Overview, which h ...
分类:
其他好文 时间:
2018-11-16 13:26:49
阅读次数:
239
docker run --rm -v /usr/local/bin:/target jpetazzo/nsenter #!/bin/bash #This script is dynamic mount docker volumens #Author Deng Lei if [ -z $1 ] || ... ...
分类:
其他好文 时间:
2018-11-14 21:05:52
阅读次数:
241
我们做微信活动,经常会碰到生成图片进行分享的需求。生成的图片中肯定包含微信头像,这时就会碰到canvas转图片时的跨域问题。 一开始我是把微信头像下载到服务器上来避开跨域问题的,但这样做太累了,也浪费服务器存储空间。 之后再网上搜索后得到如下解法 咋一测试,是ok的。后面发现经常会报Tainted ...
分类:
其他好文 时间:
2018-11-14 18:58:21
阅读次数:
1498
箭头函式arrow function 为了能够以更简短的方式建立函式,ES6变推出了箭头函式。 用说明的可能会不太懂,我们先拿之前的数组排序例子来看: var arr = [2,1,6,12,3,77,100,4]; arr.sort(function(a,b){ return a - b; }); ...
分类:
Web程序 时间:
2018-11-11 15:03:09
阅读次数:
193
Django的分页器 view index.html 扩展 自定义分页器 ...
分类:
其他好文 时间:
2018-11-07 21:38:11
阅读次数:
147