元空间是方法区的实现 方法区是什么呢? 从java虚拟机规范9里摘抄的 It stores per-class structures such as the run-time constant pool, field and method data, and the code for methods ...
分类:
其他好文 时间:
2020-10-31 01:53:14
阅读次数:
25
alignment top_right #是否嵌入桌面 background yes #是否绘制窗口边框 draw_borders no #窗口边框 border_width 10 #cpu_avg_samples 2 #默认颜色 #default_color cornflowerblue #默认字 ...
分类:
其他好文 时间:
2020-10-29 10:29:31
阅读次数:
29
多进程模块 multiprocessing map方法使用: import multiprocessing from CeShi.defGet import ccccc if __name__ == '__main__': IPS = ['hequn', 'xiaxun'] pro = multip ...
分类:
编程语言 时间:
2020-10-29 09:44:49
阅读次数:
22
@Slf4j public class ClassLoaderDeadLockDemo { // 定义一个常量 ,在类加载时期写入到 constant-pool中 public static final Object OBJECT = new Object(); static { log.info( ...
分类:
编程语言 时间:
2020-10-27 11:00:34
阅读次数:
28
<configuration> <properties resource="db.properties"></properties> <settings> <!-- 控制全局缓存(二级缓存),默认 true--> <setting name="cacheEnabled" value="true"/> ...
分类:
其他好文 时间:
2020-10-26 10:37:47
阅读次数:
29
SpringBootApplication 注解作用:用来表示这是一个SpringBoot的入口类,这个注解只能出现一次 详解: @SpringBootApplication 派生注解 | 组合注解,等效于以下三个注解 @SpringBootConfiguration # 标识注解,标识这是一个Sp ...
分类:
编程语言 时间:
2020-10-24 10:19:17
阅读次数:
25
如果是linux发行版本很简单,使用DD命令就好。但使用DD制作windowsISO就99%都是不成功的~搜索后发现这个东西WoeUSBhttps://github.com/WoeUSB下载安装包:http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu/pool/main/w/woeusb/woeusb_3.3.1-1~webupd8~xenial
E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)E: Unable to lock the administration directory (/var/lib/dpkg/), ...
分类:
系统相关 时间:
2020-10-21 21:14:02
阅读次数:
30
properties-maven-plugin 是一个很不错的配置管理插件,很多时候我们的配置有安全以及多环境的问题 那个基于properties-maven-plugin 就是一个很不错的选择,我们可以基于此插件管理不用的配置,同时 结合resource 插件进行资源的替换,可以灵活的管理我们的配 ...
分类:
其他好文 时间:
2020-10-21 21:01:02
阅读次数:
30