一、报错日志java.lang.IllegalStateException: Async support must be enabled on a servlet and for all filters involved in async request processing. This is do ...
分类:
其他好文 时间:
2020-07-03 17:54:31
阅读次数:
134
有时候编译android镜像会用到一些不需要的app和系统服务,咱们测验将其裁剪出去。 ####1、源码目录 build/target/product/* 在此下面有不少*.mk文件,这一找到相应的app进行规避修改:android diff–gita/target/product/core.mkb ...
分类:
移动开发 时间:
2020-07-02 16:05:22
阅读次数:
58
题目来源于力扣(LeetCode) 一、题目 896. 单调数列 题目相关标签:数组 提示: 1 <= A.length <= 50000 -100000 <= A[i] <= 100000 二、解题思路 2.1 线性扫描法 计算得到数组元素末尾与首位的差 diff,差为 0 时,则数组中元素全为重 ...
分类:
其他好文 时间:
2020-07-01 22:12:03
阅读次数:
64
首先使用vim ~/.bashrc进入 ~/.bashrc文件 然后在~/.bashrc文件添加以下修改 凭自己的习惯添加 alias gst='git status' alias ga='git add -A .' alias gc='git commit -m' alias gd='git di ...
分类:
系统相关 时间:
2020-07-01 20:34:45
阅读次数:
70
Students are asked to stand in non-decreasing order of heights for an annual photo. Return the minimum number of students that must move in order for ...
分类:
其他好文 时间:
2020-06-29 15:25:43
阅读次数:
59
使用serializer.save()的mixin,CreateModelMixin处理post请求,UpdateModelMixin处理put,patch请求,这里可以看到create方法,get_serializer()创建序列化实例时,只是传入request.data浏览器发送过来的数据,Up ...
分类:
其他好文 时间:
2020-06-29 00:27:20
阅读次数:
149
Welcome!!! to my presentation !, About friendship, and growth. When i was little(靠过来正式), i used to make many friends. no matter who they are!, we can ...
分类:
其他好文 时间:
2020-06-29 00:25:26
阅读次数:
77
#include <windows.h> #define NUMLINES ((int)(sizeof devcaps / sizeof devcaps[0])) struct { int iIndex; TCHAR* szLabel; TCHAR* szDesc; } devcaps[] = { ...
分类:
其他好文 时间:
2020-06-28 18:21:44
阅读次数:
85
操作系统版本:CentOS7.4 64bit Oracle RAC版本:12.2.0.1(两节点) ,Oracle RAC 12.2.0.1打补丁Patch 30920127
分类:
数据库 时间:
2020-06-28 16:51:10
阅读次数:
58
一、什么是github GitHub(网址 https://github.com/)是一个面向开源及私有软件项目的托管平台,因为只支持Git作为唯一的版本库格式进行托管,故名GitHub。 对于一个开源项目,从开发角度讲大体上分为两类人群,一类称为核心开发团队,他们可以向保存源代码的版本库提交,即对 ...
分类:
其他好文 时间:
2020-06-27 13:27:01
阅读次数:
162