Spring Security has added Jackson Support for persisting Spring Security related classes. This can improve the performance of serializing Spring Secur ...
分类:
编程语言 时间:
2018-12-19 15:37:40
阅读次数:
332
Given a sorted integer array nums, where the range of elements are in the inclusive range [lower, upper], return its missing ranges. 这题应该是实现的细节处理,最大整数 ...
分类:
其他好文 时间:
2018-12-19 01:13:27
阅读次数:
152
我会把一些常见问题以及自己编写代码过程中遇到的问题以及解决方案放在这里,各位若是遇到的问题也可以在评论区留言。 一、头文件Error 不会影响编译运行,但会报Warm,如下图 解决方案是安装Include Autocomplete扩展。 二、编码错误 VS Code输出会出现乱码,很多人都遇到过。这 ...
分类:
编程语言 时间:
2018-12-18 22:44:33
阅读次数:
289
From version 2.0 onwards Spring Security has improved support substantially for adding security to your service layer methods. It provides support for ...
分类:
编程语言 时间:
2018-12-18 22:42:54
阅读次数:
275
[TOC] 1. zip argument 1 must support iteration 在多gpu训练的时候,自动把你的batch_size分成n_gpu份,每个gpu跑一些数据, 最后再合起来。我之所以出现这个bug是因为返回的时候 返回了一个常量。。 2. torch.nn.DataPar ...
分类:
其他好文 时间:
2018-12-18 20:57:20
阅读次数:
877
转 https://www.jianshu.com/p/6cb2588e82e3 system 系统 setting 设置 network 网络 proxy 代理 clock 时钟 location 位置 option 选项 method 方法 resolution 分辨率 manually手动 r ...
分类:
系统相关 时间:
2018-12-18 12:05:16
阅读次数:
237
From version 2.0 onwards Spring Security has improved support substantially for adding security to your service layer methods. It provides support for ...
分类:
编程语言 时间:
2018-12-18 00:06:13
阅读次数:
159
General support for Java Configuration was added to Spring Framework in Spring 3.1. Since Spring Security 3.2 there has been Spring Security Java Conf ...
分类:
编程语言 时间:
2018-12-17 22:00:53
阅读次数:
251
在3.10的内核版本下,有一个运行稳定的内核模块,移植到suse11的时候,编译正常,运行则直接出现crash: 我们修改了一个函数: tcp_sendpage,这个函数会在lock sock的情况下,再调用do_tcp_sendpage,suse11的源代码如下: int tcp_sendpage ...
分类:
系统相关 时间:
2018-12-17 14:18:08
阅读次数:
353
iOS的录屏功能其实没什么好说的,因为网上的教程很多,但是网上的Demo无一例外几乎都有一个bug,那就是iPad上会出现闪退,这也体现了国内的教程文档的一个特点,就是抄袭,教程几乎千篇一律,bug也是一摸一样,经过多次测试,终于找着了解决方案。 废话少说,代码献上。 ...
分类:
移动开发 时间:
2018-12-17 02:04:51
阅读次数:
287