<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>php|centos|ubunut|jekyll blog|GitHub blog</title>
    <description>菜鸟开发一枚</description>
    <link>https://canren.github.io</link>
    <atom:link href="https://canren.github.io/feed.xml" rel="self" type="application/rss+xml" />
    
      <item>
        <title>hyperf如何使用phpstorm运行测试用例</title>
        <category>software</category>
        <description>配置使用首选项打开选择测试框架  php -&gt; Test Frameworks -&gt; 点击加号(+) ,就会出现如下图所示,选择 PHPUnit Local配置测试信息  点击 PH...</description>
        <pubDate>2021-07-08 00:00:00 </pubDate>
        <link>https://canren.github.io/2021/07/08/01.html</link>
        <guid isPermaLink="true">https://canren.github.io/2021/07/08/01.html</guid>
      </item>
    
      <item>
        <title>Nginx 反向代理与负载均衡</title>
        <category>software</category>
        <description>简介Nginx (engine x) 是一个高性能的 HTTP 和 反向代理 web服务器 ，同时也提供了 IMAP / POP3 / SMTP 服务。反向代理反向代理通常是作为负载均衡来分发流...</description>
        <pubDate>2021-03-08 00:00:00 </pubDate>
        <link>https://canren.github.io/2021/03/08/01.html</link>
        <guid isPermaLink="true">https://canren.github.io/2021/03/08/01.html</guid>
      </item>
    
      <item>
        <title>CLI和CGI的区别</title>
        <category>software</category>
        <description>CGI ：公共网关接口(Common Gateway Interface)，HTTP服务器 与你的或其它机器上的程序进行 交谈 的一种工具，其程序须运行在网络服务器上。以 CGI 方式运行时, ...</description>
        <pubDate>2021-03-04 00:00:00 </pubDate>
        <link>https://canren.github.io/2021/03/04/03.html</link>
        <guid isPermaLink="true">https://canren.github.io/2021/03/04/03.html</guid>
      </item>
    
      <item>
        <title>MVCC</title>
        <category>software</category>
        <description>MVCC简介MVCC，全称 Multi-Version Concurrency Control，即 多版本并发控制。MVCC 是一种并发控制的方法，一般在数据库管理系统中，实现对数据库的并发访问...</description>
        <pubDate>2021-03-04 00:00:00 </pubDate>
        <link>https://canren.github.io/2021/03/04/02.html</link>
        <guid isPermaLink="true">https://canren.github.io/2021/03/04/02.html</guid>
      </item>
    
      <item>
        <title>数据库的隔离级别</title>
        <category>software</category>
        <description>事务的特性（ACID）：  原子性（ Atomicity ）、一致性（ Consistency ） 、隔离性（ Isolation ） 持续性（ Durability ）  原子性是指一个事务中...</description>
        <pubDate>2021-03-04 00:00:00 </pubDate>
        <link>https://canren.github.io/2021/03/04/01.html</link>
        <guid isPermaLink="true">https://canren.github.io/2021/03/04/01.html</guid>
      </item>
    
      <item>
        <title>Mysql 注意事项（自己使用）</title>
        <category>software</category>
        <description>数据库表设计规范数据库命名规范  所有的数据库对象名称必须使用小写字母并用下划线表示，因为默认情况下，mysql 对大小写敏感，mysql 数据库本质上是 linux 系统下的一个文件，而 li...</description>
        <pubDate>2021-02-20 00:00:00 </pubDate>
        <link>https://canren.github.io/2021/02/20/04.html</link>
        <guid isPermaLink="true">https://canren.github.io/2021/02/20/04.html</guid>
      </item>
    
      <item>
        <title>Hyperf 开发注意事项（自己使用）</title>
        <category>software</category>
        <description>注意一下几点  代码开发使用 git flow，拉取代码使用 git pull --rebase 命令，合并代码 git rebase 需要合并的分支，最好不要使用 git merge 需要合并...</description>
        <pubDate>2021-02-20 00:00:00 </pubDate>
        <link>https://canren.github.io/2021/02/20/03.html</link>
        <guid isPermaLink="true">https://canren.github.io/2021/02/20/03.html</guid>
      </item>
    
      <item>
        <title>Hyperf 中swagger自动生成</title>
        <category>software</category>
        <description>Hyperf介绍swagger 3.0 hyperf 自动生成脚本，方便开发一键生成 swagger 文档结构，支持数据库填充返回数据库格式  实例：php bin/hyperf.php swa...</description>
        <pubDate>2021-02-20 00:00:00 </pubDate>
        <link>https://canren.github.io/2021/02/20/02.html</link>
        <guid isPermaLink="true">https://canren.github.io/2021/02/20/02.html</guid>
      </item>
    
      <item>
        <title>phpunit 以及在框架中的使用 </title>
        <category>software</category>
        <description>phpunit 使用自动化测试  PHPUnit  Hyperf自动化测试  其他框架的自动化测试PHPUnit版本选择                    主版本        PHP兼容性...</description>
        <pubDate>2021-02-20 00:00:00 </pubDate>
        <link>https://canren.github.io/2021/02/20/01.html</link>
        <guid isPermaLink="true">https://canren.github.io/2021/02/20/01.html</guid>
      </item>
    
      <item>
        <title>openssl/ssl.h file not found mac</title>
        <category>software</category>
        <description>openssl/ssl.h file not found mac 完美解决目前使用的系统MacOSX10.14；原因：MacOSX10.11开始就没有openssl了，用的是LibreSSL1、...</description>
        <pubDate>2020-12-03 00:00:00 </pubDate>
        <link>https://canren.github.io/2020/12/03/01.html</link>
        <guid isPermaLink="true">https://canren.github.io/2020/12/03/01.html</guid>
      </item>
    
      <item>
        <title>php swagger安装和使用</title>
        <category>software</category>
        <description>简介  Swagger 是一个规范和完整的框架，用于生成、描述、调用和可视化 RESTful 风格的 Web 服务。总体目标是使客户端和文件系统作为服务器以同样的速度来更新。文件的方法，参数和模...</description>
        <pubDate>2020-12-02 00:00:00 </pubDate>
        <link>https://canren.github.io/2020/12/02/01.html</link>
        <guid isPermaLink="true">https://canren.github.io/2020/12/02/01.html</guid>
      </item>
    
      <item>
        <title>PHP设计模式-谈谈控制反转（IoC）、依赖注入（DI）和工厂模式</title>
        <category>software</category>
        <description>容器，字面上理解就是装东西的东西。常见的变量、对象属性等都可以算是容器。一个容器能够装什么，全部取决于你对该容器的定义。当然，有这样一种容器，它存放的不是文本、数值，而是对象、对象的描述（类、接...</description>
        <pubDate>2020-11-26 00:00:00 </pubDate>
        <link>https://canren.github.io/2020/11/26/02.html</link>
        <guid isPermaLink="true">https://canren.github.io/2020/11/26/02.html</guid>
      </item>
    
      <item>
        <title>什么是 JWT -- JSON WEB TOKEN</title>
        <category>software</category>
        <description>什么是JWT  Json web token (JWT)， 是为了在网络应用环境间传递声明而执行的一种基于JSON的开放标准(RFC 7519).该token被设计为紧凑且安全的，特别适用于分布...</description>
        <pubDate>2020-11-26 00:00:00 </pubDate>
        <link>https://canren.github.io/2020/11/26/01.html</link>
        <guid isPermaLink="true">https://canren.github.io/2020/11/26/01.html</guid>
      </item>
    
  </channel>
</rss>
