1.Django + Channels 提供 websocket 服务 1.1.确保你的环境 windows 环境 python 3.7 目前不支持 3.8 类Unix操作系统除外 pip install django == 2.2 # 以上 目前 Django3.0 pip install cha ...
分类:
Web程序 时间:
2020-08-20 18:59:00
阅读次数:
78
4.部署Kubernetes集群1.节点信息ip主机名角色操作系统192.168.157.130master主centeos7192.168.157.131ode1节点Centos7192.168.157.132node2节点Centos72.关闭防火墙相关systemctlstopfirewalld.servicesystemctlstopiptables.servicesystemctldis
分类:
Web程序 时间:
2020-08-19 20:08:12
阅读次数:
109
Implement a method to find the second largest number in an array of ints. If the input array is empty or contains only a single number, the method mus ...
分类:
其他好文 时间:
2020-08-18 13:58:14
阅读次数:
82
织梦自20150618以后的版本升级后,M功能手机站出现,由于程序编写有一个错误,导致手机站文章页上一篇 下一篇链接错误。今天织梦58分享下修改教程,修复下程序,希望对您有帮助。 解决方法一: 1.打开 include/arc.archives.class.php 文件 首先查找:第839行 1 $ ...
分类:
移动开发 时间:
2020-08-17 16:59:05
阅读次数:
77
self.navigationController.navigationBar.translucent=NO; [self.navigationController.navigationBar setBackgroundImage:[UIImage new] forBarMetrics:UIBarM ...
分类:
移动开发 时间:
2020-08-17 16:51:49
阅读次数:
87
0、如果路径中存在空格,用""把路径包括起来 1、使用ffmpeg命令 ffmpeg -y -framerate 10 -start_number 1 -i E:\Image\Image_%d.bmp E:\test.mp4 -y 表示输出时覆盖输出目录已存在的同名文件 -framerate 10 ...
分类:
编程语言 时间:
2020-08-15 23:56:10
阅读次数:
137
BGP:边界网关路由协议:bodergatewayprotocol①属于外部网关路由协议②针对大型网络、大型跨国集团、运营商、国与国之间的路由路由协议分类:内部网关路由协议IGP:ripospfisis(eigrp思科私有)外部网关路由协议EGP:EGP(早期淘汰)BGPBGP邻居关系IBGP:相同的AS路由器邻居EBGP:不同AS的路由器邻居注:EBGP建邻居用直连接口IBGP建邻居用环回接口配
分类:
其他好文 时间:
2020-08-13 11:54:14
阅读次数:
55
使用 wx.login() 获取临时登录凭证code,并回传到开发者服务器。 // 登录 wx.login({ success: res => { // 发送 res.code 到后台换取 openId, sessionKey, unionId // console.log(res) if (res ...
分类:
微信 时间:
2020-08-10 20:58:34
阅读次数:
102
Because the cstdarg defines this header file to process the unknown number of arguments. va_list is provided by C++ to access manipulated arguments in ...
分类:
编程语言 时间:
2020-08-10 17:25:03
阅读次数:
77
1、yum方式安装docker 1.1、更新yum sudo yum update 1 (更新时间,我这次大概用了二十分钟) 1.2、yum方式安装docker yum install docker 1 1.3、查看版本 docker -v 1 2、简单使用 2.1、启动docker服务 我用的sy ...
分类:
系统相关 时间:
2020-08-10 15:39:59
阅读次数:
88