1.配置线程 #是否允许并行执行true/false junit.jupiter.execution.parallel.enabled = true #是否支持方法级别多线程same_thread/concurrent junit.jupiter.execution.parallel.mode.de ...
分类:
编程语言 时间:
2021-04-15 12:31:45
阅读次数:
0
题目: Implement a function that receives two IPv4 addresses, and returns the number of addresses between them (including the first one, excluding the la ...
分类:
其他好文 时间:
2021-04-15 12:16:50
阅读次数:
0
1. 下载Winsw https://github.com/winsw/winsw/releases 下载winsw官网上的xml文件和.exe文件 2. 编辑配置文件 创建一个文件夹demo,将所需要转换的jar包,和这两个文件放在一起,并且将.exe的文件名修改和.xml文件一样,比如test. ...
分类:
编程语言 时间:
2021-04-15 12:15:58
阅读次数:
0
问题: windows系统下使用electron-builder打包的exe默认安装到Program Files文件夹下,如果后台代码里有对文件进行改动时,会报错没有权限。 解决: 打包时修改requestedExecutionLevel来修改exe权限 找到electron-builder的配置文 ...
分类:
其他好文 时间:
2021-04-15 12:14:40
阅读次数:
0
制定目标的SMART原则 ——S代表具体(Specific),指绩效考核要切中特定的工作指标,不能笼统; ——M代表可度量(Measurable),指绩效指标是数量化或者行为化的,验证这些绩效指标的数据或者信息是可以获得的; ——A代表可实现(Attainable),指绩效指标在付出努力的情况下可以 ...
分类:
其他好文 时间:
2021-04-15 12:02:09
阅读次数:
0
又是一季 “金三银四” ,你面试了吗? Q1:String、StringBuffer、StringBuilder 有什么区别? Tips:首先要整理出 String 的基本特性,Immutable、不可变等特性,其次是后两者与前者的区别,最后是 StringBuffer 与 StringBuilde ...
分类:
其他好文 时间:
2021-04-14 12:20:00
阅读次数:
0
题目 14. 最长公共前缀 频率5次 输入:strs = ["flower","flow","flight"] 输出:"fl" 输入:strs = ["dog","racecar","car"] 输出:"" 测试用例:["reflower","flow","flight"] 测试结果:"" 思路 这 ...
分类:
编程语言 时间:
2021-04-14 12:18:53
阅读次数:
0
方法 含义 备注 查询 select distinct name, id from table 对name一列去重 ...
分类:
数据库 时间:
2021-04-14 12:10:14
阅读次数:
0
1、下载、解压 2、安装nginx需要的依赖 yum install -y gcc-c++ yum install -y pcre yum install -y pcre-devel yum install -y zlib yum install -y zilb-devel yum install ...
分类:
系统相关 时间:
2021-04-14 11:56:59
阅读次数:
0
题目描述 A group of people are standing in a line. Each person has a distinct height. You would like to count the number of unordered pairs of people in t ...
分类:
其他好文 时间:
2021-04-13 12:06:43
阅读次数:
0