会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
吃喝玩乐
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
···
65
下一页
2023年3月29日
一篇搞定Nginx功能
摘要: from:https://mp.weixin.qq.com/s/yF5h7dslESaa3Gt5rE6IbQ 引言 一、性能怪兽-Nginx概念深入浅出 二、Nginx环境搭建 三、Nginx反向代理-负载均衡 四、Nginx动静分离 五、Nginx资源压缩 六、Nginx缓冲区 七、Nginx缓存
阅读全文
posted @ 2023-03-29 10:02 94cool
阅读(75)
评论(0)
推荐(0)
2023年2月27日
window平台下基于Nginx+rtmp搭建支持rtmp/hls协议的直播/点播流媒体服务器
摘要: from: https://blog.csdn.net/idoits/article/details/125542973 1、部署环境操作系统:windows10 2、服务资源 nginx-1.7.11.3-Gryphon+rtmpModule+Native HLS Playback插件+ffmpe
阅读全文
posted @ 2023-02-27 17:18 94cool
阅读(703)
评论(0)
推荐(0)
2023年2月23日
使用高德地图中轨迹回放时,小车移动速度过快问题
摘要: from:https://blog.csdn.net/qq_41339126/article/details/116596465 https://lbs.amap.com/demo/javascript-api/example/marker/replaying-historical-running-
阅读全文
posted @ 2023-02-23 12:12 94cool
阅读(680)
评论(3)
推荐(0)
2023年2月16日
在 React 中引入静态 js 文件
摘要: from:https://thaddeusjiang.com/blog 背景: 公司项目是 toB 内容管理系统,由于某些不可抗力因素,不得不对应 CKEditor 4。但是 CKEditor 4 并不支持 js 模块,所以不能使用 import。 传统做法,使用 <script> 标签。 // i
阅读全文
posted @ 2023-02-16 15:50 94cool
阅读(930)
评论(0)
推荐(0)
2023年2月2日
ElasticSearch、kibana、logstach部署
摘要: ElasticSearch+NLog实现https://blog.csdn.net/weixin_51439775/article/details/128539623https://chuna2.787528.xyz/piscesLoveCc/p/7230426.html ElasticSearch、k
阅读全文
posted @ 2023-02-02 15:46 94cool
阅读(79)
评论(0)
推荐(0)
elasticsearch-8.6.0 配置文件
摘要: # Elasticsearch Configuration # # NOTE: Elasticsearch comes with reasonable defaults for most settings. # Before you set out to tweak and tune the con
阅读全文
posted @ 2023-02-02 14:26 94cool
阅读(323)
评论(0)
推荐(0)
2023年2月1日
nlog.config 输出到ELK的配置
摘要: <nlog autoReload="true" xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <variable name="ap
阅读全文
posted @ 2023-02-01 10:28 94cool
阅读(73)
评论(0)
推荐(0)
Logstash grok 配置
摘要: # Sample Logstash configuration for creating a simple# Beats -> Logstash -> Elasticsearch pipeline. # input {# beats {# port => 5044# codec => json# }
阅读全文
posted @ 2023-02-01 10:27 94cool
阅读(89)
评论(0)
推荐(0)
2022年11月23日
windows注册java的jar包为服务
摘要: 下载nssm,以管理员身份运行命令控制台:nssm install InfluxDB 在打开的窗口中选择 在path填上java路径,在Startup directory 填上jar包目录Arguments填上参数Service name 填上在windows服务列表生成的服务名称 点击instal
阅读全文
posted @ 2022-11-23 10:49 94cool
阅读(198)
评论(0)
推荐(0)
2022年11月18日
InfluxDB 2.5.1 安装windows服务
摘要: 1、下载:InfluxDB 2.5.1 的windows版本,解压到目录下D:\\influxd\ 2、创建配置文件config.yaml内容如下: engine-path: "D:\\influxd\\engine"http-bind-address: ":8081"storage-cache-m
阅读全文
posted @ 2022-11-18 17:15 94cool
阅读(1133)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
65
下一页
公告