码迷,mamicode.com
首页 >  
搜索关键字:release x64    ( 15919个结果
SQL Server2014完整安装(含完整下载安装程序)
(1)下载安装包(地址:http://www.pc6.com/softview/SoftView_7441.html) (2)点击安装包文件路径下面:SQL_server_2014_enterprise_edition_with_service_pack_2_x64_dvd_8962407映像文件- ...
分类:数据库   时间:2020-07-25 09:46:51    阅读次数:301
Linux网络设备驱动之设备驱动的结构(一)
网络设备是完成用户数据包在网络媒介上发送和接收的设备,它将上层协议传递下来的数据包以特定的媒介访问控制方式进行发送,并将接收到的数据包传递给上层协议。 Linux系统对网络设备驱动定义了4个层次,这4个层次分别为: 1)网络协议接口层; 2)网络设备接口层; 3)提供实际功能的设备驱动功能层; 4) ...
分类:系统相关   时间:2020-07-25 09:12:31    阅读次数:96
Centos7安装jq
jq可以给shell提供json解析功能,但托管在epel仓库 yum -y install epel-release yum clean all yum makecache yum -y install jq 若安装过程遇到如下问题: yum Cannot retrieve metalink fo ...
分类:其他好文   时间:2020-07-24 19:06:44    阅读次数:97
对上一篇SpringBoot中“HelloWorld”的探究
1.POM文件 1.父项目 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.2.1.RELEASE</version ...
分类:编程语言   时间:2020-07-24 16:37:08    阅读次数:71
Centos7下快速安装redis
源文件安装 在CentOS和Red Hat系统中,首先添加EPEL仓库,然后更新yum源: sudo yum install epel-release sudo yum update 然后安装Redis数据库: sudo yum -y install redis 安装好后启动Redis服务即可: s ...
分类:其他好文   时间:2020-07-24 15:34:03    阅读次数:67
使用kubeadm部署k8s_无坑适用版本
一、环境配置 1.1 系统信息 CentOS Linux release 7.6.1810 (Core) 3.10.0-957.27.2.el7.x86_64 2.2 准备环境 a. 关闭防火墙 systemctl stop firewalld systemctl disable firewalld ...
分类:其他好文   时间:2020-07-24 13:25:50    阅读次数:123
centos7部署confluence
一、confluence安装1、官网下载confluence安装包https://product-downloads.atlassian.com/software/confluence/downloads/atlassian-confluence-7.6.1-x64.bin2、上传到服务器,修改可执行权限后运行chmoda+xatlassian-confluence-7.6.1-x64.bin./
分类:其他好文   时间:2020-07-23 22:54:56    阅读次数:103
stm32-HAL库串口收发
串口发送 重写fputc函数 /* 优点 直接使用printf函数,发送数据长度无限制,不需要额外的数组空间 缺点 只能对应一个串口,暂时没想到解决方案 */ //头文件中要包含 stdio.h 然后就可以正常使用printf了 int fputc(int ch ,FILE *F) { HAL_UA ...
分类:其他好文   时间:2020-07-23 22:27:53    阅读次数:51
VScode如何配置c/c++运行环境
vscode如何配置c/c++环境 下载 Mingw 参考链接:https://blog.csdn.net/jiqiren_dasheng/article/details/103775488 笔者下载的x86_64-8.1.0-release-win32-sjlj离线包存放在百度网盘,需要的读者可以 ...
分类:编程语言   时间:2020-07-23 16:01:55    阅读次数:75
Spring Boot2(011):外部化配置 Externalized Configuration
本文主要针对 SpringBoot 应用的外部化配置 Externalized Configuration 进行介绍,包括配置的加载顺序、如何配置随机数、访问命令行参数 等 ...
分类:编程语言   时间:2020-07-23 01:47:44    阅读次数:121
15919条   上一页 1 ... 36 37 38 39 40 ... 1592 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!