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

2021年10月17日

php使用ceph

摘要: 本文我们接着上文继续来探讨一下如何使用使用 PHP 来操作 Ceph S3 接口。 安装 AWS PHP SDK 建立连接 获取 Bucket 列表 创建一个 Bucket 删除一个 Bucket 获取文件列表 上传文件 删除文件 下载文件 生成文件下载地址 参考文档 安装 AWS PHP SDK 阅读全文

posted @ 2021-10-17 12:11 yipianchuyun 阅读(97) 评论(0) 推荐(0) 编辑

海量小文件的开源存储方案选型建议

摘要: https://cloud.tencent.com/developer/news/137215 随着AI技术的发展,在智能安防、智能制造等众多领域,都面临着海量图片文件的存储问题。开源领域为了解决海量小文件问题也是伤透了脑筋,这些年冒出了大量的开源分布式存储方案,都号称自己可以解决海量文件问题。结果 阅读全文

posted @ 2021-10-17 12:10 yipianchuyun 阅读(1798) 评论(0) 推荐(0) 编辑

2021年8月10日

php转发post_php发送post请求的三种方法

摘要: 方法一:/*** 发送post请求* @param string $url 请求地址* @param array $post_data post键值对数据* @return string*/function send_post($url, $post_data) {$postdata = http_ 阅读全文

posted @ 2021-08-10 00:51 yipianchuyun 阅读(1684) 评论(0) 推荐(0) 编辑

2021年7月8日

virsh使用总结

摘要: 做下面操作前先安装这些工具: yum install virt-install libvirt-admin libvirt-client libvirt-daemon libvirt主要的配置文件和目录 (1) libvirtd服务的主配置文件 /etc/libvirt/libvirtd.conf 阅读全文

posted @ 2021-07-08 23:25 yipianchuyun 阅读(1502) 评论(0) 推荐(0) 编辑

2021年5月4日

CKEditor 5 npm方式安装调用与配置教程

摘要: CKEditor5和CKEditor4无论是界面还是用法上完全不同,而且在插件的配置上也大不相同,CKEditor5采用的是npm的方式安装插件,后续升级还是比较方便的。 CKEditor5官方提供了多种获取方式,但是编辑器安装后都是精简之后的版本,只有一些最基本的功能,使用起来还是挺麻烦的,要想更 阅读全文

posted @ 2021-05-04 19:04 yipianchuyun 阅读(1551) 评论(0) 推荐(0) 编辑

2021年3月16日

openfire 网站 整合

摘要: http://download.igniterealtime.org/openfire/docs/latest/documentation/db-integration-guide.html Custom Database Integration Guide Introduction This do 阅读全文

posted @ 2021-03-16 10:46 yipianchuyun 阅读(105) 评论(0) 推荐(0) 编辑

2021年3月11日

PHP链接xmpp,openfire新增用户,聊天室

摘要: https://blog.csdn.net/qq_35140728/article/details/77248281 1.到http://www.igniterealtime.org/projects/openfire/plugins.jsp下载一个插件REST API。这个插件的作用就是允许程序设 阅读全文

posted @ 2021-03-11 10:17 yipianchuyun 阅读(94) 评论(0) 推荐(0) 编辑

2021年3月9日

docker容器的跨主机连接

摘要: https://blog.csdn.net/qq_15018101/article/details/99630200 实现跨主机的docker容器之间的通讯: 使用网桥实现跨主机的连接 docker原生的网络:overlay、macvlan 第三方网络:flaanel、weave、calic ope 阅读全文

posted @ 2021-03-09 16:59 yipianchuyun 阅读(727) 评论(0) 推荐(0) 编辑

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 阅读(49) 评论(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 阅读(451) 评论(0) 推荐(0) 编辑

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

导航