<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>phlin's blog</title>
    <link>https://blog.phlin.cn/</link>
    <description>望舒的尘歌壶</description>
    <language>zh-CN</language>
    <copyright>All rights reserved 2026, phlin</copyright>
    <lastBuildDate>Thu, 12 Feb 2026 14:35:00 GMT</lastBuildDate>
    <generator>Hexo</generator>
    <atom:link href="https://blog.phlin.cn/rss2.xml" rel="self" type="application/rss+xml"/>
    <item>
      <title>Go 1.14 ~ Go 1.26 版本演进复盘</title>
      <link>https://blog.phlin.cn/2026/02/12/go-versions-260212/</link>
      <description>开篇摘要 Go 在 1.14 到 1.26 的演进，主线很清晰：先把工程化与运行时打磨到可大规模生产（1.14-1.17），再完成语言能力跃迁（1.18 泛型），最后进入“工具链智能化 + 标准库现代化 + 云原生运行时精细控制”的阶...</description>
      <author>phlin</author>
      <category domain="https://blog.phlin.cn/categories/%E5%BC%80%E5%8F%91/">开发</category>
      <category domain="https://blog.phlin.cn/tags/golang/">golang</category>
      <pubDate>Thu, 12 Feb 2026 14:35:00 GMT</pubDate>
    </item>
    <item>
      <title>我对秒杀防超卖的四层方案推演（单体 / MySQL / Redis 预扣 / MQ 异步）</title>
      <link>https://blog.phlin.cn/2026/01/20/seckill-oversell-prevention/</link>
      <description>前情提要 上周面试得物时被问到一句很典型的问题：“高并发场景如何避免超卖？”我当时讲得比较混乱。这篇文章就是把那次追问逼我补齐的思考写下来：按系统演进把方案拆成 4 层，从单体到 MySQL，再到 Redis 预扣，最后到 MQ...</description>
      <author>phlin</author>
      <category domain="https://blog.phlin.cn/categories/%E5%BC%80%E5%8F%91/">开发</category>
      <category domain="https://blog.phlin.cn/tags/golang/">golang</category>
      <category domain="https://blog.phlin.cn/tags/%E9%9D%A2%E8%AF%95/">面试</category>
      <pubDate>Tue, 20 Jan 2026 12:30:00 GMT</pubDate>
    </item>
    <item>
      <title>谐云后端面经</title>
      <link>https://blog.phlin.cn/2025/12/10/xieyun-interview-1/</link>
      <description>面试题 隔了好久了，忘记写了，可能有些遗漏，顺序也不太对了 go 包了解多少,经常用那些函数？</description>
      <author>phlin</author>
      <category domain="https://blog.phlin.cn/categories/%E9%9D%A2%E8%AF%95%E5%9B%9E%E9%A1%BE/">面试回顾</category>
      <category domain="https://blog.phlin.cn/tags/golang/">golang</category>
      <category domain="https://blog.phlin.cn/tags/java/">java</category>
      <pubDate>Wed, 10 Dec 2025 07:57:01 GMT</pubDate>
    </item>
    <item>
      <title>2024-2025个人小结</title>
      <link>https://blog.phlin.cn/2025/10/30/2024-2025/</link>
      <description>时光荏苒，转眼大学已经过半，这学期收获也是不少的。比如继续留任精弘，发光发热，就业方面也算是踏出了第一步，找到了第一个实习。</description>
      <author>phlin</author>
      <category domain="https://blog.phlin.cn/categories/%E6%80%BB%E7%BB%93/">总结</category>
      <category domain="https://blog.phlin.cn/tags/%E7%B2%BE%E5%BC%98/">精弘</category>
      <pubDate>Thu, 30 Oct 2025 04:34:42 GMT</pubDate>
    </item>
    <item>
      <title>炎魂后端二面面经</title>
      <link>https://blog.phlin.cn/2025/04/17/yanhun-interview-2/</link>
      <description>你们组织部门是一个怎么样性质（学生社团还是跟学校合作） 3.</description>
      <author>phlin</author>
      <category domain="https://blog.phlin.cn/categories/%E9%9D%A2%E8%AF%95%E5%9B%9E%E9%A1%BE/">面试回顾</category>
      <category domain="https://blog.phlin.cn/tags/golang/">golang</category>
      <pubDate>Thu, 17 Apr 2025 07:27:11 GMT</pubDate>
    </item>
    <item>
      <title>炎魂后端一面面经</title>
      <link>https://blog.phlin.cn/2025/04/15/yanhun-interview-1/</link>
      <description>笔试 一到场，先让做一份笔试试卷（里面是算法二选一➕场景题） 算法1:有一个数组和一个target，要求返回两数之和为target的下标 算法2:没看没印象 场景题：多人协作文档要怎么共享给全部人看？离线设备和远程服务器数据冲突...</description>
      <author>phlin</author>
      <category domain="https://blog.phlin.cn/categories/%E9%9D%A2%E8%AF%95%E5%9B%9E%E9%A1%BE/">面试回顾</category>
      <category domain="https://blog.phlin.cn/tags/golang/">golang</category>
      <pubDate>Tue, 15 Apr 2025 15:30:33 GMT</pubDate>
    </item>
    <item>
      <title>eino学习小记(二)</title>
      <link>https://blog.phlin.cn/2025/03/22/eino-llm-2/</link>
      <description>书接上回，笔者谈到原来的项目只是人为先去使用工具然后再给ai，而且也没有发挥eino框架的https://www.cloudwego.io/zh/docs/eino/core modules/chain and graph orche...</description>
      <author>phlin</author>
      <category domain="https://blog.phlin.cn/categories/%E5%BC%80%E5%8F%91/">开发</category>
      <category domain="https://blog.phlin.cn/tags/golang/">golang</category>
      <category domain="https://blog.phlin.cn/tags/eino/">eino</category>
      <category domain="https://blog.phlin.cn/tags/cloudwego/">cloudwego</category>
      <pubDate>Sat, 22 Mar 2025 09:14:28 GMT</pubDate>
    </item>
    <item>
      <title>eino学习小记(一)</title>
      <link>https://blog.phlin.cn/2025/03/19/eino-llm-1/</link>
      <description>最近因为服外可能要调用ai，因此去调研 Go 相关的 AI 框架。</description>
      <author>phlin</author>
      <category domain="https://blog.phlin.cn/categories/%E5%BC%80%E5%8F%91/">开发</category>
      <category domain="https://blog.phlin.cn/tags/golang/">golang</category>
      <category domain="https://blog.phlin.cn/tags/eino/">eino</category>
      <category domain="https://blog.phlin.cn/tags/cloudwego/">cloudwego</category>
      <pubDate>Wed, 19 Mar 2025 13:11:28 GMT</pubDate>
    </item>
    <item>
      <title>一次mysql差点爆了的事故</title>
      <link>https://blog.phlin.cn/2024/12/11/mysql-cpu-trouble/</link>
      <description>今天中午，离谱告诉我投票问卷的的获取投票数据接口基本显示超时(10s)，然后我看到后自己用apifox测了一下，有7s、11s甚至14s(复盘发现最高甚至有2min)，于是先去看了一下有多少数据量，发现有八百多条，当时是觉得应该是循环...</description>
      <author>phlin</author>
      <category domain="https://blog.phlin.cn/categories/%E4%BA%8B%E6%95%85/">事故</category>
      <category domain="https://blog.phlin.cn/tags/mysql/">mysql</category>
      <pubDate>Wed, 11 Dec 2024 11:25:13 GMT</pubDate>
    </item>
    <item>
      <title>Linux命令简单学习</title>
      <link>https://blog.phlin.cn/2024/10/29/Linux-command-study/</link>
      <description>linux常用命令 命令 | 功能说明 | 应用场景 | 示例 | | 列出指定目录中的文件和目录。</description>
      <author>phlin</author>
      <category domain="https://blog.phlin.cn/categories/%E8%BF%90%E7%BB%B4/">运维</category>
      <category domain="https://blog.phlin.cn/tags/linux/">linux</category>
      <category domain="https://blog.phlin.cn/tags/shell/">shell</category>
      <pubDate>Tue, 29 Oct 2024 08:33:50 GMT</pubDate>
    </item>
    <item>
      <title>2023-2024个人小结</title>
      <link>https://blog.phlin.cn/2024/10/17/2023-2024/</link>
      <description>在过去一年，我自认为过的较为充实的一年，首先还是比较荣幸地来到了浙江工业大学，特别是在这里遇到了精弘网络，也出乎意料地还拿到了浙工大的新生奖学金。</description>
      <author>phlin</author>
      <category domain="https://blog.phlin.cn/categories/%E6%80%BB%E7%BB%93/">总结</category>
      <category domain="https://blog.phlin.cn/tags/%E7%B2%BE%E5%BC%98/">精弘</category>
      <pubDate>Thu, 17 Oct 2024 17:34:42 GMT</pubDate>
    </item>
    <item>
      <title>微服务框架理解</title>
      <link>https://blog.phlin.cn/2024/10/03/microservices/</link>
      <description>因为到处都说要微服务，而且前段时间年级群有发一个实习介绍，其中也特意介绍了优先选有了解过微服务架构，基于此，笔者特写下此文以了解微服务架构。</description>
      <author>phlin</author>
      <pubDate>Thu, 03 Oct 2024 12:00:10 GMT</pubDate>
    </item>
    <item>
      <title>gRPC-Go框架学习</title>
      <link>https://blog.phlin.cn/2024/10/02/grpc/</link>
      <description>grpc介绍 gRPC（ Google Remote Procedure Call ）是一个现代、高性能、开源的远程过程调用（RPC）框架，最初由 Google 开发。它允许客户端和服务器应用程序之间通过网络进行通信，支持跨...</description>
      <author>phlin</author>
      <category domain="https://blog.phlin.cn/categories/%E5%BC%80%E5%8F%91/">开发</category>
      <category domain="https://blog.phlin.cn/tags/golang/">golang</category>
      <category domain="https://blog.phlin.cn/tags/gRPC/">gRPC</category>
      <category domain="https://blog.phlin.cn/tags/%E5%BE%AE%E6%9C%8D%E5%8A%A1/">微服务</category>
      <pubDate>Wed, 02 Oct 2024 11:09:11 GMT</pubDate>
    </item>
    <item>
      <title>GitHub Actions实现自动部署</title>
      <link>https://blog.phlin.cn/2024/10/01/github-actions/</link>
      <description>由于每次写完项目都要手动构建二进制文件，再使用smtp上传到服务器，最后再重启服务，这一系列操作过于麻烦，于是尝试使用GitHub Actions 来创建自动化的 CI/CD（持续集成/持续部署）流程。</description>
      <author>phlin</author>
      <category domain="https://blog.phlin.cn/categories/%E8%BF%90%E7%BB%B4/">运维</category>
      <category domain="https://blog.phlin.cn/tags/golang/">golang</category>
      <category domain="https://blog.phlin.cn/tags/github/">github</category>
      <pubDate>Tue, 01 Oct 2024 08:52:28 GMT</pubDate>
    </item>
    <item>
      <title>计网——概述</title>
      <link>https://blog.phlin.cn/2024/09/20/Internet-overview/</link>
      <description>给以后计网复习用，先写点知识点 因特网服务提供者ISP（Internet Service Provider) 是指提供互联网接入和相关服务的公司或机构。ISP 连接用户的设备（如电脑、手机、路由器等）到互联网，允许他们访问网站、...</description>
      <author>phlin</author>
      <category domain="https://blog.phlin.cn/categories/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/">学习笔记</category>
      <category domain="https://blog.phlin.cn/tags/%E8%AE%A1%E7%BD%91/">计网</category>
      <pubDate>Fri, 20 Sep 2024 09:46:00 GMT</pubDate>
    </item>
    <item>
      <title>使用nginx_upstream_check_module做流量切换</title>
      <link>https://blog.phlin.cn/2024/09/04/nginx-upstream-check-module-using/</link>
      <description>前情提要 要考虑内外网正方和统一的流量切换，笔者首先想到的是nginx好像也有健康检查功能，但原生的nginx,只有被动的健康检查能力，即仅在有请求时才会检测后端节点的健康状态。后面在黑白的建议下，发现第三方模块https://...</description>
      <author>phlin</author>
      <category domain="https://blog.phlin.cn/categories/%E8%BF%90%E7%BB%B4/">运维</category>
      <category domain="https://blog.phlin.cn/tags/nginx/">nginx</category>
      <pubDate>Wed, 04 Sep 2024 19:11:25 GMT</pubDate>
    </item>
    <item>
      <title>JWT介绍和相关面试题总结</title>
      <link>https://blog.phlin.cn/2024/08/30/jwt/</link>
      <description>定义 JSON Web Token（简称 JWT）是 ，它是一种用于在不同方之间安全传递信息的开放标准（RFC 7519）。它以紧凑、自包含的方式将信息封装为 JSON 对象，常用于 Web 应用中的认证和信息交换，尤其适用于分...</description>
      <author>phlin</author>
      <category domain="https://blog.phlin.cn/categories/%E5%BC%80%E5%8F%91/">开发</category>
      <category domain="https://blog.phlin.cn/tags/%E9%9D%A2%E8%AF%95/">面试</category>
      <category domain="https://blog.phlin.cn/tags/%E9%89%B4%E6%9D%83/">鉴权</category>
      <category domain="https://blog.phlin.cn/tags/jwt/">jwt</category>
      <pubDate>Fri, 30 Aug 2024 11:05:30 GMT</pubDate>
    </item>
    <item>
      <title>Session-Cookie介绍和相关面试题总结</title>
      <link>https://blog.phlin.cn/2024/08/27/session-cookie/</link>
      <description>出现缘由 在前一篇写的HTTP专题，我们可以了解到HTTP协议有一个特点：它是无状态的。</description>
      <author>phlin</author>
      <category domain="https://blog.phlin.cn/categories/%E5%BC%80%E5%8F%91/">开发</category>
      <category domain="https://blog.phlin.cn/tags/%E9%9D%A2%E8%AF%95/">面试</category>
      <category domain="https://blog.phlin.cn/tags/%E9%89%B4%E6%9D%83/">鉴权</category>
      <category domain="https://blog.phlin.cn/tags/session/">session</category>
      <category domain="https://blog.phlin.cn/tags/cookie/">cookie</category>
      <pubDate>Tue, 27 Aug 2024 20:05:48 GMT</pubDate>
    </item>
    <item>
      <title>Ubuntu系统部署Golang-Vue前后端分离项目</title>
      <link>https://blog.phlin.cn/2024/08/25/ubuntu-web/</link>
      <description>本文来源于惜寞学长所写的https://www.lonesome.cn/posts/ubuntu-deploy-gin-and-vue-project,只是为了部署时贪图方便，特在此转载一下，以下内容因贪图方便，没有图片，如果有图片需...</description>
      <author>phlin</author>
      <category domain="https://blog.phlin.cn/categories/%E8%BF%90%E7%BB%B4/">运维</category>
      <category domain="https://blog.phlin.cn/tags/golang/">golang</category>
      <category domain="https://blog.phlin.cn/tags/vue/">vue</category>
      <category domain="https://blog.phlin.cn/tags/ubuntu/">ubuntu</category>
      <category domain="https://blog.phlin.cn/tags/nginx/">nginx</category>
      <pubDate>Sun, 25 Aug 2024 14:25:46 GMT</pubDate>
    </item>
    <item>
      <title>hexo博客的fluid主题使用waline评论功能</title>
      <link>https://blog.phlin.cn/2024/08/25/waline-using/</link>
      <description>一开始搞的是https://discuss.js.org/,但是不知道为什么全都部署好了，配置文件也更新了，但博客就还是用不了评论，于是又重新换成了waline。</description>
      <author>phlin</author>
      <category domain="https://blog.phlin.cn/categories/%E5%8D%9A%E5%AE%A2/">博客</category>
      <category domain="https://blog.phlin.cn/tags/hexo/">hexo</category>
      <category domain="https://blog.phlin.cn/tags/waline/">waline</category>
      <pubDate>Sun, 25 Aug 2024 14:11:41 GMT</pubDate>
    </item>
    <item>
      <title>hexo博客使用live2d看板娘</title>
      <link>https://blog.phlin.cn/2024/08/25/live2d-using/</link>
      <description>由于笔者想要给博客设置看板娘，但现在网上搜到的基本都是hexo-helper-live2d，同时因为它所引用的https://github.com/xiazeyu/live2d-widget-models版本过于老旧，不能够使用自己的...</description>
      <author>phlin</author>
      <category domain="https://blog.phlin.cn/categories/%E5%8D%9A%E5%AE%A2/">博客</category>
      <category domain="https://blog.phlin.cn/tags/hexo/">hexo</category>
      <category domain="https://blog.phlin.cn/tags/live2d/">live2d</category>
      <pubDate>Sun, 25 Aug 2024 13:38:40 GMT</pubDate>
    </item>
    <item>
      <title>HTTP协议介绍和常见面试题总结</title>
      <link>https://blog.phlin.cn/2024/08/22/http/</link>
      <description>由于最近开始学习java web，于是顺便把一些基础的东西整理一下，刚好看到http协议这块，遂打算整理。</description>
      <author>phlin</author>
      <category domain="https://blog.phlin.cn/categories/%E5%BC%80%E5%8F%91/">开发</category>
      <category domain="https://blog.phlin.cn/tags/http/">http</category>
      <category domain="https://blog.phlin.cn/tags/%E9%9D%A2%E8%AF%95/">面试</category>
      <pubDate>Thu, 22 Aug 2024 15:14:54 GMT</pubDate>
    </item>
    <item>
      <title>hexo框架添加rss订阅</title>
      <link>https://blog.phlin.cn/2024/08/19/hexo-rss/</link>
      <description>由于我的博客主题没有默认附带rss订阅，于是得自己手动再装一个。</description>
      <author>phlin</author>
      <category domain="https://blog.phlin.cn/categories/%E5%8D%9A%E5%AE%A2/">博客</category>
      <category domain="https://blog.phlin.cn/tags/hexo/">hexo</category>
      <category domain="https://blog.phlin.cn/tags/rss/">rss</category>
      <pubDate>Mon, 19 Aug 2024 08:11:14 GMT</pubDate>
    </item>
    <item>
      <title>前端学习体会及项目初始化</title>
      <link>https://blog.phlin.cn/2024/08/19/frontend-init/</link>
      <description>学习体会和路线分享 这个暑假想简单学一下前端，想简单成为一个 全栈 工程师，于是打算把大作业写完。</description>
      <author>phlin</author>
      <category domain="https://blog.phlin.cn/categories/%E5%BC%80%E5%8F%91/">开发</category>
      <category domain="https://blog.phlin.cn/tags/vue/">vue</category>
      <pubDate>Mon, 19 Aug 2024 06:07:40 GMT</pubDate>
    </item>
    <item>
      <title>跨域的原因和处理</title>
      <link>https://blog.phlin.cn/2024/08/02/cross-origin/</link>
      <description>认识跨域 什么是跨域 跨域本质是浏览器基于同源策略的一种安全手段 浏览器的跨域问题主要指的是浏览器发起的请求。浏览器在发送请求时，会根据同源策略来判断该请求是否可以被发送到目标资源，如果不符合同源策略，则会被浏览器拦截，...</description>
      <author>phlin</author>
      <category domain="https://blog.phlin.cn/categories/%E5%BC%80%E5%8F%91/">开发</category>
      <category domain="https://blog.phlin.cn/tags/golang/">golang</category>
      <category domain="https://blog.phlin.cn/tags/vue/">vue</category>
      <pubDate>Fri, 02 Aug 2024 18:47:19 GMT</pubDate>
    </item>
    <item>
      <title>web后端入门学习</title>
      <link>https://blog.phlin.cn/2024/07/21/web_study/</link>
      <description>
        <![CDATA[学习前置 先https://www.bilibili.com/video/BV1dmakeXED4/?spm id from=333.788&vd source=092e077c0b01da14fa19effa14a36a19...]]>
      </description>
      <author>phlin</author>
      <category domain="https://blog.phlin.cn/categories/%E5%BC%80%E5%8F%91/">开发</category>
      <category domain="https://blog.phlin.cn/tags/web/">web</category>
      <pubDate>Sun, 21 Jul 2024 11:46:26 GMT</pubDate>
    </item>
    <item>
      <title>后端环境配置</title>
      <link>https://blog.phlin.cn/2024/07/19/backend-install/</link>
      <description>VSCode 及 Golang 插件的安装 在搜索引擎中搜索 vscode，进入官方下载网站 https://code.visualstudio.com/ 直接单击最大的下载按钮即可进行下载。</description>
      <author>phlin</author>
      <category domain="https://blog.phlin.cn/categories/%E8%BF%90%E7%BB%B4/">运维</category>
      <category domain="https://blog.phlin.cn/tags/golang/">golang</category>
      <pubDate>Fri, 19 Jul 2024 11:53:02 GMT</pubDate>
    </item>
    <item>
      <title>全局错误处理和日志的简单使用</title>
      <link>https://blog.phlin.cn/2024/05/15/ErrHandler/</link>
      <description>因为，前端总是因为各种稀奇原因报服务错误，而gin本身的日志信息及其简洁，因此 老登 部长让我写一个日志系统，在写日志系统前，应该先了解一下全局错误处理，这样可方便我们对错误信息进行处理，以便形成一个日志。</description>
      <author>phlin</author>
      <category domain="https://blog.phlin.cn/categories/%E5%BC%80%E5%8F%91/">开发</category>
      <category domain="https://blog.phlin.cn/tags/golang/">golang</category>
      <category domain="https://blog.phlin.cn/tags/%E4%B8%AD%E9%97%B4%E4%BB%B6/">中间件</category>
      <category domain="https://blog.phlin.cn/tags/%E6%97%A5%E5%BF%97/">日志</category>
      <pubDate>Wed, 15 May 2024 07:48:34 GMT</pubDate>
    </item>
    <item>
      <title>go的标准项目布局</title>
      <link>https://blog.phlin.cn/2024/05/12/project-directory/</link>
      <description>因为笔者一开始是在精弘暑期课入门的go，因此主要学习的还是部门项目微精弘的代码目录结构，所以对go的标准目录结构不是很了解，特此出一篇文章来捋一下go现在比较规范的目录结构，以此来学习。</description>
      <author>phlin</author>
      <category domain="https://blog.phlin.cn/categories/%E5%BC%80%E5%8F%91/">开发</category>
      <category domain="https://blog.phlin.cn/tags/golang/">golang</category>
      <pubDate>Sun, 12 May 2024 14:31:30 GMT</pubDate>
    </item>
    <item>
      <title>go测试（基于testing基本库）</title>
      <link>https://blog.phlin.cn/2024/05/02/go_testing/</link>
      <description>老登让我研究一下后端测试，看看MongoDB读写操作的性能，遂开始研究go的testing基本库 在testing的测试有这三种类型——单元测试，基准(性能)测试，示例测试 类型|格式|作用| 测试函数|函数名前缀为Test|测试程序...</description>
      <author>phlin</author>
      <category domain="https://blog.phlin.cn/categories/%E5%BC%80%E5%8F%91/">开发</category>
      <category domain="https://blog.phlin.cn/tags/golang/">golang</category>
      <category domain="https://blog.phlin.cn/tags/testing/">testing</category>
      <category domain="https://blog.phlin.cn/tags/%E6%B5%8B%E8%AF%95/">测试</category>
      <pubDate>Thu, 02 May 2024 04:38:15 GMT</pubDate>
    </item>
    <item>
      <title>neo4j安装</title>
      <link>https://blog.phlin.cn/2024/04/26/neo4j_install/</link>
      <description>首先更新apt neo4j需要依赖jdk环境，而且还有版本要求的 要求jdk要17版本以上 查看是否成功安装 开始安装neo4j 解压运行 到这里就成功安装了,然后就进入工作目录运行,这是后台一直运行的，不需要存为service 当然...</description>
      <author>phlin</author>
      <category domain="https://blog.phlin.cn/categories/%E8%BF%90%E7%BB%B4/">运维</category>
      <category domain="https://blog.phlin.cn/tags/ubuntu/">ubuntu</category>
      <category domain="https://blog.phlin.cn/tags/neo4j/">neo4j</category>
      <pubDate>Fri, 26 Apr 2024 09:55:55 GMT</pubDate>
    </item>
    <item>
      <title>mongodb安装</title>
      <link>https://blog.phlin.cn/2024/04/26/mongodb_install/</link>
      <description>问卷系统要求用MongoDB存放答卷数据，因此我在我云服务器上安装了MongoDB 这是官方的https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-ubuntu...</description>
      <author>phlin</author>
      <category domain="https://blog.phlin.cn/categories/%E8%BF%90%E7%BB%B4/">运维</category>
      <category domain="https://blog.phlin.cn/tags/ubuntu/">ubuntu</category>
      <category domain="https://blog.phlin.cn/tags/mongoDB/">mongoDB</category>
      <pubDate>Fri, 26 Apr 2024 09:24:13 GMT</pubDate>
    </item>
    <item>
      <title>寒软项目总结</title>
      <link>https://blog.phlin.cn/2024/03/05/hr_summary/</link>
      <description>今天中午进行了浙江工业大学的寒假软件大赛的验收答辩，整个过程给人感觉还是比较草率的，但至少在构建的过程中还是学到了不少东西。本次比赛分成三个题目，前两个是奖励综测分，最后一个是奖励米，但最终我们选择了奖励综测分的德育导师双向选择系统。</description>
      <author>phlin</author>
      <category domain="https://blog.phlin.cn/categories/%E6%80%BB%E7%BB%93/">总结</category>
      <category domain="https://blog.phlin.cn/tags/golang/">golang</category>
      <pubDate>Tue, 05 Mar 2024 07:55:23 GMT</pubDate>
    </item>
    <item>
      <title>线性回归</title>
      <link>https://blog.phlin.cn/2024/01/28/linear_regression/</link>
      <description>在学习神经网络之前，我们先了解一些简单的基础知识，我们以线性回归（预测）和softmax回归（分类）为例，了解简单的神经网络架构，数据处理，制定损失函数和如何训练模型。</description>
      <author>phlin</author>
      <category domain="https://blog.phlin.cn/categories/%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD/">人工智能</category>
      <category domain="https://blog.phlin.cn/tags/%E7%A5%9E%E7%BB%8F%E7%BD%91%E7%BB%9C/">神经网络</category>
      <category domain="https://blog.phlin.cn/tags/pytorch/">pytorch</category>
      <pubDate>Sun, 28 Jan 2024 06:27:10 GMT</pubDate>
    </item>
    <item>
      <title>矩阵与线性变换</title>
      <link>https://blog.phlin.cn/2024/01/24/linear_transformation/</link>
      <description>明明线代已经考完了，笔者现在才重新在几何理解线代，属实有点奇怪。</description>
      <author>phlin</author>
      <category domain="https://blog.phlin.cn/categories/%E6%95%B0%E5%AD%A6/">数学</category>
      <category domain="https://blog.phlin.cn/tags/%E7%BA%BF%E6%80%A7%E4%BB%A3%E6%95%B0/">线性代数</category>
      <category domain="https://blog.phlin.cn/tags/%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD/">人工智能</category>
      <pubDate>Wed, 24 Jan 2024 03:44:12 GMT</pubDate>
    </item>
    <item>
      <title>手把手教你搭建属于你自己的hexo博客，并布置在github page上</title>
      <link>https://blog.phlin.cn/2023/11/11/createblog/</link>
      <description>Hexo 是一个快速、简洁且高效的博客框架。Hexo 使用 Markdown（或其他渲染引擎）解析文章，在几秒内，即可利用靓丽的主题生成静态网页。</description>
      <author>phlin</author>
      <category domain="https://blog.phlin.cn/categories/%E5%8D%9A%E5%AE%A2/">博客</category>
      <category domain="https://blog.phlin.cn/tags/hexo/">hexo</category>
      <pubDate>Sat, 11 Nov 2023 03:35:32 GMT</pubDate>
    </item>
  </channel>
</rss>
