- 博客(3)
- 收藏
- 关注
转载 云服务器开启ssl及node-express开启ssl
nginx服务器ssl模块添加 ssl模块添加原文:https://www.cnblogs.com/grimm/p/14189153.html,感谢作者大大 Nginx如果未开启SSL模块,配置Https时提示错误: nginx: [emerg] the"ssl"parameter requires ngx_http_ssl_modulein/usr/local/nginx/conf/nginx.conf:37 Nginx开启SSL模块流程: 切换到源码包: cd /usr/lo...
2021-07-07 16:38:58
233
原创 富文本编辑器vue2-editor上传图片并回显
前言 富文本编辑器种类繁多,关于图片上传与回显的,涉及前端与后端的,完整的资料没有,所以整合了自己此页面的经历写出来。 配置 本文用的是vue2-editor,说实话跟其他的差不多,不过目前在customToolbar标注上也还没完成,只是大概实现了图片与文字的功能。 import{VueEditor}from'vue2-editor' 代码 前端vue单页面 <template> <vue2-editor v-model="content" ...
2021-07-04 14:55:57
1982
原创 vue用组件实现验证码刷新并验证
Captcha验证码组件vue端 首先写一个验证码的vue组件,代码如下: <template> <pre><imgv-bind:src="msg"class="user-avatar"></pre> </template> <script> importaxiosfrom"axios" exportdefault{ name:'Captcha', data(){ retur...
2021-06-22 13:49:02
2090
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人