<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Talk is cheap.Show me the code</title>
  <icon>https://fyee.github.io/icon.png</icon>
  
  <link href="https://fyee.github.io/atom.xml" rel="self"/>
  
  <link href="https://fyee.github.io/"/>
  <updated>2022-06-30T03:46:34.478Z</updated>
  <id>https://fyee.github.io/</id>
  
  <author>
    <name>Atom</name>
    
  </author>
  
  <generator uri="https://hexo.io/">Hexo</generator>
  
  <entry>
    <title>PaddleOCR图片文字识别</title>
    <link href="https://fyee.github.io/2022/06/30/PaddleOCR/"/>
    <id>https://fyee.github.io/2022/06/30/PaddleOCR/</id>
    <published>2022-06-30T02:03:29.000Z</published>
    <updated>2022-06-30T03:46:34.478Z</updated>
    
    
    <summary type="html">&lt;p&gt;使用paddleOCR识别图片文字&lt;/p&gt;</summary>
    
    
    
    
  </entry>
  
  <entry>
    <title>TUS断点上传</title>
    <link href="https://fyee.github.io/2022/06/23/Tus/"/>
    <id>https://fyee.github.io/2022/06/23/Tus/</id>
    <published>2022-06-23T08:40:24.000Z</published>
    <updated>2022-06-23T09:18:22.883Z</updated>
    
    
    <summary type="html">&lt;p&gt;使用&lt;a href=&quot;https://tus.io/&quot;&gt;tus&lt;/a&gt;将文件上传到minio中，并结合后端接口做token校验&lt;/p&gt;</summary>
    
    
    
    
  </entry>
  
  <entry>
    <title>Apache-Log4j漏洞复现及解决方案</title>
    <link href="https://fyee.github.io/2021/12/15/Apache-Log4j/"/>
    <id>https://fyee.github.io/2021/12/15/Apache-Log4j/</id>
    <published>2021-12-15T01:48:54.000Z</published>
    <updated>2021-12-15T01:57:52.526Z</updated>
    
    
    <summary type="html">&lt;p&gt;apache log4j2的漏洞复现完整流程。以及拿下主机权限的示例&lt;/p&gt;</summary>
    
    
    
    
  </entry>
  
  <entry>
    <title>RSA加密解密</title>
    <link href="https://fyee.github.io/2021/06/29/rsa/"/>
    <id>https://fyee.github.io/2021/06/29/rsa/</id>
    <published>2021-06-29T03:38:32.000Z</published>
    <updated>2021-06-29T06:20:49.842Z</updated>
    
    
    <summary type="html">&lt;p&gt;Java、JS、C++ RAS加密解密代码实现。&lt;/p&gt;</summary>
    
    
    
    <category term="后台" scheme="https://fyee.github.io/categories/%E5%90%8E%E5%8F%B0/"/>
    
    
  </entry>
  
  <entry>
    <title>使用Jsoup防止富文本Xss攻击</title>
    <link href="https://fyee.github.io/2021/06/11/XSS/"/>
    <id>https://fyee.github.io/2021/06/11/XSS/</id>
    <published>2021-06-11T03:47:59.000Z</published>
    <updated>2021-06-29T03:37:46.553Z</updated>
    
    
    <summary type="html">&lt;p&gt;&lt;a href=&quot;https://github.com/jhy/jsoup&quot;&gt;Jsoup Github地址&lt;/a&gt;,&lt;a href=&quot;https://jsoup.org/&quot;&gt;官网地址&lt;/a&gt;&lt;/p&gt;</summary>
    
    
    
    <category term="后台" scheme="https://fyee.github.io/categories/%E5%90%8E%E5%8F%B0/"/>
    
    
    <category term="java" scheme="https://fyee.github.io/tags/java/"/>
    
  </entry>
  
  <entry>
    <title>Git</title>
    <link href="https://fyee.github.io/2021/01/22/Git/"/>
    <id>https://fyee.github.io/2021/01/22/Git/</id>
    <published>2021-01-22T02:41:54.000Z</published>
    <updated>2021-06-11T03:44:08.933Z</updated>
    
    
    <summary type="html">&lt;p&gt;Git操作&lt;/p&gt;</summary>
    
    
    
    
  </entry>
  
  <entry>
    <title>Jmeter性能测试</title>
    <link href="https://fyee.github.io/2020/12/25/Jmeter/"/>
    <id>https://fyee.github.io/2020/12/25/Jmeter/</id>
    <published>2020-12-25T08:27:23.000Z</published>
    <updated>2021-06-11T03:44:08.933Z</updated>
    
    
    <summary type="html">&lt;p&gt;测试工具Jmeter教程&lt;/p&gt;</summary>
    
    
    
    <category term="测试" scheme="https://fyee.github.io/categories/%E6%B5%8B%E8%AF%95/"/>
    
    
    <category term="工具" scheme="https://fyee.github.io/tags/%E5%B7%A5%E5%85%B7/"/>
    
  </entry>
  
  <entry>
    <title>非覆盖式发布实践</title>
    <link href="https://fyee.github.io/2020/12/23/FrontPublish/"/>
    <id>https://fyee.github.io/2020/12/23/FrontPublish/</id>
    <published>2020-12-23T09:07:06.000Z</published>
    <updated>2021-06-11T03:44:08.929Z</updated>
    
    
    <summary type="html">&lt;p&gt;使用非覆盖的方式发布前端代码实践，可以保留历史版本包。以阿里云OSS和Vue项目实践。&lt;/p&gt;</summary>
    
    
    
    <category term="运维" scheme="https://fyee.github.io/categories/%E8%BF%90%E7%BB%B4/"/>
    
    <category term="前端" scheme="https://fyee.github.io/categories/%E5%89%8D%E7%AB%AF/"/>
    
    
  </entry>
  
  <entry>
    <title>Html自定义组件</title>
    <link href="https://fyee.github.io/2020/12/23/FrontComponent/"/>
    <id>https://fyee.github.io/2020/12/23/FrontComponent/</id>
    <published>2020-12-23T06:30:33.000Z</published>
    <updated>2021-06-11T03:44:08.927Z</updated>
    
    
    <summary type="html">&lt;p&gt;复用HTML组件，可以用这种方式创建自己的组件库。&lt;/p&gt;</summary>
    
    
    
    <category term="前端" scheme="https://fyee.github.io/categories/%E5%89%8D%E7%AB%AF/"/>
    
    
    <category term="HTML" scheme="https://fyee.github.io/tags/HTML/"/>
    
    <category term="JS" scheme="https://fyee.github.io/tags/JS/"/>
    
  </entry>
  
  <entry>
    <title>前端问题记录</title>
    <link href="https://fyee.github.io/2020/12/12/FrontQA/"/>
    <id>https://fyee.github.io/2020/12/12/FrontQA/</id>
    <published>2020-12-12T06:28:11.000Z</published>
    <updated>2021-06-11T03:44:08.932Z</updated>
    
    
    <summary type="html">&lt;p&gt;记录一下前端开发过程中遇到的问题。&lt;/p&gt;</summary>
    
    
    
    <category term="前端" scheme="https://fyee.github.io/categories/%E5%89%8D%E7%AB%AF/"/>
    
    
    <category term="问题" scheme="https://fyee.github.io/tags/%E9%97%AE%E9%A2%98/"/>
    
  </entry>
  
  <entry>
    <title>终端基本操作命令</title>
    <link href="https://fyee.github.io/2020/12/08/BasicTerminalOperation/"/>
    <id>https://fyee.github.io/2020/12/08/BasicTerminalOperation/</id>
    <published>2020-12-08T08:59:58.000Z</published>
    <updated>2021-06-11T03:44:08.923Z</updated>
    
    
    <summary type="html">&lt;p&gt;终端Bash的一些日常操作,命令查找,光标控制等（更新中。。。）&lt;/p&gt;</summary>
    
    
    
    <category term="运维" scheme="https://fyee.github.io/categories/%E8%BF%90%E7%BB%B4/"/>
    
    
    <category term="Terminal" scheme="https://fyee.github.io/tags/Terminal/"/>
    
  </entry>
  
  <entry>
    <title>终端常用工具命令</title>
    <link href="https://fyee.github.io/2020/12/08/BasicTerminalCommand/"/>
    <id>https://fyee.github.io/2020/12/08/BasicTerminalCommand/</id>
    <published>2020-12-08T03:29:45.000Z</published>
    <updated>2021-06-11T03:44:08.923Z</updated>
    
    
    <summary type="html">&lt;p&gt;grep,awk,sed,lsof,curl,wget,tail,head,less,find,ssh,kill命令详解(更新中。。。)&lt;/p&gt;</summary>
    
    
    
    <category term="运维" scheme="https://fyee.github.io/categories/%E8%BF%90%E7%BB%B4/"/>
    
    
    <category term="Terminal" scheme="https://fyee.github.io/tags/Terminal/"/>
    
  </entry>
  
  <entry>
    <title>写出优雅的JS代码</title>
    <link href="https://fyee.github.io/2020/12/08/CleanCodeJs/"/>
    <id>https://fyee.github.io/2020/12/08/CleanCodeJs/</id>
    <published>2020-12-08T01:14:15.000Z</published>
    <updated>2021-06-11T03:44:08.927Z</updated>
    
    
    <summary type="html">&lt;p&gt;内容来源于github clean-code-javascript 翻译的中文版本&lt;a href=&quot;https://github.com/alivebao/clean-code-js&quot;&gt;alivebao/clean-code-js&lt;/a&gt;&lt;br&gt;感觉翻译的很好，收藏下来，结合最新的英文版做了一些修改。&lt;br&gt;Original Repository: &lt;a href=&quot;https://github.com/ryanmcdermott/clean-code-javascript&quot;&gt;ryanmcdermott/clean-code-javascript&lt;/a&gt;&lt;/p&gt;</summary>
    
    
    
    <category term="前端" scheme="https://fyee.github.io/categories/%E5%89%8D%E7%AB%AF/"/>
    
    
    <category term="JS" scheme="https://fyee.github.io/tags/JS/"/>
    
  </entry>
  
  <entry>
    <title>Centos相关的操作</title>
    <link href="https://fyee.github.io/2020/12/06/Centos/"/>
    <id>https://fyee.github.io/2020/12/06/Centos/</id>
    <published>2020-12-06T10:46:46.000Z</published>
    <updated>2021-06-11T03:44:08.923Z</updated>
    
    
    <summary type="html">&lt;p&gt;Centos一些常用操作，端口开启，虚拟机设置等&lt;/p&gt;</summary>
    
    
    
    <category term="运维" scheme="https://fyee.github.io/categories/%E8%BF%90%E7%BB%B4/"/>
    
    
    <category term="centos" scheme="https://fyee.github.io/tags/centos/"/>
    
  </entry>
  
  <entry>
    <title>我常用的一些网站</title>
    <link href="https://fyee.github.io/2020/12/04/WebSite/"/>
    <id>https://fyee.github.io/2020/12/04/WebSite/</id>
    <published>2020-12-04T06:02:53.000Z</published>
    <updated>2021-06-11T03:44:08.961Z</updated>
    
    
    <summary type="html">&lt;p&gt;一些不错的网站和学习内容&lt;/p&gt;</summary>
    
    
    
    
    <category term="Website" scheme="https://fyee.github.io/tags/Website/"/>
    
  </entry>
  
  <entry>
    <title>神一样的自动化测试工具分享</title>
    <link href="https://fyee.github.io/2020/12/04/Test/"/>
    <id>https://fyee.github.io/2020/12/04/Test/</id>
    <published>2020-12-04T05:58:01.000Z</published>
    <updated>2021-06-11T03:44:08.947Z</updated>
    
    
    <summary type="html">&lt;p&gt;0基础自动化测试，有手就行&lt;/p&gt;</summary>
    
    
    
    <category term="测试" scheme="https://fyee.github.io/categories/%E6%B5%8B%E8%AF%95/"/>
    
    
    <category term="工具" scheme="https://fyee.github.io/tags/%E5%B7%A5%E5%85%B7/"/>
    
  </entry>
  
  <entry>
    <title>Npm相关的一些小东西</title>
    <link href="https://fyee.github.io/2020/12/04/Npm/"/>
    <id>https://fyee.github.io/2020/12/04/Npm/</id>
    <published>2020-12-04T05:49:03.000Z</published>
    <updated>2021-06-11T03:44:08.947Z</updated>
    
    
    <summary type="html">&lt;p&gt;Npm发包以及版本号设置&lt;/p&gt;</summary>
    
    
    
    <category term="前端" scheme="https://fyee.github.io/categories/%E5%89%8D%E7%AB%AF/"/>
    
    
  </entry>
  
  <entry>
    <title>Mysql</title>
    <link href="https://fyee.github.io/2020/12/04/Mysql/"/>
    <id>https://fyee.github.io/2020/12/04/Mysql/</id>
    <published>2020-12-04T05:43:07.000Z</published>
    <updated>2021-06-11T03:44:08.947Z</updated>
    
    
    <summary type="html">&lt;p&gt;使用MySql遇到的问题总结&lt;/p&gt;</summary>
    
    
    
    <category term="数据库" scheme="https://fyee.github.io/categories/%E6%95%B0%E6%8D%AE%E5%BA%93/"/>
    
    
    <category term="Mysql" scheme="https://fyee.github.io/tags/Mysql/"/>
    
    <category term="运维" scheme="https://fyee.github.io/tags/%E8%BF%90%E7%BB%B4/"/>
    
  </entry>
  
  <entry>
    <title>Mac配置</title>
    <link href="https://fyee.github.io/2020/12/04/mac/"/>
    <id>https://fyee.github.io/2020/12/04/mac/</id>
    <published>2020-12-04T05:38:57.000Z</published>
    <updated>2021-06-11T03:44:08.962Z</updated>
    
    
    <summary type="html">&lt;p&gt;mac的brew配置以及终端代理&lt;/p&gt;</summary>
    
    
    
    <category term="操作系统" scheme="https://fyee.github.io/categories/%E6%93%8D%E4%BD%9C%E7%B3%BB%E7%BB%9F/"/>
    
    
    <category term="mac" scheme="https://fyee.github.io/tags/mac/"/>
    
  </entry>
  
  <entry>
    <title>Java开发中遇到的问题</title>
    <link href="https://fyee.github.io/2020/12/04/Java/"/>
    <id>https://fyee.github.io/2020/12/04/Java/</id>
    <published>2020-12-04T05:27:25.000Z</published>
    <updated>2021-06-11T03:44:08.933Z</updated>
    
    
    <summary type="html">&lt;p&gt;记录一下开发过程中遇到的一些小坑，不是什么大bug,只是找原因浪费了一点时间，或者一些常遇到的问题&lt;/p&gt;</summary>
    
    
    
    <category term="后台" scheme="https://fyee.github.io/categories/%E5%90%8E%E5%8F%B0/"/>
    
    
    <category term="java" scheme="https://fyee.github.io/tags/java/"/>
    
  </entry>
  
</feed>
