码迷,mamicode.com
首页 >  
搜索关键字:release 2    ( 10656个结果
在Ubuntu 20.04上构建ROS 2 Foxy Fitzroy
系统设置 设置语言环境 确保系统设置支持UTF 8语言环境。如果您使用的是类似Docker容器的最小环境,则系统的语言环境可能被设置为POSIX。 以下是设置语言环境的示例。但是,如果您使用的是其它支持UTF 8的语言环境,那应该也没问题。 添加ROS 2 apt仓库 您需要在系统中添加ROS 2 ...
分类:系统相关   时间:2020-05-15 16:16:13    阅读次数:727
centOS7设置redis自启动
1, 查看centos版本 [root@localhost bin]# cat /etc/redhat-release CentOS Linux release 7.7.1908 (Core) 2, redis版本 [root@localhost bin]# redis-server -v Redi ...
分类:其他好文   时间:2020-05-15 13:45:09    阅读次数:69
linux(centos8):查看操作系统的当前版本(os/kernel/bash)
一,查看redhat系操作系统的版本: 适用于centos/fedora/rhel等 [root@centos8 ~]# cat /etc/redhat-release CentOS Linux release 8.1.1911 (Core) 说明:刘宏缔的架构森林是一个专注架构的博客,地址:htt ...
分类:系统相关   时间:2020-05-15 13:13:35    阅读次数:890
spring常用注解及常用依赖
常用依赖 <dependencies> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> <version>5.2.6.RELEASE</version> </depe ...
分类:编程语言   时间:2020-05-14 22:32:59    阅读次数:87
org.springframework.web.client.RestTemplate设置访问超时
原文:https://www.cnblogs.com/shamo89/p/8177182.html (一)RestTemplate 客户端 1、RestTemplate 是Spring的封装,需要spring的包 spring-web-3.0.7.RELEASE.jar 2、客户端代码: 1 /** ...
分类:编程语言   时间:2020-05-14 17:34:33    阅读次数:150
thymeleaf中security的sec:authorize标签不起作用的原因
环境版本:springboot版本2.1.6.RELEASE、spring-security版本5.1.5.RELEASE、thymeleaf-spring5版本3.0.11.RELEASE 1、错误thymeleaf的html代码如下: 1 <sec:authorize access="hasRo ...
分类:其他好文   时间:2020-05-14 01:21:07    阅读次数:220
yum安装配置MySQL数据库
1.配置yum源 # 先安装wget yum install wget -y 2.下载mysql源安装包 wget http://dev.mysql.com/get/mysql57-community-release-el7-8.noarch.rpm 3.安装数据库 yum localinstall ...
分类:数据库   时间:2020-05-13 14:03:06    阅读次数:78
CentOS7部署Prometheus
PrometheusPrometheus(普罗米修斯)首先联想到的是异形,一部很不错的电影。在这里指的是一套开源的监控、报警、时序数据库的组合。是由SoundCloud公司开发。Prometheus基本原理是通过HTTP协议周期性抓取(Pull方式)被监控组件的状态,好处是任意组件只要提供HTTP接口就可以接入监控系统,不需要任何SDK或者其他的集成过程。这样做非常适合虚拟化环境,比如VM或者Do
分类:其他好文   时间:2020-05-13 10:22:50    阅读次数:126
搭建Apache Dubbo工程
此项目是Spring Cloud Alibaba 和 Dubbo 整合 Demo 版本 Apache Dubbo Demo JDK 1.8 Dubbo 2.7.2 Nacos Client 1.0.0 Spring Boot 2.1.6.RELEASE Dubbo Registry Nacos 2. ...
分类:Web程序   时间:2020-05-13 00:25:45    阅读次数:90
Android Studio3.3打包报错AAPT2 process unexpectedly exit. Error output:
在签名打包时报错AAPT2 process unexpectedly exit. 之前打包没问题 以为是新更换的资源文件重复(同名不同后缀名的情况) 检查了没有 然后在build文件中添加 buildTypes { release { aaptOptions.cruncherEnabled = fa ...
分类:移动开发   时间:2020-05-12 17:20:18    阅读次数:211
10656条   上一页 1 ... 58 59 60 61 62 ... 1066 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!