1 2 3 4 5 ··· 15 下一页

2024年11月15日

包管理

摘要: 后台包管理 composer install composer update composer dump-autoload 前端包管理 npm install npm update npm run build 阅读全文

posted @ 2024-11-15 18:16 yipianchuyun 阅读(2) 评论(0) 推荐(0) 编辑

2024年11月11日

zzz

摘要: @金融消费者 可以提个issue,说明版本 方便跟进问题为了方便跟进问题以及沉淀知识库,建议先提issue 记录一下 源码服务端:https://github.com/openimsdk/open-im-server docker服务端:https://github.com/openimsdk/op 阅读全文

posted @ 2024-11-11 13:36 yipianchuyun 阅读(7) 评论(0) 推荐(0) 编辑

2024年7月3日

hp

摘要: https://support.hp.com/cn-zh/drivers/hp-laser-mfp-1000-printer-series/model/2101513884 阅读全文

posted @ 2024-07-03 17:20 yipianchuyun 阅读(41) 评论(0) 推荐(0) 编辑

2024年5月22日

Elasticsearch

摘要: Elasticsearch全文搜索引擎-PHP使用教程。 1、声明依赖关系: 比方说,你的项目中需要一个php版的elasticsearch框架。为了将它添加到你的项目中(下载),你所需要做的就是创建一个 composer.json 文件,其中描述了项目的依赖关系。注意文件要放在你执行compose 阅读全文

posted @ 2024-05-22 22:05 yipianchuyun 阅读(11) 评论(0) 推荐(0) 编辑

2024年5月16日

ElasticSearch (ES从入门到精通一篇就够了)

摘要: ES分布式搜索引擎 注意: 在没有创建库的时候搜索,ES会创建一个库并自动创建该字段并且设置为String类型也就是text 什么是elasticsearch? 一个开源的分布式搜索引擎,可以用来实现搜索、日志统计、分析、系统监控等功能 什么是elastic stack(ELK)? 是以elasti 阅读全文

posted @ 2024-05-16 10:45 yipianchuyun 阅读(978) 评论(0) 推荐(0) 编辑

2024年5月15日

docker搭建Elasticsearch、Kibana、Logstash 同步mysql数据到ES

摘要: 一、前言 在数据量大的企业级实践中,Elasticsearch显得非常常见,特别是数据表超过千万级后,无论怎么优化,还是有点力不从心!使用中,最首先的问题就是怎么把千万级数据同步到Elasticsearch中,在一些开源框架中知道了,有专门进行同步的!那就是Logstash。在思考,同步完怎么查看呢 阅读全文

posted @ 2024-05-15 09:24 yipianchuyun 阅读(236) 评论(0) 推荐(0) 编辑

2024年5月9日

https://dev.mysql.com/downloads/mysql/

摘要: https://dev.mysql.com/downloads/mysql/ 阅读全文

posted @ 2024-05-09 16:54 yipianchuyun 阅读(21) 评论(0) 推荐(0) 编辑

2024年3月22日

search

摘要: https://zhuanlan.zhihu.com/p/590016815?utm_id=0 https://zhuanlan.zhihu.com/p/590016815?utm_id=0 https://blog.csdn.net/weixin_45394216/article/details/ 阅读全文

posted @ 2024-03-22 16:10 yipianchuyun 阅读(7) 评论(0) 推荐(0) 编辑

2024年2月2日

zzz

摘要: https://www.baidu.com/s?ie=utf-8&f=8&rsv_bp=1&rsv_idx=1&tn=62095104_11_oem_dg&wd=WAIT_BUYER_PAY&fenlei=256&rsv_pq=0xb235391c00005175&rsv_t=1a43awr40Lm 阅读全文

posted @ 2024-02-02 14:22 yipianchuyun 阅读(30) 评论(0) 推荐(0) 编辑

2024年1月30日

收包

摘要: 整体流程图 三、网络接口层 3.1 概述 数据包在本层主要处理流程有五: 网卡收到数据包,DMA 方式写入Ring Buffer,发出硬中断; 内核收到硬中断,NAPI 加入本 CPU 的轮询列表,发出软中断; 内核收到软中断,轮询 NAPI 并执行poll函数从Ring Buffer取数据; GR 阅读全文

posted @ 2024-01-30 16:01 yipianchuyun 阅读(207) 评论(0) 推荐(0) 编辑

1 2 3 4 5 ··· 15 下一页

导航