<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Stephen&#039;s Blog</title>
        <description>分享在工作中遇到的各种技术问题，涉及web前端开发，php、python等后端程序，全栈开发，运维技术</description>
        <link>https://stephen520.cn</link>
        <atom:link href="https://stephen520.cn/feed" rel="self" type="application/rss+xml"/>
                <pubDate>Sun, 28 Jan 2024 21:12:21 +0800</pubDate>
        <lastBuildDate>Sun, 28 Jan 2024 21:12:21 +0800</lastBuildDate>
        <generator>Stephen</generator>
                    <item>
                <title>Alma Linux 9 设置IP、阿里云镜像源及Docker安装</title>
                <link>https://stephen520.cn/blog/10301</link>
                <comments>https://stephen520.cn/blog/10301#form</comments>
                <description>Alma Linux由 CloudLinux 公司发起创建，基于 Red Hat Enterprise Linux（RHEL）的克隆版本，可以作为CentOS停止维护后，RHEL的下游Linux操作系统替代方案，并继承了原CentOS的开源免费特点。</description>
                <pubDate>Sun, 28 Jan 2024 21:12:21 CST</pubDate>
                <author>sp@cqcqs.com (Stephen)</author>
                <guid>b3e4085fc359cf9b8dbb0534f7fa634b</guid>
                <category>Alma,Linux,Docker</category>
            </item>
                    <item>
                <title>go-zero微服务简单应用</title>
                <link>https://stephen520.cn/blog/10300</link>
                <comments>https://stephen520.cn/blog/10300#form</comments>
                <description>go-zero 是一个集成了各种工程实践的 web 和 rpc 框架。通过弹性设计保障了大并发服务端的稳定性。go-zero 包含极简的API定义和生成工具goctl，可以根据自定义的api或proto文件一键生成go代码</description>
                <pubDate>Tue, 09 Jan 2024 22:17:06 CST</pubDate>
                <author>sp@cqcqs.com (Stephen)</author>
                <guid>020cc4902595151dfa596af771eee71f</guid>
                <category>golang,go-zero,微服务,etcd</category>
            </item>
                    <item>
                <title>Etcd安装及基本命令</title>
                <link>https://stephen520.cn/blog/10299</link>
                <comments>https://stephen520.cn/blog/10299#form</comments>
                <description>Etcd是一个高可用的分布式键值存储系统，主要用于共享配置信息和服务发现。它采用Raft一致性算法来保证数据的强一致性，并且支持对数据进行监视和更新。</description>
                <pubDate>Tue, 09 Jan 2024 19:16:55 CST</pubDate>
                <author>sp@cqcqs.com (Stephen)</author>
                <guid>c05d93bde31adefd96c176e39d4c948c</guid>
                <category>etcd,golang,docker</category>
            </item>
                    <item>
                <title>vue-cli3全局使用less变量报错Variable @primary-color is undefined</title>
                <link>https://stephen520.cn/blog/10298</link>
                <comments>https://stephen520.cn/blog/10298#form</comments>
                <description>在 vue-cli3 项目中如何使用 less 全局变量，并解决 Variable @primary-color is undefined 错误。</description>
                <pubDate>Wed, 03 Jan 2024 14:17:31 CST</pubDate>
                <author>sp@cqcqs.com (Stephen)</author>
                <guid>efe079f9485f1ccb1ba0ef088664ab66</guid>
                <category>Vue,vue-cli3,less</category>
            </item>
                    <item>
                <title>GO使用RabbitMQ实现消息队列</title>
                <link>https://stephen520.cn/blog/10297</link>
                <comments>https://stephen520.cn/blog/10297#form</comments>
                <description>RabbitMQ和Kafka一样作为一种分布式发布订阅消息系统，是Rabbit公司使用Erlang语言开发的高可用、消息可靠性高的消息队列组件，支持AMQP、XMPP、SMTP和STOMP协议。</description>
                <pubDate>Fri, 29 Dec 2023 14:45:22 CST</pubDate>
                <author>sp@cqcqs.com (Stephen)</author>
                <guid>22cb5d19a51d7208ff7569a4b5fb6978</guid>
                <category>golang,RabbitMQ,发布订阅,AMQ</category>
            </item>
                    <item>
                <title>pinia状态管理自动持久化</title>
                <link>https://stephen520.cn/blog/10296</link>
                <comments>https://stephen520.cn/blog/10296#form</comments>
                <description>Pinia 是 Vue3 推荐的替代 Vuex 的状态管理存储库，它允许您跨组件/页面共享状态，以往实现持久化需要手动 localStorage ，这次借助 pinia 的一个插件 pinia-plugin-persistedstate 实现状态自动持久化。</description>
                <pubDate>Fri, 22 Sep 2023 16:01:05 CST</pubDate>
                <author>sp@cqcqs.com (Stephen)</author>
                <guid>4077aa7fdcc8db34e8cb587c78e40151</guid>
                <category>Vue,Pinia,pinia-plugin-persistedstate,Vuex</category>
            </item>
                    <item>
                <title>MySQL中update select多表联合查询更新</title>
                <link>https://stephen520.cn/blog/10295</link>
                <comments>https://stephen520.cn/blog/10295#form</comments>
                <description>MySQL中当需要使用其它表的数据来更新数据时，多表联合查询的数据进行更新，可通过update select语句将select查询结果执行update。</description>
                <pubDate>Wed, 14 Jun 2023 12:03:26 CST</pubDate>
                <author>sp@cqcqs.com (Stephen)</author>
                <guid>7ca7a290c3e70622a55d04d98fe6fee9</guid>
                <category>MySQL</category>
            </item>
                    <item>
                <title>PHP8.2最新Docker镜像</title>
                <link>https://stephen520.cn/blog/10294</link>
                <comments>https://stephen520.cn/blog/10294#form</comments>
                <description>PHP8.2已经到来，官方也上了最新的Docker镜像，但官方基础镜像缺少很多扩展，已不能满足开发所需，自己基于 `php:8.2-fpm` 重新构建了一个Docker镜像，支持各种常见扩展，如：Redis、Composer、Swoole、MongoDB、Imagick等，完全满足日常项目所需。</description>
                <pubDate>Sat, 15 Apr 2023 14:17:44 CST</pubDate>
                <author>sp@cqcqs.com (Stephen)</author>
                <guid>fe55aef353163cb32aecbe66c16b7676</guid>
                <category>PHP,Docker,Dockerfile,PHP-FPM</category>
            </item>
                    <item>
                <title>解决WSL2 Docker运行慢的问题</title>
                <link>https://stephen520.cn/blog/10293</link>
                <comments>https://stephen520.cn/blog/10293#form</comments>
                <description>Docker是跑在 WSL2 里的，虽说 WSL2 相比 WSL1 更先进，但在跨系统文件读写性能方面是比 WSL1 差的，因此，跑在 WSL2 里的Docker想要跨系统访问Windows系统上的代码文件的话，性能是很差的。</description>
                <pubDate>Fri, 14 Apr 2023 16:15:20 CST</pubDate>
                <author>sp@cqcqs.com (Stephen)</author>
                <guid>9d651ea48c11ae9d48e1ee931f205eeb</guid>
                <category>WSL2,Docker,docker-compose,Ubuntu</category>
            </item>
                    <item>
                <title>Windows使用WSL2搭建Docker环境</title>
                <link>https://stephen520.cn/blog/10292</link>
                <comments>https://stephen520.cn/blog/10292#form</comments>
                <description>适用于 Linux 的 Windows 子系统 (WSL) 可让开发人员直接在 Windows 上按原样运行 GNU/Linux 环境（包括大多数命令行工具、实用工具和应用程序），且不会产生传统虚拟机或双启动设置开销</description>
                <pubDate>Fri, 14 Apr 2023 14:48:47 CST</pubDate>
                <author>sp@cqcqs.com (Stephen)</author>
                <guid>3320f78ca3294e95122e182970b86eef</guid>
                <category>WSL2,Docker,docker-compose,Ubuntu</category>
            </item>
            </channel>
</rss>
