06 2023 档案
摘要:单位的考核系统,采用ssl证书,专门做了总结 又看到一篇文章 https://www.designmycodes.com/python/setup-ssl-certificate-on-nginx-for-django-application.html 可以参考借鉴吧,有时间再读 Serving a
阅读全文
摘要:django页面导入导出 导出的业务比较通用,广泛,需要开发效率,可以使用 django_import_export 导入,业务不常用,但需要定制化,错误消息要详细,用django_import_export导入,一般用在后台或开发人员自己转移数据。 但提供给前台用户, 还需要选择可定制的,我选择d
阅读全文
摘要:django.template.exceptions.TemplateDoesNotExist: bootstrap4/uni_form.html django.template.exceptions.TemplateDoesNotExist: bootstrap4/field.html 问题:在使
阅读全文
摘要:软件下载地址均为其官网。 一.wget升级 yum install -y wget 二.sqlite3安装 sudo yum install sqlite-devel 查看sqlite3的版本 sqlite3 -version 三.sqlite3升级 下载源码 wget https://www.sq
阅读全文
摘要:<s-template> <div id="app"> <table> <thead> <tr> <th>Name</th> <th>Age</th> <th>Sex</th> </tr> </thead> <tbody> <tr v-for="person in peoples"> <td>{{
阅读全文
摘要:Dealing with user input is a very common task in any Web application or Web site. The standard way to do it is through HTML forms, where the user inpu
阅读全文
摘要:list和''.join ¶ l = [] for i in range(10000): l.append(str(i)) s = ''.join(l) 推导式法 s = ''.join(str(i) for i in range(10000))
阅读全文
摘要:参考: https://docs.djangoproject.com/en/4.2/ref/templates/builtins/#json-script afely outputs a Python object as JSON, wrapped in a <script> tag, ready
阅读全文

浙公网安备 33010602011771号