Spring Boot has taken Spring framework to the next level. It has drastically reduced the configuration and setup time required for spring projects. Sp ...
分类:
数据库 时间:
2020-07-01 18:40:39
阅读次数:
64
1.set(WeakSet 只接收对象) 个人理解:set数据结构我认为最主要的用途就是去重了,它接收一个数组,它的增/删/查 分别是:add/delete/has 它有一个size属性,类似数组的length,可以通过Array.from()转换为数组 2.Symbol 个人理解:Symbol前端 ...
分类:
其他好文 时间:
2020-07-01 17:34:53
阅读次数:
72
mq连接 public class MessageUtils { //获取mq的连接 public static Connection getConnection() throws IOException, TimeoutException { //定义一个连接工厂 ConnectionFactor ...
3.9.4 False Cause Fallacy It occurs when the “link between premises and conclusion depends on some imagined causal connection that probably does not e ...
分类:
其他好文 时间:
2020-07-01 14:12:14
阅读次数:
68
环境centos7thinkphp 5.0think-worker 1.0.1Workerman version:3.5.30PHP version:5.6.9 thinkphp 5.0使用workerman,启动workerman服务端报错 pcntl_signal() has been disa ...
分类:
Web程序 时间:
2020-07-01 12:26:37
阅读次数:
251
Java并发-线程基础 线程状态转移 线程状态: 新建(New) 可运行(Runnable) 阻塞(Blocking) 无期限等待(Waiting) 期限等待(Timed Waiting) 死亡(Terminated) 新建 创建后未启动. 可运行 可能正在运行,可能在等CPU时间片. 包含Runn ...
分类:
编程语言 时间:
2020-07-01 09:56:43
阅读次数:
50
RabbitMQ是基于AMQP协议的,通过使用通用协议就可以做到在不同语言之间传递。 AMQP协议 核心概念 server:又称broker,接受客户端连接,实现AMQP实体服务。 connection:连接和具体broker网络连接。 channel:网络信道,几乎所有操作都在channel中进行 ...
分类:
其他好文 时间:
2020-06-30 22:56:43
阅读次数:
92
1.介绍 JConsole图形用户界面是符合Java管理扩展(JMX)规范的监视工具,可以监测有关在Java平台上运行的应用程序的性能和资源消耗的信息。 启动JConsole jconsole [ options ] [ connection ... ] connection = pid | hos ...
分类:
系统相关 时间:
2020-06-30 22:29:15
阅读次数:
101
Extracting keywords from texts has become a challenge for individuals and organizations as the information grows in complexity and size. The need to a ...
分类:
其他好文 时间:
2020-06-30 20:36:13
阅读次数:
83
MyBatis 是一款优秀的半自动的轻量级的持久层框架。 创建Maven项目 pom.xml 导入相关依赖 org.mybatis → mybatis mysql-connection-java → mysql org.projectlombok → lombok log4j → log4j <?x ...
分类:
其他好文 时间:
2020-06-30 19:01:34
阅读次数:
53