Flask 0.Flask简介 Flask是一个基于Python开发并且依赖jinja2模板和Werkzeug WSGI服务的一个微型框架,对于Werkzeug本质是Socket服务端,其用于接收http请求并对请求进行预处理,然后触发Flask框架,开发人员基于Flask框架提供的功能对请求进行相 ...
分类:
其他好文 时间:
2020-01-01 00:04:30
阅读次数:
128
经常有同学问我,我的一个SQL语句使用了索引,为什么还是会进入到慢查询之中呢?今天我们就从这个问题开始来聊一聊索引和慢查询。 另外插入一个题外话,个人认为团队要合理的使用ORM,可以参考我的另外一篇<ORM的权衡和抉择>。合理利用的是ORM在面向对象和写操作方面的优势,避免联合查询上可能产生的坑(当 ...
分类:
其他好文 时间:
2019-12-31 10:42:29
阅读次数:
77
Dcokerfile配置信息 使用方法 dockerfile构建命令: 在Dockerfile文件目录下执行 docker build -t python-centos:3.5 . 容器启动命令: docker run -itd --name python --restart always --pr ...
分类:
编程语言 时间:
2019-12-29 23:27:09
阅读次数:
146
Custom IntelliJ IDEA VM options # Custom IntelliJ IDEA VM options ##################JVM模式############################ # IDEA的JVM以Server模式启动(新生代默认使用Par ...
分类:
其他好文 时间:
2019-12-23 18:40:18
阅读次数:
88
Redirects Redirects In addition to creating routes, you can also create redirects for any time there are any changes in your URLs and you need to forw ...
分类:
其他好文 时间:
2019-12-23 00:41:48
阅读次数:
112
Content Taxonomies Content Taxonomies Taxonomies are groupings of posts based on a common relation. In Ghost, this is always defined by the post's aut ...
分类:
其他好文 时间:
2019-12-23 00:11:21
阅读次数:
88
Error/Warning 来源:https://hdlbits.01xz.net/wiki/ 题目: 1、Quartus Warning 10235: Warning (10235): Verilog HDL Always Construct warning at FM_mod.v(23): va ...
分类:
其他好文 时间:
2019-12-22 16:51:13
阅读次数:
159
always@(tone) begin case(tone) 3'd1 : time_end=10'd1911 ;//L1 3'd2 : time_end=10'd1702 ;//L2 3'd3 : time_end=10'd1517 ;//L3 3'd4 : time_end=10'd1432 ; ...
分类:
其他好文 时间:
2019-12-21 09:49:00
阅读次数:
106
With Java programming language, the three terms i.e. JDK, JRE and JVM will always be there to understand the difference between them. If you area Java ...
分类:
其他好文 时间:
2019-12-20 20:37:09
阅读次数:
101
一,概述 zipkin的作用 在微服务架构下,一个http请求从发出到响应,中间可能经过了N多服务的调用,或者N多逻辑操作,如何监控某个服务,或者某个逻辑操作的执行情况,对分析耗时操作,性能瓶颈具有很大价值,zipkin帮助我们实现了这一监控功能。 二、安装zipkin 环境说明 操作系统:cent ...
分类:
其他好文 时间:
2019-12-20 18:16:10
阅读次数:
170