C:\Users\Sara>adb devices* daemon not running; starting now at tcp:5037could not read ok from ADB Server* failed to start daemonadb.exe: failed to che ...
分类:
数据库 时间:
2020-01-03 22:56:18
阅读次数:
364
错误日志完整: Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.2020-01-02 12:50:10.767 ERROR ...
分类:
移动开发 时间:
2020-01-02 13:07:16
阅读次数:
209
本博客通过debug方式简单跟一下Springboot application启动的源码,Springboot的启动源码是比较复杂的,本博客只是简单梳理一下源码,浅析其原理 为了方便跟源码,先找个Application类,打个断点,进行调试,如图所示: step into,run方法调用了Sprin ...
分类:
编程语言 时间:
2020-01-01 18:54:28
阅读次数:
62
问题描述 使用http://cloud.centos.org/centos/7/images提供的镜像。 下载链接:https://cloud.centos.org/centos/7/images/CentOS 7 x86_64 GenericCloud 1907.raw.tar.gz?,(wind ...
分类:
其他好文 时间:
2019-12-29 13:12:38
阅读次数:
317
题目如下: You are given a square board of characters. You can move on the board starting at the bottom right square marked with the character 'S'. You nee ...
分类:
其他好文 时间:
2019-12-29 10:57:18
阅读次数:
68
公司中实现运维自动化的架构中主要用到ansible,ansible脚本在部署服务器指令行中显得不太直观。Ansible-Tower(之前叫做awx)是将ansible的指令界面化,简明直观,简单易用。Ansibke-tower其实就是一个图形化的任务调度,复杂服务部署,IT自动化的一个管理平台,属于 ...
分类:
其他好文 时间:
2019-12-27 13:37:44
阅读次数:
200
在app的build.gradle文件中android{添加以下代码 ...
分类:
移动开发 时间:
2019-12-26 21:41:15
阅读次数:
98
Django REST Framework使用案例和教程 什么是Django REST Framework?简单说就是一款快速构建REST风格API的框架。能够以很少的代码和很简单的方式在Django项目中构建符合REST风格的API。十分适合Django框架的后端的编写 本文参考 "https:/ ...
分类:
其他好文 时间:
2019-12-25 13:09:39
阅读次数:
97
Can't generate API documentation in l5-swagger Ask Question Asked 3 months ago Active 1 month ago Viewed 286 times 0 I'm starting to study swagger. I' ...
Given three integers A, B and C in [?], you are supposed to tell whether A+B>C. Input Specification: The first line of the input gives the positive nu ...
分类:
其他好文 时间:
2019-12-19 16:08:27
阅读次数:
76