https://pan.baidu.com/component/view?id=455 https://pan.baidu.com/union/smartProgramShare?scheme=bdnetdisk://n/action.EXTERNAL_ACTIVITY?type=invitatio ...
分类:
其他好文 时间:
2020-05-12 11:39:26
阅读次数:
590
>>> from urllib.parse import urlparse >>> o = urlparse('http://www.cwi.nl:80/%7Eguido/Python.html') >>> o ParseResult(scheme='http', netloc='www.cwi.n ...
分类:
编程语言 时间:
2020-05-06 01:08:41
阅读次数:
65
parse_url介绍 parse_url ( string $url [, int $component = -1 ] ) : mixed 此函数返回一个关联数组,包含现有 URL 的各种组成部分。如果缺少了其中的某一个,则不会为这个组成部分创建数组项。组成部分为: scheme – 如 http ...
分类:
Web程序 时间:
2020-05-04 15:46:27
阅读次数:
211
一、获取我的流程实例信息 /learun/adms/workflow/mylist 参数: pagination:分页参数; rows: 每页行数; page: 当前页; sidx: 排序列; sord: 排序类型; queryJson:查询条件; 二、获取我的任务列表 /learun/adms/w ...
分类:
其他好文 时间:
2020-05-01 12:22:23
阅读次数:
351
1 简介 本文将介绍在 中如何通过代码实现 到`Https Tomcat`作为容器的情况,其它容器将在以后一一道来。 建议阅读之前的相关文章: (1) "Springboot整合https原来这么简单" (2) "HTTPS之密钥知识与密钥工具Keytool和Keystore Explorer" 2 ...
分类:
编程语言 时间:
2020-04-30 10:04:57
阅读次数:
59
<img :src="`data:image/jpg;base64,${codeSrc}`" class="verify-code__img" @click="getVerifyCode" /> Data URI scheme支持的类型有: data:,文本数据 data:text/plain,文本 ...
分类:
其他好文 时间:
2020-04-29 16:27:48
阅读次数:
72
@Component @Configuration public class GateWayFilter implements GlobalFilter, Ordered { @Override public Mono<Void> filter(ServerWebExchange exchange, ...
分类:
其他好文 时间:
2020-04-28 14:41:43
阅读次数:
69
代码风格如图,个人认为蛮清新可爱的画风 image.png 具体配置如下 首先设置字体和字号、行距。 字体设置为Consolas,字号和行距分别为22、1.2 image.png 其次设置配色方案。 由于我使用python语言,所以进入Color Scheme的Python选项,设置为Monokai ...
分类:
其他好文 时间:
2020-04-27 15:33:35
阅读次数:
106
grep命令红色高亮关键字 1. 菜单栏Options --Session Options 2 Terminal--Appearance Current color scheme 点击Edit 3 点击Bold 并将Foreground 设为红色 , 点击OK 4 重启SecureCRT, grep ...
分类:
其他好文 时间:
2020-04-16 15:38:45
阅读次数:
398
HttpHost host=new HttpHost(“IP地址”, “端口号”, HttpHost.DEFAULT_SCHEME_NAME); RestClientBuilder builder=RestClient.builder(host); CredentialsProvider crede ...
分类:
其他好文 时间:
2020-04-12 16:32:01
阅读次数:
827