最近安装了台CentOS6 ,安装完毕后,发现无法启动,出现GRUB引导不成功,然后使用U盘引导启动成功进入了系统,经过研究,终于把GRUB修复了,网上的很多资料不全,在此记下。 修复步骤: 1.、使用U盘引导进入系统(具体就是插上U盘,选择U盘启动即可)。 2、打开终端,输入 /sbin/grub ...
分类:
其他好文 时间:
2020-06-11 19:39:52
阅读次数:
76
安装Homebrew(已安装跳过) raw.githubusercontent.com域名被污染,如果报错,host文件添加 199.232.68.133 raw.githubusercontent.com 安装安卓工具 brew cask install android-platform-tool ...
分类:
移动开发 时间:
2020-06-11 18:14:03
阅读次数:
267
springboot的配置文件application.yml: spring.mvc.view.prefix : / spring.mvc.view.suffix : .html server: port: 8082 context-path: /pecool 如此一来,我们访问项目就变成:http ...
分类:
编程语言 时间:
2020-06-10 23:02:13
阅读次数:
224
什么是前端路由? 路由的概念来源于服务端,在服务端中路由描述的是 URL 与处理函数之间的映射关系。 在 Web 前端单页应用 SPA(Single Page Application)中,路由描述的是 URL 与 UI 之间的映射关系,这种映射是单向的,即 URL 变化引起 UI 更新(无需刷新页面 ...
分类:
其他好文 时间:
2020-06-10 21:03:33
阅读次数:
71
*************************** APPLICATION FAILED TO START *************************** Description: Failed to configure a DataSource: 'url' attribute is ...
分类:
编程语言 时间:
2020-06-10 17:30:28
阅读次数:
67
看来以后需要都统一使用这个json比较方便。 首先看下 spring boot 项目接口的返回: 当然若不加,他默认可能也是 UTF-8,还是加一下吧。这样就可以了,保证以后 请求和响应的 content-type全部一模一样,一致。省事 ...
分类:
移动开发 时间:
2020-06-10 13:03:36
阅读次数:
68
title: mcu-stm32-IAP-0-about date: 2020-05-27 08:51:58 categories: tags: - iap - stm32 - about 章节概述: 介绍什么是IAP、IAP的前置知识。 IAP IAP(In Application Program ...
分类:
其他好文 时间:
2020-06-09 23:44:34
阅读次数:
63
In this application, we will create a simple adder that computes the sum of two integers. During this process, we will: Generate a Maven project using ...
分类:
移动开发 时间:
2020-06-09 18:18:18
阅读次数:
59
Spring is a popular Java application framework for creating enterprise applications. Spring Boot is an evolution of Spring framework which helps creat ...
分类:
数据库 时间:
2020-06-09 16:47:47
阅读次数:
72
spring: application: name: sysgateway cloud: gateway: globalcors: cors-configurations: '[/**]': # 匹配所有请求 allowedOrigins: "*" #跨域处理 允许所有的域 allowedMetho ...
分类:
编程语言 时间:
2020-06-09 15:00:11
阅读次数:
453