摘要: 新建一个worker.js文件,编写worker子线程脚本,代码如下: const workercode = () => { self.onmessage = function(e) { console.log('Message received from main script'); var wo 阅读全文
posted @ 2020-09-01 19:26 明明一颗大白菜 阅读(3400) 评论(1) 推荐(0) 编辑
摘要: 看一些资料,reserse的导入是这样写的: from django.core.urlresolvers import reverse 但是IDE会进行报错,因为这是2.0之前的写法,2.0之后的写法为: from django.urls import reverse 阅读全文
posted @ 2020-09-01 08:13 明明一颗大白菜 阅读(431) 评论(0) 推荐(0) 编辑
摘要: 在使用url的时候,有些地方是这样写的: url(r'^blog/', include('blog.urls', namespace='blog',app_name='blog')) 但是会报错: Specifying a namespace in include() without providi 阅读全文
posted @ 2020-09-01 07:57 明明一颗大白菜 阅读(355) 评论(0) 推荐(0) 编辑
<-- -->