logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

android restart reason机制

http://blog.csdn.net/linux_devices_driver/article/details/17928663Reboot传递参数,使得开机进入参数固定的模式(通常有我们熟悉的bootloader和recovery等),本质是在kernelshutdown时会调用到restart,将模式数值写到share memory中,那么在开

Amazon API Gateway

http://docs.aws.amazon.com/zh_cn/apigateway/latest/developerguide/welcome.html什么是 Amazon API Gateway?Amazon API Gateway 是一项 AWS 服务,让开发人员能够创建、发布、维护、监控和保护任何规模的 API。连接 AWS 云及其外部的网关API

实践:在tomcat中为springboot应用配置context

springboot内嵌tomcat,开发者可以打成fat jar包独立运行;也可以打成war包放到tomcat容器中运行。为了区分开发环境、测试环境、生产环境,springboot允许指定spring.profiles.active参数,这样可以在同一份application.yml里配置出不同环境。详细做法,可以参考《Spring Boot 配置优先级顺序》。        但是我认为这个

到底了