项目启动是报错: org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.beans.factory.Be ...
分类:
移动开发 时间:
2020-05-19 10:52:54
阅读次数:
63
request封装 import requests class RequestsHandler: def __init__(self): self.session = requests.Session() def visit(self, url, method, params=None, data= ...
分类:
其他好文 时间:
2020-05-18 22:26:42
阅读次数:
64
原文:一步一步学习IdentityServer4 (6) Connect-OpenId Cookies SignIn SignOut 那些事 先来看下下面的配置: JwtSecurityTokenHandler.DefaultInboundClaimTypeMap.Clear(); services... ...
分类:
其他好文 时间:
2020-05-18 00:31:45
阅读次数:
76
Junit5 系列索引junit5 入门系列教程-01-junit5 简单入门例子 junit5 入门系列教程-02-junit5 注解详解 junit5 入门系列教程-03-junit5 测试类和方法 {@Test、@RepeatedTest、@ParameterizedTest、@TestFac ...
分类:
其他好文 时间:
2020-05-18 00:19:01
阅读次数:
101
参考: If you want to keep Spring Boot MVC features and you want to add additional MVC configuration (interceptors, formatters, view controllers, and oth ...
分类:
编程语言 时间:
2020-05-17 01:33:09
阅读次数:
91
在内核程序开发中,我们常常需要取得某进程的pid或句柄,或者需要检索进程的eprocess结构,很多API函数需要的参数也不同,所以掌握pid<->handle<->eprocess相互转换的方法会大大提高我们的开发效率。以下就是我自己在实际开发中总结出来的转换方法,在此记录下来,以供需要的朋友参考 ...
分类:
系统相关 时间:
2020-05-16 22:26:30
阅读次数:
100
大家好,520它又要来了 所以今天的主题是粉色的 为了各位秃头程序员不再头疼 本文给大家介绍几种用Python表白的姿势 绝不是画个爱心曲线那么简单~ 、 ? 属于TA的词云 用Python将你们的 聊天记录/TA的朋友圈文字 制作成漂亮的词云图,先来看看效果 ? 当然图片你可以随便选择,爱心、玫瑰 ...
分类:
编程语言 时间:
2020-05-16 20:37:09
阅读次数:
139
//加入以下代码,支持printf函数,而不需要选择use MicroLIB #if 1 #pragma import(__use_no_semihosting) //标准库需要的支持函数 struct __FILE { int handle; }; FILE __stdout; //定义_sys_ ...
分类:
其他好文 时间:
2020-05-16 16:55:36
阅读次数:
57
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance ...
分类:
移动开发 时间:
2020-05-16 15:17:24
阅读次数:
72
1.Scalability 多加一台机器可多做一件事,这个就叫scalability,亦可为两台机器做一件事的时间减少为一半,叫 scalability speed up。 2.Parallelism 并行,跟concurrency不一样,这张图能很好说明区别: 3.Fault tolerance ...
分类:
其他好文 时间:
2020-05-16 00:51:44
阅读次数:
57