会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Zll__L
历久弥新
博客园
首页
新随笔
联系
管理
订阅
2021年12月17日
测试
摘要: 仪表盘外链
阅读全文
posted @ 2021-12-17 12:01 ZL的博客
阅读(10)
评论(0)
推荐(0)
2020年3月16日
《将博客搬至CSDN》
摘要: 《将博客搬至CSDN》
阅读全文
posted @ 2020-03-16 12:09 ZL的博客
阅读(82)
评论(0)
推荐(0)
2020年3月14日
Django错误:?: (2_0.W001) Your URL pattern '^user/' has a route that contains '(?P<', begins with a '^', or ends with a '$'. This was likely an oversight when migrating to django.urls.path().
摘要: Django2.0后urls的配置发生了改变: 转载自:https://blog.csdn.net/SilentWu/article/details/88205831 解决方案: 把url函数换成path 不适用^,$作路由 eg: 2.0以前版本: 2.0以后版本
阅读全文
posted @ 2020-03-14 15:06 ZL的博客
阅读(3606)
评论(0)
推荐(0)
Django中path错误: 'Specifying a namespace in include() without providing an app_name '
摘要: 具体的错误提示为: django.core.exceptions.ImproperlyConfigured: Specifying a namespace in include() without providing an app_name is not supported. Set the app
阅读全文
posted @ 2020-03-14 13:00 ZL的博客
阅读(908)
评论(0)
推荐(1)
2020年1月29日
Pycharm的Settings中Project Interpreter无法安装包的问题
摘要: 这是今天在安装greenlet中遇到的问题,在查找了相关问题后,可以通过修改该界面的Manage Repositories: 清华:https://pypi.tuna.tsinghua.edu.cn/simple阿里:http://mirrors.aliyun.com/pypi/simple/豆瓣:
阅读全文
posted @ 2020-01-29 11:30 ZL的博客
阅读(3183)
评论(0)
推荐(0)
2019年5月4日
数据分析,使用plt.hist(runtime_data, num_bin_list)时出现ValueError: `bins` must increase monotonically, when an array
摘要: 如上图: bin必须是单调递增的 我所写的num_bin_list是这样的:1.6 0.5 0.5 0.5....(11个0.5)当然是不行 所以就进行了改变,其实原意0.5是组距,看来bin表示的是刻度值吧, 最后就没有报错了
阅读全文
posted @ 2019-05-04 10:29 ZL的博客
阅读(5846)
评论(0)
推荐(0)
2019年3月24日
python 读取文件时报错UnicodeDecodeError: 'gbk' codec can't decode byte 0x80 in position 205: illegal multibyte sequence
摘要: python读取文章时报错: UnicodeDecodeError: 'gbk' codec can't decode byte 0x98 in position 53: incomplete multibyte sequence 解决办法:(红线标注) 添加红线上方代码即可
阅读全文
posted @ 2019-03-24 16:30 ZL的博客
阅读(1572)
评论(0)
推荐(0)
关于pycharm中缩进、粘贴复制等文本编辑功能部分失效的解决办法
摘要: 有可能是同时安装了vim,冲突导致: 在seetings中点击Plugins,搜索vim卸载后功能恢复
阅读全文
posted @ 2019-03-24 16:09 ZL的博客
阅读(1683)
评论(0)
推荐(0)
关于pycharm中导入自己写的模块没有智能提示的解决办法
摘要: 在pycharm界面中右击py文件所在的文件夹,选择Make Directory as文件,选择其中一个即可
阅读全文
posted @ 2019-03-24 10:47 ZL的博客
阅读(4120)
评论(1)
推荐(2)
2019年3月17日
python中讲的好的内容记载
摘要: 什么是Name_mangling以及python的下划线约定 (转载来源:https://blog.csdn.net/handsomekang/article/details/40303207)
阅读全文
posted @ 2019-03-17 11:01 ZL的博客
阅读(134)
评论(0)
推荐(0)
公告