bug
你是阳光和雨交界最美的颜色
在学习的路上越走越远
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
django.template.exceptions.TemplateDoesNotExist: rest_framework/api.html
django.template.exceptions.TemplateDoesNotExist: rest_framework/api.html 出现如上错误,请检查自己工程的settings中是否注册rest_framework。如没有:请在INSTALLED_APPS中注册 INSTALLED_APPS = [ ... 'rest_framework', ] ...原创 2019-06-01 18:25:54 · 1964 阅读 · 0 评论 -
vue-2.5.16.js:597 [Vue warn]: Unknown custom element: <ocean> - did you register the component corre
vue-2.5.16.js:597 [Vue warn]: Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the “name” option. found in —> 这里,显示你自定义我的vue组件没有...原创 2019-06-02 17:15:42 · 9128 阅读 · 1 评论 -
rl: (7) Failed to connect to raw.githubusercontent.com port 443: 拒绝连接
rl: (7) Failed to connect to raw.githubusercontent.com port 443: 拒绝连接 我遇到的问题:输入下图代码,一直反馈拒绝失败 curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash 解决办法(请确保你已经联网):第一种我换了...原创 2019-06-03 11:43:07 · 76040 阅读 · 8 评论 -
sign_and_send_pubkey: signing failed: agent refused operation Permission denied (publickey).
sign_and_send_pubkey: signing failed: agent refused operation Permission denied (publickey). 这个是我遇到的问题,一开始我以为是我的ssh公钥失效了,为了验证这一想法,我反复的将公钥创建 了N次,却依旧无法解决问题。于是,我就开始怀疑自己是否某些关键性的配置配置错误,或者粗心导致的,反复检查后发现自己没有...原创 2019-06-03 12:35:06 · 5352 阅读 · 0 评论 -
npm run dev 起不来报错,不要慌,看这里。
(meiduo_admin) python@ubuntu:~/Desktop/meiduo_admin/meiduo_admin/meiduo_mall_admin$ npm run dev > meiduo_mall@1.0.0 dev /home/python/Desktop/meiduo_admin/meiduo_admin/meiduo_mall_admin > webpac...原创 2019-06-03 18:32:22 · 35079 阅读 · 7 评论 -
warning Debugger speedups using cython not found.
warning: Debugger speedups using cython not found. 这个是因为Cython的加速调试没有打开,Cython是Python的一个扩展工具,用于优化Python的计算速度。 cd 后面有提示的位置,执行下面的代码再重新运行一下即可 python3 setup_cython.py build ext --inplace ...原创 2019-06-16 13:44:21 · 1075 阅读 · 1 评论 -
No module named 'pkgutil'
今天创建虚拟环境,恶心的不行,出现如上错误,只需异步操作即可 virtualenv envname --no-setuptools --no-pip --no-wheel原创 2019-06-25 17:26:21 · 1918 阅读 · 1 评论
分享