码迷,mamicode.com
首页 >  
搜索关键字:common    ( 9294个结果
go实现聊天系统(2)
1.定义消息类型 package Common const ( LoginMesType = "LoginMes" LoginResType = "LoginResMes" ) type Message struct { Type string `json:"type"` //消息类型 Data s ...
分类:其他好文   时间:2021-01-05 10:59:42    阅读次数:0
Springboot启动报错:Unable to infer base url. This is common when using dynamic servlet...
Springboot项目启动,IDE的控制台报错信息: Unable to infer base url. This is common when using dynamic servlet registration or when the API is behind an API Gateway. ...
分类:编程语言   时间:2020-12-30 10:25:19    阅读次数:0
基于 WebRTC 的 RTSP 视频实时预览
简介 背景 由于项目需要,需要使用摄像头预览功能,设备型号为海康威视。目前已存在的基于 FFmpeg 的方案延迟都太高,所以项目最终选择基于此方案。 方案 方案选用为基于 WebRTC 的视频即时通讯,它原生支持对 RTP 协议的解码,所以能够做到延迟很低,大概0.2-0.4秒左右,其他方案都有大于 ...
分类:Web程序   时间:2020-12-29 11:15:44    阅读次数:0
composer 命令
"autoload": { "classmap": [ "database" ], "psr-4": { "App\\": "app/" }, "files":[ "app/Common/function.php", "api/qqOauth/qqConnectAPI.php" ] }, 比如我新增 ...
分类:其他好文   时间:2020-12-28 10:52:36    阅读次数:0
ubuntu安装nfs
1、 sudo apt-get install nfs-kernel-server # 安装 NFS服务器端 sudo apt-get install nfs-common # 安装 NFS客户端 2、添加NFS目录 sudo vim /etc/exports 若需要把 “/nfsroot” 目录设 ...
分类:系统相关   时间:2020-12-25 12:51:18    阅读次数:0
【电商5】header shopcar
####盒子随内容变大 ###html <div class="shopcar iconfont icon-gouwuche icon-zhankai1"> 我的购物车 <i class="count">8000000</i> </div> ###common.css .shopcar { posi ...
分类:其他好文   时间:2020-12-25 12:31:12    阅读次数:0
TP商城添加购物车自动化测试
from selenium import webdriver # 成功导入第三方包 import time from selenium.webdriver.common.action_chains import ActionChains db = webdriver.Chrome() # 选择浏览器 ...
分类:其他好文   时间:2020-12-23 12:33:54    阅读次数:0
Ubuntu 彻底卸载 MySQL 数据库
Ubuntu 18.04 彻底卸载MySQL 5.7.31 1. 查看MySQL的依赖项 dpkg --list|grep mysql 2. 卸载 mysql-common sudo apt remove mysql-common 3. 卸载 mysql-server sudo apt autore ...
分类:数据库   时间:2020-12-22 13:13:25    阅读次数:0
Java之Google Guava使用举例
package tools.guava; import com.google.common.base.Joiner; import com.google.common.base.Splitter; import com.google.common.collect.ArrayListMultimap; ...
分类:编程语言   时间:2020-12-19 12:06:13    阅读次数:2
mysql从5.6升级到5.7后出现 Expression #1 of ORDER BY clause is not in SELECT list,this is incompatible with DISTINCT
【问题】mysql从5.6升级到5.7后出现:插入数据和修改数据时出错Caused by: com.ibatis.common.jdbc.exception.NestedSQLException: The error occurred while applying a parameter map. ...
分类:数据库   时间:2020-12-18 12:26:29    阅读次数:2
9294条   上一页 1 ... 12 13 14 15 16 ... 930 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!