码迷,mamicode.com
首页 >  
搜索关键字:application loader    ( 17455个结果
centos bootloader安装到u盘后修复方法
最近安装了台CentOS6 ,安装完毕后,发现无法启动,出现GRUB引导不成功,然后使用U盘引导启动成功进入了系统,经过研究,终于把GRUB修复了,网上的很多资料不全,在此记下。 修复步骤: 1.、使用U盘引导进入系统(具体就是插上U盘,选择U盘启动即可)。 2、打开终端,输入 /sbin/grub ...
分类:其他好文   时间:2020-06-11 19:39:52    阅读次数:76
Mac系统下使用Fastboot线刷安卓设备
安装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 设定访问项目的根路径
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
学习vue第二十二节,路由的基本使用方法
什么是前端路由? 路由的概念来源于服务端,在服务端中路由描述的是 URL 与处理函数之间的映射关系。 在 Web 前端单页应用 SPA(Single Page Application)中,路由描述的是 URL 与 UI 之间的映射关系,这种映射是单向的,即 URL 变化引起 UI 更新(无需刷新页面 ...
分类:其他好文   时间:2020-06-10 21:03:33    阅读次数:71
idea 启动官网spring boot demo 报错
*************************** APPLICATION FAILED TO START *************************** Description: Failed to configure a DataSource: 'url' attribute is ...
分类:编程语言   时间:2020-06-10 17:30:28    阅读次数:67
postman application/json;
看来以后需要都统一使用这个json比较方便。 首先看下 spring boot 项目接口的返回: 当然若不加,他默认可能也是 UTF-8,还是加一下吧。这样就可以了,保证以后 请求和响应的 content-type全部一模一样,一致。省事 ...
分类:移动开发   时间:2020-06-10 13:03:36    阅读次数:68
STM32 学习:IAP有关介绍
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
Maven Java Example Application
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 Boot MySQL Tutorial
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 gateway网关常用的作用
spring: application: name: sysgateway cloud: gateway: globalcors: cors-configurations: '[/**]': # 匹配所有请求 allowedOrigins: "*" #跨域处理 允许所有的域 allowedMetho ...
分类:编程语言   时间:2020-06-09 15:00:11    阅读次数:453
17455条   上一页 1 ... 59 60 61 62 63 ... 1746 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!