安装 pip install flask_session 使用 from flask import Flask from flask import session from flask_session import Session from redis import Redis app = Flas ...
分类:
其他好文 时间:
2020-06-01 14:00:47
阅读次数:
86
在一开始引入css时,我写的路径是这样的: 结果发现没引进来,开控制台一看,发现路径变成了 改成这样后,路径还是没有变: 改成这样后,路径变成了: 在改成这样后,才成功的引入了: 去查询后发现,在使用相对路径时./和不加/都是代表当前目录的意思,就是第一种情况.../代表返回到上一级目录,就是第二种 ...
分类:
Web程序 时间:
2020-06-01 13:54:06
阅读次数:
82
会引起 Compile Error 的错误 由于这类错误过于简单,相信是个正常人都会修,故略写。 int main() 写为 int mian() 。 写完 struct 或 class 忘记写分号。 数组开太大,(在 OJ 上)使用了不合法的函数(例如多线程),或者函数声明但未定义,会引起链接错误 ...
分类:
其他好文 时间:
2020-06-01 13:44:05
阅读次数:
88
参考: http://postgis.net/2017/11/07/tip-move-postgis-schema/Move PostGIS extension to a different schemaAs of PostGIS 2.3, the postgis extension was cha... ...
分类:
其他好文 时间:
2020-06-01 12:14:38
阅读次数:
82
js中常用的删除数组方式: 一. 删除数组中所有指定值 先看一种危险的方式: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <body> <script type="text/javascri ...
分类:
编程语言 时间:
2020-06-01 12:10:58
阅读次数:
58
问题:安装oracle-java8-installer按照如下指南失败: How To Install Java with Apt-Get on Ubuntu 16.04[https://www.digitalocean.com/community/tutorials/how-to-install- ...
分类:
数据库 时间:
2020-06-01 12:04:50
阅读次数:
103
在使用flink run命令提交任务可能会遇到如下错误: The program finished with the following exception: org.apache.flink.client.program.ProgramInvocationException: The main m ...
分类:
编程语言 时间:
2020-06-01 12:02:43
阅读次数:
118
网上搜索到的都是用pip install mysql-python命令进行安装,可是实际操作时发生错误,错误提示: error: Microsoft Visual C++ 14.0 is required ..... 尝试安装visual C++ ,但是失败,具体原因不详 解决方案: 从 http: ...
分类:
数据库 时间:
2020-06-01 10:30:01
阅读次数:
91
K8S部署EFK收集pod日志,通过邮件报警ERROR日志
分类:
其他好文 时间:
2020-06-01 10:25:37
阅读次数:
135
问题来源 官网原话是这样的: Since Sqoop breaks down export process into multiple transactions, it is possible that a failed export job may result in partial data b ...
分类:
其他好文 时间:
2020-06-01 01:12:50
阅读次数:
116