菜鸟小记
文章平均质量分 59
日常问题笔记
arannatao
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
React初学: Uncaught Error: createRoot(...): Target container is not a DOM element.
React初学: Uncaught Error: createRoot(...): Target container is not a DOM element.原创 2022-07-20 14:48:30 · 3473 阅读 · 1 评论 -
Django ORM使用问题小记
一、执行python manage.py makemigrations app时报错:“You are trying to add a non-nullable field 'name' to contact without a default; we can't do that (the database needs something to populate existing rows)"原因:新添加不允许为null、且没有设置defaul的字段时报错。合理,数据库内存量记录需要默认值填充该原创 2022-04-02 17:23:26 · 1893 阅读 · 0 评论 -
安装rubygem redis依赖时报错:Loading command: install (LoadError) cannot load such file -- zlib
在安装redis-trib.rb时需进行Ruby环境准备安装Ruby #在/usr/local目录下 wget https://cache.ruby-lang.org/pub/ruby/2.3/ruby-2.3.1.tar.gz tar xvf ruby-2.3.1.tar.gz cd ruby-2.3.1/ ./configure -prefix=/usr/local/ruby make make install #生成了/usr/local/ruby目录 cd ../ruby原创 2020-09-30 14:37:46 · 1556 阅读 · 0 评论
分享