vscode flask 热加载配置修改launch 文件配置热加载。"env": { "FLASK_APP": "D:\\flask\\flash-cards-remember\\computer-science-flash-cards\\flash_cards.py", "FLASK_ENV":... ...
分类:
其他好文 时间:
2020-06-21 11:47:38
阅读次数:
70
1.下载 https://downloads.mariadb.org/mariadb/10.5.3/ 2.解压后cmd执行 mysql_install_db.exe --datadir=D:\db --service=Mariadb --password=123456 3.修改my.ini配置 [m ...
分类:
数据库 时间:
2020-06-21 10:13:21
阅读次数:
86
1 """""" 2 3 from selenium import webdriver 4 5 driver_path = r"D:\install\chromedriver\chromedriver.exe" 6 options = webdriver.ChromeOptions() 7 opti ...
分类:
其他好文 时间:
2020-06-21 00:49:35
阅读次数:
81
修改 /etc/emqx/emqx.conf 的配置项 ## Allow anonymous authentication by default if no auth plugins loaded. ## Notice: Disable the option in production deploy ...
分类:
其他好文 时间:
2020-06-20 18:46:51
阅读次数:
113
密码规则:八位以及八位以上, 必须是数字,大小写字母,或者特殊字符四选三。 HTML代码: <div class="form-group"> <label class="col-sm-4 control-label is-required">登录密码:</label> <div class="col ...
分类:
其他好文 时间:
2020-06-19 20:43:49
阅读次数:
89
使用roles部署负载均衡的nginx 环境 外网IP 内网IP 主机名 10.0.0.5 172.16.1.5 lb01 (负载均衡) 10.0.0.6 172.16.1.6 lb02 10.0.0.7 172.16.1.7 web01(服务器) 10.0.0.8 172.16.1.8 web02 ...
分类:
其他好文 时间:
2020-06-19 20:43:06
阅读次数:
46
//解决echarts图中canvas父级div宽度问题 var a = document.getElementsByTagName("canvas")[2]; var par = a.parentNode; par.style.width = 800+'px'; a.style.width = 8 ...
分类:
其他好文 时间:
2020-06-19 16:22:37
阅读次数:
203
There are 2 options for you to choose before order please: 1. Software is in a 320G hdd before shipment, the customers need to install it and active i ...
分类:
其他好文 时间:
2020-06-18 21:48:17
阅读次数:
180
例如,要数一数菜单中每类菜有多少个,可以传递counting收集器作为groupingBy收集器的第二个参数:Map<Dish.Type, Long> typesCount = menu.stream().collect( groupingBy(Dish::getType, counting())) ...
分类:
其他好文 时间:
2020-06-18 21:22:09
阅读次数:
67
blog:https://www.cnblogs.com/Rohn/ 本文只总结一些常用的用法,更详细的说明见man dirname和 direname --help。 dirname命令 dirname命令用于获取给定路径的路径部分。 语法格式 dirname [OPTION] NAME... S ...
分类:
系统相关 时间:
2020-06-18 19:59:12
阅读次数:
75