上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 46 下一页
摘要: 用值查询的列表只能查找第一列,,所以要将要匹配的那一列数据放在第一列 阅读全文
posted @ 2021-01-26 16:45 那时一个人 阅读(92) 评论(0) 推荐(0)
摘要: 有三个文件需要配置: 参考官方教程: https://uwsgi.readthedocs.io/en/latest/tutorials/Django_and_nginx.html docker-compose.yml # yaml 配置 version: '3' services: web: bui 阅读全文
posted @ 2021-01-26 14:35 那时一个人 阅读(122) 评论(0) 推荐(0)
摘要: f ='sldjflsd' s = [2,2] item = f'{f[-16:]} {s[1]}' print(item) 阅读全文
posted @ 2021-01-23 17:30 那时一个人 阅读(65) 评论(0) 推荐(0)
摘要: #!/usr/bin/env python3 # -*- coding: utf-8 -*- """ @author: @version: 1.0.0 @file: test_24.py @time: 2021/1/22 上午9:04 @desc: 输入的4个数据,用加减乘除运算符来计算出能够凑出2 阅读全文
posted @ 2021-01-22 11:53 那时一个人 阅读(852) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/50151833/cannot-login-to-docker-account 按照这个教程解决了: 2021年01月22日,更新啦,上边的方法不完全顶用,虽然能够登录,但是仍然没有将验证信息保持在~/.docker/confi 阅读全文
posted @ 2021-01-21 18:01 那时一个人 阅读(873) 评论(0) 推荐(0)
摘要: https://www.odoo.com/zh_CN/forum/help-1/fail2ban-not-detecting-failing-logins-from-odoo-11-log-134095 Fail2ban 阅读全文
posted @ 2021-01-21 14:01 那时一个人 阅读(279) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/zhengdaojie/p/13830828.html [options] limit_memory_hard=1677721600 limit_memory_soft=629145600 limit_request=8192 limit_time_c 阅读全文
posted @ 2021-01-21 13:58 那时一个人 阅读(417) 评论(0) 推荐(0)
摘要: 我使用的django版本是1.11 目前出现的问题: 计数不准, queryset = queryset1.union(queryset2) queryset.count() # 获取的结果不正确 # 目前我的解决办法是直接用列表推导式将结果取出来,再进行操作: list_queryset = [i 阅读全文
posted @ 2021-01-19 15:30 那时一个人 阅读(503) 评论(0) 推荐(0)
摘要: https://bitcoin.stackexchange.com/questions/88768/error-code-3-when-signing-message-from-gui 失败消息: Address does not refer to key 解决办法: getnewaddress " 阅读全文
posted @ 2021-01-18 11:20 那时一个人 阅读(152) 评论(0) 推荐(0)
摘要: http://www.361way.com/linux-proxy/4184.html 阅读全文
posted @ 2021-01-16 20:04 那时一个人 阅读(1218) 评论(0) 推荐(0)
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 46 下一页