Centos docker 安装和使用 官方教程 https://docs.docker.com/engine/install/centos/ 卸载旧版本 sudo yum remove docker \ docker- ... continue reading docker zhuoyuebiji 2020-9-11 781
作品署名申请 申请地址 https://creativecommons.org/choose/#metadata 填写内容 更多信息 获得代码 <a rel="license" href="http ... continue reading 闲话杂谈 zhuoyuebiji 2020-9-10 232
域名购买域名出售 手中的有一批域名,目前打算出售掉,以支付服务器费用,以下价格(元)为参考,具体可以 QQ 私我商量。 域 名 寓 意 含 义 到期时间 ... continue reading 闲话杂谈 zhuoyuebiji 2020-9-7 347
Django admin 注册自己的路由页面(How To Add Custom Views To Django Admin) 目的效果 通过 admin.py 在 Django 后台注册自己的路由(对应自己的视图) 实现代码 要在一个 app 里面的 admin.py 添加如下代码(实际上就一个简化的 model) # django2\ ... continue reading django zhuoyuebiji 2020-9-4 636
Django-import-export 资料收集(Django 导入导出数据) 用于处理导入和导出数据的库。django-import-export 库支持多种格式,包括 xls、csv、json、yaml 以及 tablib 支持的所有其他格式。它还有一个 Django 管理集成,使用起来非常方便。 ht ... continue reading django zhuoyuebiji 2020-9-4 516
Push.js Javascript(js 浏览器桌面通知) 目的效果 不用把网页置于前台就能看到消息推送的具体文案 github 源码 https://github.com/Nickersoft/push.js 引用 push.js Push.js 可以通过 npm 或 ... continue reading html zhuoyuebiji 2020-9-2 956
Django Channels websocket 搭建实践(实现长链接消息通知功能) 需求目的 消息实时推送消息以及通知功能、聊天室等功能 参考资料 https://channels.readthedocs.io/en/latest/installation.html(安装) https://ch ... continue reading django zhuoyuebiji 2020-9-2 1359
Django Channels 2: How Many Users Is In The Specific Room django channels 获取房间的用户数 from: https://stackoverflow.com/questions/62416673/django-channels-2-how-many-u ... continue reading django zhuoyuebiji 2020-8-31 187
Aioredis.errors.ReplyError: ERR unknown command 'BZPOPMIN' BZPOPMIN command is available since redis 5.0.0. I believe you have an older version of redis, which does not ... continue reading redis zhuoyuebiji 2020-8-27 1466
Django2.2 国际化实践 开发环境 windows 10 python 3.6.8 django 2.2 参考文档 https://docs.djangoproject.com/zh-hans/2.2/topics/i18n ... continue reading django zhuoyuebiji 2020-8-20 404