1、修改配置文件 vim /etc/yum.repos.d/mongodb-org-4.2.repo [mongodb-org-4.2] name=MongoDB Repository baseurl=https://repo.mongodb.org/yum/redhat/$releasever/m ...
分类:
其他好文 时间:
2021-03-15 11:10:26
阅读次数:
0
rootfs:根文件系统 /boot:系统启动相关的文件,如内核、initrd,以及grub(bootloader) /dev:设备文件 设备文件: 块文件:随机访问,数据块 字符设备:线性访问,按字符为单位 设备号:主设备号(major)和次设备号(minor) /etc:配置文件 /home:管 ...
分类:
系统相关 时间:
2021-03-15 10:49:44
阅读次数:
0
1.创建一个toutiao目录 cd /home mkdir toutiao 2.将项目上传到toutiao目录 项目上传详细见安装的一二步 3.解压项目 unzip web.zip 4.编辑Nginx配置文件cd /home/nginx-1.17.5/conf/nginx.conf (注意:配置刚 ...
分类:
其他好文 时间:
2021-03-15 10:44:43
阅读次数:
0
1.修改setting.xml,在mirrors节点下加入一个新的mirror节点,配置阿里镜像地址,完整配置如下: 2.创建本地储存仓库Maven_repo,复制路径到localRepository,完整配置如下: 点击保存setting.xml配置文件 打开idea软件配置本地仓库 ①点击设置进 ...
分类:
其他好文 时间:
2021-03-12 14:19:35
阅读次数:
0
<!DOCTYPE html> <html lang="zh"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv ...
分类:
Web程序 时间:
2021-03-12 13:45:30
阅读次数:
0
一、配置文件 SpringBoot使用一个全局的配置文件,配置文件名是固定的; application.properties application.yml 配置文件的作用:修改SpringBoot自动配置的默认值;SpringBoot在底层都给我们自动配置好; YAML(YAML Ain't Ma ...
分类:
编程语言 时间:
2021-03-12 13:45:14
阅读次数:
0
一首页热点数据放到缓存(不经常修改的数据) 1.轮播图 2.热门课程 3.名师 代码实现 1.导入依赖 <!-- redis --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-st ...
分类:
其他好文 时间:
2021-03-12 12:15:40
阅读次数:
0
1、DataGrid注册左键事件,点击有效区域Check //在窗体Load中增加 this.dataGrid.AddHandler(DataGrid.MouseLeftButtonDownEvent, new MouseButtonEventHandler(this.DataGrid_MouseL ...
【资源下载】下载地址如下:https://docs.qq.com/doc/DTlRSd01BZXNpRUxl #include <reg52.H>//器件配置文件 #include <intrins.h> //传感器接口 sbit RX = P3^2; sbit TX = P3^3; //按键声明 ...
分类:
其他好文 时间:
2021-03-11 15:20:52
阅读次数:
0
这是我遇到的问题,在win7系统下vscoed的Vue的终端调试。 vue-cli是vue的脚手架工具,帮我们快速生成了vue的起步项目,内置一些必备的比如打包工具,比如配置文件等等 地址:https://cli.vuejs.org/zh/ 首先假设我们在此之前的步骤都做好了(Nodejs的安装), ...
分类:
其他好文 时间:
2021-03-11 14:24:01
阅读次数:
0