<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>开源 - 分类 - YuanCoder</title>
        <link>http://yuancoder.com/categories/%E5%BC%80%E6%BA%90/</link>
        <description>开源 - 分类 - YuanCoder</description>
        <generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>yuan@yuancoder.com (Yuan)</managingEditor>
            <webMaster>yuan@yuancoder.com (Yuan)</webMaster><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright><lastBuildDate>Wed, 15 Mar 2023 10:43:49 &#43;0800</lastBuildDate><atom:link href="http://yuancoder.com/categories/%E5%BC%80%E6%BA%90/" rel="self" type="application/rss+xml" /><item>
    <title>Laravel umyproxy package</title>
    <link>http://yuancoder.com/laravel-umyproxy/</link>
    <pubDate>Wed, 15 Mar 2023 10:43:49 &#43;0800</pubDate>
    <author>Yuan</author>
    <guid>http://yuancoder.com/laravel-umyproxy/</guid>
    <description><![CDATA[为了方便 umyproxy 在 laravel 项目中使用，写了一个 laravel 的 package。 https://github.com/lyuangg/laravel-umyproxy 使用很简单 使用 composer 安装 1 composer require &#39;lyuangg/laravel-umyproxy&#39; 修改 laravel 的 env 文件，增加 DB_SOCKET 1 DB_SOCKET=/tmp/umyproxy.socket 注意 socket 路径权限。 路径也可以指定]]></description>
</item>
<item>
    <title>设计一个日志库-Ylog</title>
    <link>http://yuancoder.com/ylog/</link>
    <pubDate>Mon, 05 Dec 2022 16:38:38 &#43;0800</pubDate>
    <author>Yuan</author>
    <guid>http://yuancoder.com/ylog/</guid>
    <description><![CDATA[起因 日志库是最基础和最重要的库，go 官方的日志库功能太简陋，项目中经常使用的功能：日志级别，json 格式，按日期旋转文件等都不支持。 而使用最]]></description>
</item>
<item>
    <title>PHP MYSQL 连接池解决方案 - umyproxy</title>
    <link>http://yuancoder.com/umyproxy/</link>
    <pubDate>Sat, 03 Dec 2022 18:24:33 &#43;0800</pubDate>
    <author>Yuan</author>
    <guid>http://yuancoder.com/umyproxy/</guid>
    <description><![CDATA[传统的 PHP 项目在高并发场景下有一个痛点：没有 mysql 连接池。 为什么连接池这么重要 我们看看在没有连接池的情况下会发生什么事情: 大量的短连接会占用端口，]]></description>
</item>
</channel>
</rss>
