上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 341 下一页
摘要: 没解决此问题(venv) [root@VM-8-12-centos MYPROJECT-django20240830]# python3 manage.py runserver 0.0.0.0:8080Exception in thread django-main-thread:Traceback 阅读全文
posted @ 2024-08-31 08:32 emanlee 阅读(191) 评论(0) 推荐(0)
摘要: 需要离线安装GDAL (venv) [root@VM-8-12-centos ~]# pip install gdalLooking in indexes: http://mirrors.tencentyun.com/pypi/simpleCollecting gdal Downloading ht 阅读全文
posted @ 2024-08-31 08:20 emanlee 阅读(409) 评论(0) 推荐(0)
摘要: 高德地图,只有部分marker显示InfoWindow并可点击 原因: 加了 MarkerCluster 之后,出现不稳定现象“有部分marker显示InfoWindow并可点击”。 // 将所有的标记点添加到marker cluster // marker cluster // markerLay 阅读全文
posted @ 2024-08-30 23:42 emanlee 阅读(142) 评论(0) 推荐(0)
摘要: django.core.exceptions.ImproperlyConfigured: Could not find the GDAL library (tried "gdal302", "gdal301", "gdal300", "gdal204", "gdal203", "gdal202", 阅读全文
posted @ 2024-08-30 20:30 emanlee 阅读(567) 评论(0) 推荐(0)
摘要: 问题: Linux Centos 已安装virtualenv, 但还是报 bash: virtualenv: command not found 。 原因: 虽然手动安装了virtualenv, 没有自动配置 virtualenv 的软连接。 解决: 找到 virtualenv [root@VM-8 阅读全文
posted @ 2024-08-30 19:19 emanlee 阅读(141) 评论(0) 推荐(0)
摘要: django.core.exceptions.ImproperlyConfigured: You're using the staticfiles app without having set the STATIC_ROOT setting to a filesystem path. 解决方案: ( 阅读全文
posted @ 2024-08-28 23:37 emanlee 阅读(129) 评论(0) 推荐(0)
摘要: centos 安装 nginx # 安装sudo yum install nginx # 启动/关闭/重载/开机自启/关闭开机自启sudo systemctl [start/stop/reload/enable/disable] nginx sudo systemctl start nginx su 阅读全文
posted @ 2024-08-27 23:53 emanlee 阅读(213) 评论(0) 推荐(0)
摘要: https://www.bilibili.com/video/BV1KM4y1G7EF/ 内容转自【浏览器调试工具精讲】Chrome Dev Tools精讲,前端必看! 橙色:外边距 蓝色:本体。 绿色:内边距。 CTRL+ F 可以搜索 输入某一个string 或者 css,section#som 阅读全文
posted @ 2024-08-27 23:32 emanlee 阅读(18) 评论(0) 推荐(0)
摘要: CenteOs 7 上安装Redis redis-3.2.12-2.el7.x86_64安装前先检查安装环境首先检查gcc环境。gcc -v如果没有安装,那么就安装gcc等环境。sudo yum install gcc-c++ make -y开始安装下载fedora的 epel 仓库yum inst 阅读全文
posted @ 2024-08-27 23:05 emanlee 阅读(184) 评论(0) 推荐(0)
摘要: yum install epel-release File "/usr/bin/yum", line 30 except KeyboardInterrupt, e: ^SyntaxError: invalid syntax 问题原因: 由于 yum 包管理是使用 python 2 写的,由于 pyt 阅读全文
posted @ 2024-08-27 21:55 emanlee 阅读(88) 评论(0) 推荐(0)
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 341 下一页