SpringSecurity 默认表单登录页展示流程源码 本篇主要讲解 SpringSecurity提供的默认表单登录页 它是如何展示的的流程, 涉及 1.FilterSecurityInterceptor, 2.ExceptionTranslationFilter , 3.DefaultLogin ...
分类:
编程语言 时间:
2020-01-22 11:04:20
阅读次数:
74
1. 准备 以下操作由笔者均在 win10 + ms office excel 2013环境中实践。 1.1 配置环境 ■开启Excel宏选项 文件 选项 自定义功能区 开发工具 ■更友好的编辑设置 开发工具 Visual Basic 工具 选项 编辑器 取消勾选【自动语法检测】,勾选【要求变量声明 ...
分类:
编程语言 时间:
2020-01-22 10:58:33
阅读次数:
166
【1】错误信息 【1.1】在测试机上还原 从主服务器上传输备份文件到测试机,发现还原报错,错误信息如下: (1)第一次还原,直接restore with stats=10 (2)第二次还原,加上了 with continue_after_error sql server错误日志,无系统错误日志 英文 ...
分类:
数据库 时间:
2020-01-10 00:24:51
阅读次数:
529
近期在生产库遇到分布式事务异常,导致涉及的对象被锁住,业务无法正常操作该对象,引发故障 具体日志信息: Sat Dec 28 11:15:27 2019 Error 2050 trapped in 2PC on transaction 191.4.1345608. Cleaning up. Erro ...
分类:
移动开发 时间:
2019-12-30 10:01:11
阅读次数:
103
魔术方法:就是类中的方法(预定义的方法),在某个特定的时机会被自动的调用。 1、__del__():销毁对象时,被自动的调用 1 class Person: 2 def __init__(self, name): 3 self.name = name 4 print('%s 被初始化' % self ...
分类:
编程语言 时间:
2019-12-28 21:12:17
阅读次数:
76
一. Spring Core 官方文档 Chapter 1. The IoC container1.1. Introduction to the Spring IoC container andbeansThis chapter covers the Spring Framework impleme ...
分类:
编程语言 时间:
2019-12-16 09:20:43
阅读次数:
94
![](https://s1.51cto.com/images/blog/201912/10/432371d8f6d4b07935c541c464902360.png?x-oss-process=image/watermark,size_16,text_QDUxQ1RP5Y2a5a6i,color_FFFFFF,t_100,g_se,x_10,y_10,shadow_90,type_ZmFuZ3p
分类:
其他好文 时间:
2019-12-11 11:04:01
阅读次数:
72
[[[UIDevice currentDevice] identifierForVendor] UUIDString]; 根据APP供应商分配,APP卸载重装后,会重新生成。 需要通过keychain存储配合使用。 @interface YLKeyChainStore : NSObject / 保存 ...
分类:
其他好文 时间:
2019-11-19 17:20:49
阅读次数:
100
在实现deepfm是进行特征编码时遇到RuntimeError: Function AddBackward0 returned an invalid gradient at index 1 - expected type torch.FloatTensor but got torch.cuda.Fl ...
分类:
其他好文 时间:
2019-11-19 15:44:47
阅读次数:
186
torch.narrow(input, dim, start, length) → Tensor Returns a new tensor that is a narrowed version of input tensor. The dimension dim is input from star ...
分类:
其他好文 时间:
2019-11-14 22:06:39
阅读次数:
117