<feed xmlns="http://www.w3.org/2005/Atom"> <id>https://yurongk.github.io/</id><title>yurongku</title><subtitle>A minimal, responsive and feature-rich Jekyll theme for technical writing.</subtitle> <updated>2025-06-27T15:48:53+08:00</updated> <author> <name>yurongku</name> <uri>https://yurongk.github.io/</uri> </author><link rel="self" type="application/atom+xml" href="https://yurongk.github.io/feed.xml"/><link rel="alternate" type="text/html" hreflang="en" href="https://yurongk.github.io/"/> <generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator> <rights> © 2025 yurongku </rights> <icon>/assets/img/favicons/favicon.ico</icon> <logo>/assets/img/favicons/favicon-96x96.png</logo> <entry><title>rtmp拉流直播</title><link href="https://yurongk.github.io/posts/rtmp%E6%8B%89%E6%B5%81%E7%9B%B4%E6%92%AD/" rel="alternate" type="text/html" title="rtmp拉流直播" /><published>2025-06-27T00:00:00+08:00</published> <updated>2025-06-27T00:00:00+08:00</updated> <id>https://yurongk.github.io/posts/rtmp%E6%8B%89%E6%B5%81%E7%9B%B4%E6%92%AD/</id> <content type="text/html" src="https://yurongk.github.io/posts/rtmp%E6%8B%89%E6%B5%81%E7%9B%B4%E6%92%AD/" /> <author> <name><yurongku></name> </author> <category term="工作日志" /> <category term="指南" /> <summary>docker run -d –name srs -p 1935:1935 -p 1985:1985 -p 8080:8080 -p 8000:8000/udp ossrs/srs:latest 访问 http://localhost:8080/console/ng_index.html#/streams?port=1985&amp;amp;amp;schema=http&amp;amp;amp;host=localhost 推流 ffmpeg -re -stream_loop -1 -i 111.mp4 -c copy -f flv rtmp://localhost/live/livestream1 ffmpeg -re -stream_loop -1 -i 111.mp4 -c copy -f flv rtmp://localhost/live/livestream2 拉流 http://...</summary> </entry> <entry><title>react+nest+mysql使用docker-compose离线部署</title><link href="https://yurongk.github.io/posts/react+nest+mysql%E7%A6%BB%E7%BA%BF%E9%83%A8%E7%BD%B2/" rel="alternate" type="text/html" title="react+nest+mysql使用docker-compose离线部署" /><published>2025-04-30T00:00:00+08:00</published> <updated>2025-04-30T00:00:00+08:00</updated> <id>https://yurongk.github.io/posts/react+nest+mysql%E7%A6%BB%E7%BA%BF%E9%83%A8%E7%BD%B2/</id> <content type="text/html" src="https://yurongk.github.io/posts/react+nest+mysql%E7%A6%BB%E7%BA%BF%E9%83%A8%E7%BD%B2/" /> <author> <name><yurongku></name> </author> <category term="工作日志" /> <category term="指南" /> <summary>准备镜像包： node-18.18.0.tar\mysql.tar(8.0+)\nginx.tar 加载镜像 docker load -i nginx.tar 目录结构： \admin\ ├── docker-compose.yml ├── frontend\ │ ├── dist\ ├── backend\ │ ├── node_modules\ │ ├── package.json │ ├── dist\ │ ├── Dockerfile ├── nginx │ ├── conf.d │ └── default.conf ├── mysql/ │ └── Dockerfile │ └── initdb.d/ ...</summary> </entry> <entry><title>antd vue a-table表格合并行</title><link href="https://yurongk.github.io/posts/antdv-a-table%E8%A1%A8%E6%A0%BC%E5%90%88%E5%B9%B6%E8%A1%8C/" rel="alternate" type="text/html" title="antd vue a-table表格合并行" /><published>2025-02-19T00:00:00+08:00</published> <updated>2025-06-27T15:48:03+08:00</updated> <id>https://yurongk.github.io/posts/antdv-a-table%E8%A1%A8%E6%A0%BC%E5%90%88%E5%B9%B6%E8%A1%8C/</id> <content type="text/html" src="https://yurongk.github.io/posts/antdv-a-table%E8%A1%A8%E6%A0%BC%E5%90%88%E5%B9%B6%E8%A1%8C/" /> <author> <name><yurongku></name> </author> <category term="工作日志" /> <category term="指南" /> <summary>参考 合并行 combineRow(key) { const tableData = this.recordList; for (var i = 0; i &amp;amp;lt; tableData.length; i++) { const item = tableData[i]; let count = 1; for (let j = i + 1; j &amp;amp;lt; tableData.length; j++) { // 如果是同一个值，往后递增 if (item[key] === tableData[j][key]) { count++; // 往后相同的值都设为空单元格 tableData[j][`$...</summary> </entry> <entry><title>点云可视化2</title><link href="https://yurongk.github.io/posts/%E7%82%B9%E4%BA%91%E5%8F%AF%E8%A7%86%E5%8C%962/" rel="alternate" type="text/html" title="点云可视化2" /><published>2025-01-26T00:00:00+08:00</published> <updated>2025-01-26T16:40:08+08:00</updated> <id>https://yurongk.github.io/posts/%E7%82%B9%E4%BA%91%E5%8F%AF%E8%A7%86%E5%8C%962/</id> <content type="text/html" src="https://yurongk.github.io/posts/%E7%82%B9%E4%BA%91%E5%8F%AF%E8%A7%86%E5%8C%962/" /> <author> <name><yurongku></name> </author> <category term="工作日志" /> <category term="指南" /> <summary>three.js 参考 全部使用的本地文件，需要下载的文件有： /lib/lil-gui.module.min.js /lib/main.js /lib/mainfetch.js /lib/OrbitControls.js /lib/PCDLoader.js /lib/PCLCutter.js /lib/PCLFilter.js /lib/PCLKeyPoints.js /lib/three.core.js /lib/three.module.js &amp;amp;lt;html&amp;amp;gt; &amp;amp;lt;head&amp;amp;gt; &amp;amp;lt;meta charset=&amp;quot;utf-8&amp;quot;&amp;amp;gt; &amp;amp;lt;title&amp;amp;gt;PCD visulize&amp;amp;lt;/title&amp;amp;gt; &amp;amp;lt;style&amp;amp;gt; body { margin: 0; } &amp;amp;lt;/style&amp;amp;gt; &amp;amp;lt;/head&amp;amp;...</summary> </entry> <entry><title>2025-01-23问题</title><link href="https://yurongk.github.io/posts/%E9%97%AE%E9%A2%98%E9%9B%86/" rel="alternate" type="text/html" title="2025-01-23问题" /><published>2025-01-23T00:00:00+08:00</published> <updated>2025-01-23T00:00:00+08:00</updated> <id>https://yurongk.github.io/posts/%E9%97%AE%E9%A2%98%E9%9B%86/</id> <content type="text/html" src="https://yurongk.github.io/posts/%E9%97%AE%E9%A2%98%E9%9B%86/" /> <author> <name><yurongku></name> </author> <category term="工作日志" /> <category term="备忘" /> <summary>问题 报错 Error starting ApplicationContext. To display the conditions report re-run your application with &amp;#39;debug&amp;#39; enabled. 2025-01-23 09:35:57.481 ERROR 12044 --- [ main] o.s.boot.SpringApplication : Application run failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name &amp;#39;jwtTokenUtil&amp;#39;: Injection of autowired dependencies failed; neste...</summary> </entry> </feed>
