MySQL spring.datasource.url=jdbc:mysql://localhost:3306/twitter_test?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2B8spring. ...
分类:
移动开发 时间:
2021-04-27 14:38:30
阅读次数:
0
https://www.cnblogs.com/hepeng/p/8780552.html public class ShareMem { [DllImport("user32.dll", CharSet = CharSet.Auto)] public static extern IntPtr Se ...
Mware虚拟机:https://www.vmware.com/cn.html?系统镜像:https://msdn.itellyou.cn/?激活码:16:ZF3R0-FHED2-M80TY-8QYGC-NPKYF15:FC7D0-D1YDL-M8DXZ-CYPZE-P2AY612:ZC3TK-63 ...
分类:
其他好文 时间:
2021-04-27 14:29:46
阅读次数:
0
简单的定义 const numArr:number[]=[1,2,3] const strArr:string[]=['a','b','c'] const undeArr:undefined[]=[undefined,undefined] 数组中有字符串又有数组的类型 const arr:(numb ...
分类:
编程语言 时间:
2021-04-27 14:24:27
阅读次数:
0
hotkey(https://gitee.com/jd-platform-opensource/hotkey)是京东的一个 热 key 发现系统,他能够感知系统中访问频繁的资源,比如Redis key,接口url等,在发现此类情况后,能够通知到相关的应用,应用可采取一些自定义的措施。 hotkey ...
分类:
其他好文 时间:
2021-04-27 14:19:22
阅读次数:
0
参考:https://www.cnblogs.com/fuhai/p/7169805.html 正则表达式匹配主要有两种,匹配字符和匹配位置。环视我个人理解应该更像是匹配位置的。具体下文说到。下面先看一下环视的正则表达式书写格式。 类型 正则表达式 匹配成功条件 肯定逆序环视 (?<=expresi ...
分类:
其他好文 时间:
2021-04-27 14:14:39
阅读次数:
0
运行环境python3.7 #coding=utf-8 import requests import time import json import re import sqlite3 url=[] for i in open("AURL.txt"): url.append(i) yaoqing=u ...
分类:
其他好文 时间:
2021-04-27 14:10:35
阅读次数:
0
html <input id="upload_file" type="file" multiple @change="v_upload_files"/> 注意input file 是不支持v-model的,因为v-model是双向数据绑定,而input file里面的文件只能通过点击选取来进行变更。 ...
分类:
移动开发 时间:
2021-04-26 14:11:33
阅读次数:
0
参考资料: https://www.luogu.com.cn/blog/Karry5307/eulerian-numbers https://www.cnblogs.com/mengnan/p/9307521.html 欧拉数:\(\langle\begin{matrix}n\\ k\end{mat ...
分类:
其他好文 时间:
2021-04-26 14:09:23
阅读次数:
0
一种是网上常见的一种 var builder1 = new ConfigurationBuilder().SetBasePath(Directory.GetCurrentDirectory()).AddJsonFile("appsettings.json"); var configuration = ...
分类:
Web程序 时间:
2021-04-26 14:01:34
阅读次数:
0