BUG库
BUG
Zombie@
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
uni-app H5使用web-view父子之间的相互传值
uni-app H5使用web-view父子之间的相互传值uniapp 实现富文本解析原创 2022-11-22 14:05:37 · 1441 阅读 · 4 评论 -
[SC] 由于发生错误 193, StartService 失败。
[SC] 由于发生错误 193, StartService 失败。原创 2022-10-21 09:53:24 · 4685 阅读 · 0 评论 -
spring boot + websocket+redis 实现集群消息推送
spring boot 整合websocket+redis+nginx 实现集群消息推送原创 2022-08-19 16:41:54 · 2075 阅读 · 1 评论 -
IOS播放视频无效,H5页面video不能播放
加载视频接口的时候使用如下代码:public void loadVideo(HttpServletRequest request, HttpServletResponse response,DataObject params) throws FileNotFoundException, IOException { String filePath=params.getText("filePath"); File file=new File(filePath); String fileName=f原创 2022-02-09 13:56:05 · 10866 阅读 · 0 评论 -
logstash启动成功后立马停止
logstash原创 2022-01-11 16:56:18 · 3220 阅读 · 0 评论 -
Docker安装遇到的问题
package docker-ce-3:19.03.13-3.el7.x86_64 requires containerd.io >= 1.2.2-3, but none of the providers can be installed错误: 问题: package docker-ce-3:19.03.13-3.el7.x86_64 requires containerd.io >= 1.2.2-3, but none of the providers can be installed原创 2020-10-10 13:11:29 · 1317 阅读 · 0 评论 -
解决phpword导出word时文件名乱码的问题并下载
文件名乱码 $filename = iconv("utf-8","gb2312",$examAswer->exam_name.'-'.$examAswer->username.'-'.time()); //防止有的浏览器下载之后中文乱码######下载word文件 header("Content-type: application/vnd.ms-word"); header("Content-Disposition:attachment;原创 2020-08-11 15:23:30 · 725 阅读 · 0 评论
分享