上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 338 下一页
摘要: 需要离线安装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 阅读(375) 评论(0) 推荐(0)
摘要: 高德地图,只有部分marker显示InfoWindow并可点击 原因: 加了 MarkerCluster 之后,出现不稳定现象“有部分marker显示InfoWindow并可点击”。 // 将所有的标记点添加到marker cluster // marker cluster // markerLay 阅读全文
posted @ 2024-08-30 23:42 emanlee 阅读(129) 评论(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 阅读(497) 评论(0) 推荐(0)
摘要: 问题: Linux Centos 已安装virtualenv, 但还是报 bash: virtualenv: command not found 。 原因: 虽然手动安装了virtualenv, 没有自动配置 virtualenv 的软连接。 解决: 找到 virtualenv [root@VM-8 阅读全文
posted @ 2024-08-30 19:19 emanlee 阅读(131) 评论(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 阅读(110) 评论(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 阅读(195) 评论(0) 推荐(0)
摘要: https://www.bilibili.com/video/BV1KM4y1G7EF/ 内容转自【浏览器调试工具精讲】Chrome Dev Tools精讲,前端必看! 橙色:外边距 蓝色:本体。 绿色:内边距。 CTRL+ F 可以搜索 输入某一个string 或者 css,section#som 阅读全文
posted @ 2024-08-27 23:32 emanlee 阅读(10) 评论(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 阅读(169) 评论(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 阅读(82) 评论(0) 推荐(0)
摘要: 2003 - Can’t connect to MySQL server on ' '(10060) 一般是以下几个原因造成的: 1.网络不通畅 2.mysql 服务未启动 3.防火墙未开放端口 4 ##云服务器的 安全组规则未设置 一般是以下几个原因造成的: 1.网络不通畅:【mysql -u - 阅读全文
posted @ 2024-08-27 19:37 emanlee 阅读(362) 评论(0) 推荐(0)
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 338 下一页