3.2 settings.py 外加跨域 """ Django settings for django01 project. Generated by 'django-admin startproject' using Django 2.2. For more information on this ...
分类:
其他好文 时间:
2020-11-01 21:33:22
阅读次数:
23
组件化、模块化、集中式、分布式、服务化、面向服务的架构、微服务架构最近最火的词是什么?那大概就是微服务(Microservice)了。最近也火的一踏糊涂的Docker、AppOps也都是围绕着微服务领域的。在微服务领域还有很多相关名词。这些名词有一个共同的特点那就是晦涩难懂。他们就像中国古代的道、气、八卦等词一样,一解释就懂,一问就不知,一讨论就打架。本文主要来介绍几个和微服务相关的概念。这些概念
分类:
其他好文 时间:
2020-11-01 10:46:27
阅读次数:
18
Uber如何解决2000多个微服务带来的复杂性问题? Adam Gluck 架构头条 2020-10-29 https://mp.weixin.qq.com/s/N7fVDZVm8uC9wVvd9DQ0qw ...
分类:
其他好文 时间:
2020-10-30 11:55:43
阅读次数:
14
SELECT table_name,table_type,table_schema FROM information_schema.TABLES WHERE table_schema = 'security_domain' AND table_type = 'BASE TABLE'; ...
分类:
数据库 时间:
2020-10-29 09:56:35
阅读次数:
29
#ord(c)#对表示单个Unicode字符的字符串,返回代表它Unicode码点的整数。例如ord(‘a‘)返回整数97,ord(‘€‘)(欧元符号)返回8364。这是chr()的逆函数#对表示单个Unicode字符的字符串,返回代表它Unicode码点的整数。print(f‘{ord("A")=}‘)print(f‘{ord("a")=}‘)print(f‘{ord("?")=}‘)print
分类:
编程语言 时间:
2020-10-24 11:55:05
阅读次数:
69
Entropy, relative entropy and mutual information. Entropy \[ H(X) = -\sum_{x} p(x) \log p(x), \] 熵非负, 且当且仅当$X$确定性的时候为有最小值0, 即$P(X=x_0)=1$. Proof: 由$\l ...
分类:
其他好文 时间:
2020-10-22 23:14:38
阅读次数:
44
https://www.cnblogs.com/sxmny/p/10441346.html select * from information_schema.`PROCESSLIST` where info is not null; 或者 -- use information_schema; -- ...
分类:
数据库 时间:
2020-10-22 23:12:27
阅读次数:
46
一.ASCII编码 ASCII(American Standard Code for Information Interchange,美国标准信息交换代码)是基于拉丁字母的一套电脑编码系统,主要用于显示现代英语和其他西欧语言。它是现今最通用的单字节编码系统,并等同于国际标准ISO/IEC 646。 ...
分类:
其他好文 时间:
2020-10-22 22:55:30
阅读次数:
21
""" Django settings for log_collect_statistics project. Generated by 'django-admin startproject' using Django 2.1.15. For more information on this fil ...
分类:
其他好文 时间:
2020-10-21 20:54:52
阅读次数:
19
资料参考 https://docs.azure.cn/zh-cn/cosmos-db/import-data 步骤 1. 下载数据导出文件 2. 解压缩 3. 打开drop/dtui.exe文件 4. 导航到Source Information,配置如下: 5. 去Azure Cosmos秘钥配置获 ...
分类:
数据库 时间:
2020-10-20 16:42:47
阅读次数:
39