原文地址: "http://www.work100.net/training/monolithic" 更多教程: "光束云 免费课程" Java单体应用 本阶段课程将学习如何进行Java单体Web应用开发,经过本轮学习您将掌握: Java开发工具的使用: 、`Maven 常见架构模式的使用: 、`S ...
分类:
编程语言 时间:
2020-01-21 15:58:57
阅读次数:
93
盘符下新建一个目录; 打开idea; Open -> 新建的目录; 右击目录 -> new -> module; 填写模块名 -> finish; file -> project structure; 点击output path后的【...】按钮,选择该模块的目录并在后面添加“\bin”; 右击模块 ...
分类:
编程语言 时间:
2020-01-21 00:35:05
阅读次数:
166
应该是配置文件Context需放在同一个Application Context下 intellj 自动添加的并没有添加解决方法:点击项目右键选择Open Moudle Setting 或者 F12 —》打开Project Structure —》 选择Modules -》 选择Spring -》先点 ...
分类:
编程语言 时间:
2020-01-20 00:31:26
阅读次数:
459
In computer science, a heap is a specialized tree-based data structure that satisfies the heap property: if P is a parent node of C, then the key (the ...
分类:
其他好文 时间:
2020-01-17 21:13:06
阅读次数:
93
In computer science, a heap is a specialized tree-based data structure that satisfies the heap property: if P is a parent node of C, then the key (the ...
分类:
其他好文 时间:
2020-01-17 20:50:35
阅读次数:
68
Redis是一款开源的、高性能的键-值存储(key-value store)。它常被称作是一款数据结构服务器(data structure server)。Redis的键值可以包括字符串(strings)、哈希(hashes)、列表(lists)、集合(sets)和 有序集合(sorted sets ...
分类:
其他好文 时间:
2020-01-17 11:48:44
阅读次数:
59
一、配置 (1) STM32设置 USART1 1 #define SCL PAout(1) //2-线串行时钟输入端口 2 #define SDO PAin(4) //2-线串行通讯方式下为数据输出端口 (2) TTP229设置 TP0=0,TP2 = 0,TP7 = 0,其余默认为1 2线串行输 ...
分类:
其他好文 时间:
2020-01-16 01:07:41
阅读次数:
115
引入jar包的方式 1.通过 File -> Project Structure -> Modules -> Dependencies 直接将所需的jar包或者文件夹引入; 2.先在 File -> Project Structure -> Libraries 中创建好Libraries,再通过 F ...
分类:
编程语言 时间:
2020-01-15 21:12:39
阅读次数:
68
1、红外接收头介绍 一、什么是红外接收头? 红外遥控器发出的信号是一连串的二进制脉冲码。为了使其在无线传输过程中免受其他红外信号的干扰,通常都是先将其调制在特定的载波频率上,然后再经红外发射二极管发射出去,而红外线接收装置则要滤除其他杂波,叧接收该特定频率的信号并将其还原成二进制脉冲码,也就是解调. ...
分类:
其他好文 时间:
2020-01-11 20:18:50
阅读次数:
132
1. 架构 在Android中,audio的架构如下图 ...
分类:
移动开发 时间:
2020-01-09 22:30:23
阅读次数:
68