背景 本文旨在记录解决问题的办法及思路。 需求是识别视频中的话语转为文字,此服务是调用的百度的websocket服务,其要求是: 发送一个text类型的帧,用于登录。 后续发送binary类型的音频数据。 开发语言:Golang websocket库:github.com/gorilla/webso ...
分类:
Web程序 时间:
2021-01-01 12:59:25
阅读次数:
0
1.问题 telnet 192.168.1.2报错 bash: telnet: command not found...2.原因没有安装 telnet 命令3.解决在linux环境下执行以下命令 yum list telnet* 列出telnet相关的安装包 yum install telnet-s ...
分类:
Web程序 时间:
2021-01-01 12:56:13
阅读次数:
0
1.报错“Invalid request” 新版本已经将form-data方式改为x-www-form-urlencoded 2.报错“Invalid Request” 新版本范围定义发生了改变 public static IEnumerable<ApiResource> GetApiResourc ...
分类:
其他好文 时间:
2020-12-31 11:45:00
阅读次数:
0
错误:configure: error: libevent >= 1.4.11 could not be found解决:yum -y install libevent libevent-devel错误:configure: error: Please reinstall the mysql dis ...
分类:
Web程序 时间:
2020-12-30 11:22:18
阅读次数:
0
系统 windows 命令 nginx -t 报错 nginx emerg invalid number of arguments in "root" directive.... 原因 root行配置最后没写分号导致,加上分号即可解决 ...
分类:
其他好文 时间:
2020-12-29 11:29:07
阅读次数:
0
CephPool资源池管理#查看ceph资源池cephosdlspools#创建资源池osdpoolcreate<poolname><int[0-]>{<int[0-]>}{replicated|erasure}{<erasure_code_profile>}{<rule>}{<int>}{<int>}{<i
分类:
其他好文 时间:
2020-12-28 11:56:49
阅读次数:
0
在使用element-ui导入表格时提示此报错是因为还差一个el-table-column组件,导入此组件即可 ...
分类:
其他好文 时间:
2020-12-28 11:20:11
阅读次数:
0
{myproject}/websocket.py 1 # websocket.py 2 async def websocket_application(scope, receive, send): 3 while True: 4 event = await receive() 5 6 if even ...
分类:
Web程序 时间:
2020-12-24 11:39:43
阅读次数:
0
安全检查 流程分析 经分析,很容易知道这里的数组可以进行越界来修改返回地址的值 有后门函数 漏洞利用 通过数组溢出修改返回值,到达后门函数 不过我在本地打通后,远程打得时候发现没有后门函数也就是/bin/bash not found 当时有点懵逼,并且对linux命令不太熟悉的我,想了很久没结果后, ...
分类:
其他好文 时间:
2020-12-24 11:36:51
阅读次数:
0
tar命令副本(本机备份整个系统,以后还原还是还原到本机)注意根目录下要有充足的可用空间用于备份。cd/#tar.gz格式tarcvpzfsystem_backup.tar.gz/--exclude=/proc--exclude=/lost+found--exclude=/system_backup.tar.gz--exclude=/mnt--exclude=/sys#tar.bz2格式tarcv
分类:
系统相关 时间:
2020-12-22 13:09:31
阅读次数:
0