session是建立在Cookies基础上的技术,用于flask中存储不同请求间用户的信息,要使用session你必须设置一个secret_key,用于对Cookies进行密钥签名。如下: from flask import Flask, render_template, session, requ ...
分类:
其他好文 时间:
2020-07-04 23:00:41
阅读次数:
81
JVM Structure JVM Architecture Life of JVM Loading ClassLoader public class ClassLoaderTest{ public static void main(String[] args){ // 系统类加载器 ClassLo ...
分类:
其他好文 时间:
2020-07-04 16:49:21
阅读次数:
77
错误日志: java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHos ...
分类:
编程语言 时间:
2020-07-03 19:52:09
阅读次数:
84
我们在用maven构建java项目时,最常用的打包命令有mvn package、mvn install、deploy,这三个命令都可完成打jar包或war(当然也可以是其它形式的包)的功能,但这三个命令还是有区别的。下面通过分别执行这三个命令的输出结果,来分析各自所执行的maven的生命周期。 通过 ...
分类:
其他好文 时间:
2020-07-02 18:32:13
阅读次数:
54
1. Run a few randomly-generated problemswith just two jobs and two queues; compute the MLFQ execution trace for each. Make your life easier by limitin ...
分类:
其他好文 时间:
2020-06-26 16:17:45
阅读次数:
78
1、在pom.xml中如果要打war包,必须加上该行代码。 <packaging>war</packaging> 2、pom.xml中继续加入以下代码:该代码用于spring boot中内嵌的tomcat包依赖排除,不然会产生冲突。 <exclusions> <exclusion> <groupId ...
分类:
编程语言 时间:
2020-06-26 14:28:44
阅读次数:
88
Game of Life (M) 题目 According to the Wikipedia's article: "The Game of Life, also known simply as Life, is a cellular automaton devised by the British ...
分类:
其他好文 时间:
2020-06-26 10:53:37
阅读次数:
48
引用自 https://www.cnblogs.com/linuxws/p/9307187.html 补充:https://blog.csdn.net/hello_new_life/article/details/75099249 一、文件/文件夹管理ls 列出当前目录文件(不包括隐含文件)ls - ...
分类:
系统相关 时间:
2020-06-25 21:44:20
阅读次数:
61
https://www.bilibili.com/video/av3404845/?p=18 Perfect love is rare indeed – for to be a lover will require that you continually have the subtlety微妙;敏 ...
分类:
其他好文 时间:
2020-06-20 21:33:21
阅读次数:
124
- 起源 - TCC概念由Pat Helland于2007年发表的一篇名为《Life beyond Distributed Transactions:an Apostate’s Opinion》的论文提出, 在该论文中,TCC还是以Tentative-Confirmation-Cancellatio ...
分类:
其他好文 时间:
2020-06-16 18:08:36
阅读次数:
45