上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 15 下一页

2021年3月3日

php编译安装

摘要: yum install mysql-develyum -y install libxml2 libxml2-devel openssl openssl-devel curl-devel libjpeg-devel libpng-devel freetype-devel libmcrypt-devel 阅读全文

posted @ 2021-03-03 09:37 yipianchuyun 阅读(52) 评论(0) 推荐(0)

2021年3月2日

WebIM web即时通信 基于openfire+smack的Android、Web、PC开发(一)

摘要: https://my.oschina.net/yuanxulong/blog/348572 https://blog.csdn.net/gs12software/article/details/82146941 前言 Java领域的即时通信的解决方案可以考虑openfire+spark+smack。 阅读全文

posted @ 2021-03-02 11:04 yipianchuyun 阅读(488) 评论(0) 推荐(0)

2021年3月1日

某电商平台开发记要——客服系统

摘要: https://www.cnblogs.com/newton/p/7269373.html 某电商平台开发记要——客服系统 假如网站需要提供客服功能,如果只是简单的聊天咨询可以考虑营销QQ、百度商桥等(目前大部分网站采用此方式,包括一些知名行业电商);如果需要更精细化的管理,比如客服人员安排、各项数 阅读全文

posted @ 2021-03-01 17:36 yipianchuyun 阅读(389) 评论(0) 推荐(0)

架构

摘要: https://www.w3cschool.cn/architectroad/architectroad-the-reliable-delivery-of-instant-messaging.html 阅读全文

posted @ 2021-03-01 17:34 yipianchuyun 阅读(37) 评论(0) 推荐(0)

webim

摘要: https://www.layui.com/doc/ 阅读全文

posted @ 2021-03-01 17:30 yipianchuyun 阅读(63) 评论(0) 推荐(0)

2021年2月27日

centos9 重启网络

摘要: centos 8 如何重启网络 service network restart / systemctl restart network 失效的解决办法 systemctl restart network centos8失效了 重启网络可使用以下命令 #重启整个网络 nmcli n off && nm 阅读全文

posted @ 2021-02-27 17:45 yipianchuyun 阅读(4206) 评论(0) 推荐(0)

2021年2月22日

Linux虚拟机桥接模式下ping不通自己配置的网关

摘要: 1、查看自己的虚拟机是否已经选择了桥接模式 2、点击虚拟机上方的编辑 》虚拟网络编辑 》然后桥接到的真实网卡, 3、然后查看本地连接 (1)属性中是否有“VMware Bridge Protocol”选项。如果没有,需要通过 安装——服务——添加——从磁盘安装——浏览——选择VMware安装目录下的 阅读全文

posted @ 2021-02-22 23:04 yipianchuyun 阅读(1490) 评论(0) 推荐(0)

win7怎样开启loopback接口(环回网卡)

摘要: 本地loopback口用于和vmware通信,vmware桥接到Loopback网卡 https://jingyan.baidu.com/article/046a7b3eef6d69f9c27fa9ea.html 进行网络实验时,如果有个loopback环回网卡做帮助,实验会事半功倍。win7中开启 阅读全文

posted @ 2021-02-22 18:42 yipianchuyun 阅读(530) 评论(0) 推荐(0)

在CentOS上配置SAMBA共享目录

摘要: https://blog.csdn.net/qiumei1101381170/article/details/53265341 SAMBA 是linux下的一个服务,在Linux服务器上设置一个共享目录,让windows主机可以访问(rw)这个目录 首先查看系统上有没有安装samba服务器端,使用命 阅读全文

posted @ 2021-02-22 16:16 yipianchuyun 阅读(1330) 评论(0) 推荐(0)

linux间scp拷贝文件夹

摘要: https://jingyan.baidu.com/article/93f9803f5feaa9e0e46f553b.html 阅读全文

posted @ 2021-02-22 14:32 yipianchuyun 阅读(60) 评论(0) 推荐(0)

上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 15 下一页

导航