Spring Boot中除了对常用的关系型数据库提供了优秀的自动化支持之外,对于很多NoSQL数据库一样提供了自动化配置的支持,包括:Redis, MongoDB, 等。 Redis简单介绍 Redis是Redis是Remote DIctionary Server的缩写,是目前业界使用最广泛的内存数 ...
分类:
编程语言 时间:
2018-01-28 11:18:14
阅读次数:
161
Django日志 简单的Django日志 在settings里配置,会在屏幕输出日志 LOGGING = { 'version': 1, 'disable_existing_loggers': False, 'handlers': { 'console':{ 'level':'DEBUG', 'cl ...
分类:
其他好文 时间:
2018-01-26 20:39:53
阅读次数:
106
一、安装python 1.官网下载python 1.1 可下载绿色版 2.2 也可下载安装版,安装时可自动安装pip 和 自动配置环境变量 2、手动配置环境变量,我的电脑》属性》高级》环境变量》(安装在C盘的地址复制进去,c:\python3;c:\python3\Script ; 要分号隔开,前面 ...
分类:
编程语言 时间:
2018-01-25 21:47:55
阅读次数:
152
Today I’d like to share with you my findings about how an existing .apk file can be modified. An .apk file represents the mobile application as it is ...
分类:
移动开发 时间:
2018-01-24 19:49:52
阅读次数:
296
In this lesson we will refactor an existing UI update from a typical loading approach to an optimistic UI updateapproach to give our users a faster, m ...
分类:
其他好文 时间:
2018-01-22 19:15:25
阅读次数:
113
使用idea导入maven工程,工程只留了src和pom.xml文件 1、从打开idea中导入:File > New > Project from Existing Sources。如下图: 2.选择你所要导入的项目。点击ok 3.一定要选择; 第二个 :Import project from ex ...
分类:
编程语言 时间:
2018-01-19 16:47:01
阅读次数:
834
https://facebook.github.io/react-native/docs/integration-with-existing-apps.html RN可以很好地支持往一个原生的app上添加RN的组件。通过简单的步骤,我们可以添加RN基础的特征、组件等。后面以android为例。 关键 ...
分类:
移动开发 时间:
2018-01-18 17:10:09
阅读次数:
187
vmware14 修改vmware默认存放位置 编辑-->首选项 系统安装 界面说明: Install or upgrade an existing system 安装或升级现有的系统 install system with basic video driver 安装过程中采用 基本的显卡驱动 Re ...
分类:
其他好文 时间:
2018-01-18 01:07:54
阅读次数:
226
问题:?New size given (4096 extents) not larger than existing size (5120 extents)[root@docker1 ~]# vgdisplay? --- Volume group ---? VG Name
分类:
其他好文 时间:
2018-01-17 18:24:55
阅读次数:
1619
运行yum,系统提示Existing lock /var/run/yum.pid: another copy is running as pid 3046问题描述:登录系统后,执行yum install vsftpd,提示Existing lock /var/run/yum.pid: another copy is running as pid 5048.有时等5~10分钟yum可以正常使用。问题
分类:
其他好文 时间:
2018-01-16 18:22:28
阅读次数:
173