1.安装包 2.配置redis 3.配置drf-extensions 4.简单使用 ...
分类:
其他好文 时间:
2019-03-28 13:50:22
阅读次数:
179
Little Petya likes to play a lot. Most of all he likes to play a game «Holes». This is a game for one person with following rules: There are N holes l ...
分类:
其他好文 时间:
2019-03-05 18:46:47
阅读次数:
163
1.在setting.py中加入以下代码连接redis 2.使用 ...
分类:
其他好文 时间:
2019-02-01 11:16:15
阅读次数:
121
StackExchange.Redis 2.0做了大量的改进包括使用了高性能的IO库System.IO.Pipelines来提升性能以及解决Timeouts问题, 但是在.net Core2.2之前为实现布式缓存和session等引用了Microsoft.AspNetCore.DataProtect ...
分类:
Web程序 时间:
2018-12-12 15:41:28
阅读次数:
316
springboot+mybatis+缓存,基本的用法想必是会了,现在说一说内部大概的原理。 稍微提一下mybatis,只要导入了mybatis的依赖,那么有个自动配置类就会生效,你可以去mybatis的jar包里面的META-INF/spring.factories中看到这个xxxAutoConf ...
分类:
编程语言 时间:
2018-11-27 11:11:12
阅读次数:
207
本文使用了SSM框架、thymeleaf和jquery实现了基本的增删改查。 ...
分类:
其他好文 时间:
2018-11-25 20:09:20
阅读次数:
229
Demo Settings 标签属性 | 属性 | 说明 | | : | :| | IsWatchConfigFile | 是否监控配置文件,用于配置文件热更新,默认为 false | | ParameterPrefix | 全局参数前缀,默认使用 $ 适配所有DB | | IgnoreParame ...
分类:
数据库 时间:
2018-11-16 21:33:40
阅读次数:
196
iPhone沙盒中有四个文件夹,分别是:documents、tmp、app、library. 1、Documents :用户生成的文档或数据,或者应用不能重新新创建的数据,存储在/Documents目录下,并且会被自动备份到iCloud; 2、AppName.app :应用程序的包存储在/app目录 ...
分类:
移动开发 时间:
2018-10-26 19:39:28
阅读次数:
212
第一步:在项目目录下的settings.py中MIDDLEWARE中加上中间件: # session中间件Django项目默认启用Session 'django.contrib.sessions.middleware.SessionMiddleware', 第二步:在redis中保存session, ...
分类:
其他好文 时间:
2018-10-14 23:05:38
阅读次数:
239
--------------------------
``` Objective-C
/** 获取temp */
#define kPathTemp NSTemporaryDirectory() /** 获取沙盒 Document */
#define kPathDocument [NSSearch... ...
分类:
其他好文 时间:
2018-07-15 00:50:18
阅读次数:
130