会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
胸怀丶若谷
每一天都是在我身边的最后一天
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
12
13
14
15
16
17
18
19
20
···
45
下一页
2021年9月22日
Django跨域问题解决方案: django-cors-headers安装与配置
摘要: django-cors-headers安装与配置 官方文档:https://pypi.org/project/django-cors-headers/ 安装 pip install django-cors-headers 使用 添加到settings.py中, 按如下进行配置 # settings.
阅读全文
posted @ 2021-09-22 17:00 胸怀丶若谷
阅读(1954)
评论(0)
推荐(0)
2021年8月30日
查看Nginx是否启动
摘要: 查看Nginx进程 ps -ef | grep nginx 输出如下: root 1036 1 0 Jul15 ? 00:00:00 nginx: master process /www/server/nginx/sbin/nginx -c /www/server/nginx/conf/nginx.
阅读全文
posted @ 2021-08-30 21:17 胸怀丶若谷
阅读(989)
评论(0)
推荐(0)
宝塔面板配合tomcat部署静态资源网站
摘要: 在宝塔中安装下图所示软件 第一步:上传代码到服务器 第二步,点击JAVA项目一键部署 点击添加项目 第一次使用时项目版本是为空的,点击下方的版本管理进行安装 需要填写的选项 至此配置完成 访问方式 ip地址:端口号/index.html
阅读全文
posted @ 2021-08-30 19:15 胸怀丶若谷
阅读(855)
评论(0)
推荐(0)
failed (2: No such file or directory) in /var/www/QQ_Music/nginx.conf:18
摘要: 错误原因 解决方案 引入文件 /www/server/nginx/conf/mime.types;
阅读全文
posted @ 2021-08-30 17:37 胸怀丶若谷
阅读(70)
评论(0)
推荐(0)
Nginx常用命令和配置
摘要: 常规配置 利用宝塔面板安装的nginx路径如下:/www/server/nginx 进入配置文件夹中/www/server/nginx/conf 输入vim nginx.conf,打开配置文件,修改,此处引用的是我本机windows系统的文件,请自行修改对应的文件路径 server { listen
阅读全文
posted @ 2021-08-30 17:01 胸怀丶若谷
阅读(268)
评论(0)
推荐(0)
linux解压zip
摘要: #输入命令 [root@localhost ~]# unzip [选项] 压缩包名 参数详解 选项 含义 -d 目录名 将压缩文件解压到指定目录下。 -n 解压时并不覆盖已经存在的文件 -o 解压时覆盖已经存在的文件,并且无需用户确认。 -v 查看压缩文件的详细信息,包括压缩文件中包含的文件大小、文
阅读全文
posted @ 2021-08-30 16:42 胸怀丶若谷
阅读(105)
评论(0)
推荐(0)
Swiper.vue?56a2:132 Uncaught DOMException: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node.
摘要: 错误代码 解决方案 删除div标签。修改后,如下所示:
阅读全文
posted @ 2021-08-30 11:47 胸怀丶若谷
阅读(2302)
评论(0)
推荐(0)
2021年8月29日
解决npm install 报错 'proxy' config is set properly. See: 'npm help config'
摘要: 输入以下命令 npm config set proxy null npm config set https-proxy null 之后重新安装即可 文章参考 https://blog.csdn.net/yypsober/article/details/51906616
阅读全文
posted @ 2021-08-29 19:35 胸怀丶若谷
阅读(2901)
评论(0)
推荐(0)
2021年8月26日
解决: better-scroll.esm.js?f40f:180 [BScroll warn]: EventEmitter has used unknown event type: "pullingUp"
摘要: 改为这样,把所有值设为true mounted() { // 滚动条 this.scroll = new BScroll(this.$refs.wrapper, { click: true, observeDOM: true, observeImage: true, // 监听 probeType:
阅读全文
posted @ 2021-08-26 10:33 胸怀丶若谷
阅读(781)
评论(0)
推荐(0)
2021年8月23日
pandas 格式化日期
摘要: output_data["ShipDate"] = output_data["ShipDate"].dt.strftime("%Y/%m/%d")
阅读全文
posted @ 2021-08-23 14:09 胸怀丶若谷
阅读(276)
评论(0)
推荐(0)
上一页
1
···
12
13
14
15
16
17
18
19
20
···
45
下一页
公告