

<feed xmlns="http://www.w3.org/2005/Atom">
  <id>https://naffan.cn/</id>
  <title>拿饭网</title>
  <subtitle>拿饭网是一个私人博客系统,采用 jekyll 博客系统部署在 GitHub-Pages 服务上。拿饭网内的文章均出自作者,作者以技术为导向同时兼顾自己的生活与对经济的观点。</subtitle>
  <updated>2026-07-11T01:21:43+08:00</updated>
  <author>
    <name>张一帆</name>
    <uri>https://naffan.cn/</uri>
  </author>
  <link rel="self" type="application/atom+xml" href="https://naffan.cn/feed.xml"/>
  <link rel="alternate" type="text/html" hreflang="zh-CN"
    href="https://naffan.cn/"/>
  <generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator>
  <rights> © 2026 张一帆 </rights>
  <icon>/assets/img/favicons/favicon.ico</icon>
  <logo>/assets/img/favicons/favicon-96x96.png</logo>


  
  <entry>
    <title>Arduino由哪些元件组成？它是怎么运转起来的？</title>
    <link href="https://naffan.cn/posts/2022-02-22-1/" rel="alternate" type="text/html" title="Arduino由哪些元件组成？它是怎么运转起来的？" />
    <published>2022-02-22T00:00:00+08:00</published>
  
    <updated>2026-07-11T00:50:11+08:00</updated>
  
    <id>https://naffan.cn/posts/2022-02-22-1/</id>
    <content type="text/html" src="https://naffan.cn/posts/2022-02-22-1/" />
    <author>
      <name>张一帆</name>
    </author>

  
    
    <category term="tech" />
    
  

  <summary>Arduino入门介绍：组成元件与运转原理</summary>

  </entry>

  
  <entry>
    <title>《瞌睡虫学编程》第一集剧本</title>
    <link href="https://naffan.cn/posts/2022-02-18-1/" rel="alternate" type="text/html" title="《瞌睡虫学编程》第一集剧本" />
    <published>2022-02-18T00:00:00+08:00</published>
  
    <updated>2026-07-11T00:50:11+08:00</updated>
  
    <id>https://naffan.cn/posts/2022-02-18-1/</id>
    <content type="text/html" src="https://naffan.cn/posts/2022-02-18-1/" />
    <author>
      <name>张一帆</name>
    </author>

  
    
    <category term="drama" />
    
  

  <summary>时间：2022年2月18日 地点： 人物： A：孙 B：帆  一、地铁，车厢内  1车厢外地铁进站，A入，排队。地铁呼啸而来，车门打开。 2车厢内A走进来，背过身抓好扶手，打开airpods，带上耳机 3近景侧脸，撩起头发，带上耳机。车厢内的嘈杂声褪去，想起悠扬的音乐 4兜里，掏出手机，打开 5快速搜索：“硬件学习   零基础”。点击第一个结果，展示 6全景A沉浸在看手机中经过一天的辛苦工作，她又打开手机开始查阅自己感兴趣的内容……7车厢外到站，走出车厢，坐电梯，刷卡8地铁站外A走出地铁站  二、回家路上  1进景天冷，搓搓手，呼口哈气，做出冷的表情，搓搓耳朵。 2远景等红灯，绿灯后，前行 3远景前行往旁边看去4进景卖吃的的地方5远景进去买一份晚饭老板，xxx怎么卖？  三、家、卧室  正常景吃的还完好的摆在桌上（场景四的位置！！）。电脑是开着的状态，google上还展示着搜索结果。...</summary>

  </entry>

  
  <entry>
    <title>Async和Transactional注解使用时的动态代理问题</title>
    <link href="https://naffan.cn/posts/2021-12-11-01/" rel="alternate" type="text/html" title="Async和Transactional注解使用时的动态代理问题" />
    <published>2021-12-11T00:00:00+08:00</published>
  
    <updated>2026-07-11T00:50:11+08:00</updated>
  
    <id>https://naffan.cn/posts/2021-12-11-01/</id>
    <content type="text/html" src="https://naffan.cn/posts/2021-12-11-01/" />
    <author>
      <name>张一帆</name>
    </author>

  
    
    <category term="tech" />
    
  

  <summary>代理是指由被委托人接受委托人的委托全权去办理一件事情，在办理这件事情的过程中委托人会限制被委托人的行事边界。   哈喽 大家好，这次我想写一些关于我在工作中遇到的有关java动态代理问题的排查与解决，希望能够帮助自己总结的同时对网络上的其他小伙伴有些许的帮助。首先我要列举几个@Async和@Transactional的例子。  @Transactional  这种情况属于“自调用”的情况。自调用的意思就是通过CGLIB方式动态代理的方法，调用了类内其他方法。这种“自调用”的情况会使注解无效。具体代码如下：  @Service public class Galaxy {      @Autowired     private UserRepository userRepository;      public void alpha(){         beta();//这就是“自调用...</summary>

  </entry>

  
  <entry>
    <title>聊聊我使用ffmpeg时总结的最佳实践</title>
    <link href="https://naffan.cn/posts/2021-11-25-01/" rel="alternate" type="text/html" title="聊聊我使用ffmpeg时总结的最佳实践" />
    <published>2021-11-25T00:00:00+08:00</published>
  
    <updated>2026-07-11T00:50:11+08:00</updated>
  
    <id>https://naffan.cn/posts/2021-11-25-01/</id>
    <content type="text/html" src="https://naffan.cn/posts/2021-11-25-01/" />
    <author>
      <name>张一帆</name>
    </author>

  
    
    <category term="tech" />
    
  

  <summary>FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. No matter if they were designed by some standards committee, the community or a corporation. It is also highly portable: FFmpeg compiles, runs, and passe...</summary>

  </entry>

  
  <entry>
    <title>借助DDD思想，实践出质量检测系统</title>
    <link href="https://naffan.cn/posts/2021-09-12-01/" rel="alternate" type="text/html" title="借助DDD思想，实践出质量检测系统" />
    <published>2021-09-12T00:00:00+08:00</published>
  
    <updated>2026-07-11T00:50:11+08:00</updated>
  
    <id>https://naffan.cn/posts/2021-09-12-01/</id>
    <content type="text/html" src="https://naffan.cn/posts/2021-09-12-01/" />
    <author>
      <name>张一帆</name>
    </author>

  
    
    <category term="tech" />
    
  

  <summary>DDD 是 Domain-Driven Design 的缩写。其主要的思想是，我们在设计软件时，先从业务出发，理解真实的业务含义，将业务中的一些概念吸收到软件建模中来，避免造出“大而无用”软件。也避免软件设计没有内在联系，否则一团散沙，无法继续演进。   前言  　　大屏项目借助链家门店中的终端设备（比如电视，pad等），构建智慧门店各场景的解决方案，助力门店业务发展。同时，协同交易签约场景打造居住服务中心智慧标杆，提供全新体验并优化签约流程。  　　我们希望借助大屏深挖签约过程中更有价值的需求点，比如在签约过程中会录音录像（经过客业双方授权）。我们借助录制的视频可以保存下来作为客业（客户业主）双方斡旋时的证据，也能联合内部AI能力借助ASR转化来检测签约经理在服务环节中的关键讲解进而提升签约经理的服务质量。于是，我们就对此需求进行了立项，立项通过后进入了开发环节。  项目背景  　...</summary>

  </entry>

</feed>


