<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>所有文章 - Lambda How aRe yoU</title>
        <link>https://lambdahru.com/posts/</link>
        <description>所有文章 | Lambda How aRe yoU</description>
        <generator>Hugo -- gohugo.io</generator><language>zh-CN</language><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright><lastBuildDate>Thu, 07 Jul 2022 22:15:21 &#43;0800</lastBuildDate><atom:link href="https://lambdahru.com/posts/" rel="self" type="application/rss+xml" /><item>
    <title>Lisp之根源</title>
    <link>https://lambdahru.com/posts/lisp-nature/</link>
    <pubDate>Thu, 07 Jul 2022 22:15:21 &#43;0800</pubDate>
    <author>作者</author>
    <guid>https://lambdahru.com/posts/lisp-nature/</guid>
    <description><![CDATA[<p>Lisp 是一种典型的函数式编程语言，使用s-表达式。现在高级语言都陆续开始支持函数式编程</p>]]></description>
</item><item>
    <title>Java 使用 commons-math3 进行线性和非线性拟合</title>
    <link>https://lambdahru.com/posts/java-commons-math-samples/</link>
    <pubDate>Mon, 01 Jan 0001 00:00:00 &#43;0000</pubDate>
    <author>作者</author>
    <guid>https://lambdahru.com/posts/java-commons-math-samples/</guid>
    <description><![CDATA[<p>Java 在线性拟合这一方面不如 Python 拥有那么多的库，我将简单介绍如何使用 Apache <code>commons-math3</code> 进行线性拟合、非线性拟合，
附带带效果图</p>]]></description>
</item><item>
    <title>MinIO源码阅读开端</title>
    <link>https://lambdahru.com/posts/minio-source-code-view-1/</link>
    <pubDate>Mon, 01 Jan 0001 00:00:00 &#43;0000</pubDate>
    <author>作者</author>
    <guid>https://lambdahru.com/posts/minio-source-code-view-1/</guid>
    <description><![CDATA[<p>MinIO 是一个高性能并且兼容亚马逊 S3 协议的对象存储服务。支持 Docker、单节点、分布式部署三种方式</p>]]></description>
</item><item>
    <title>Spring源码阅读环境搭建</title>
    <link>https://lambdahru.com/posts/spring-source-code-view-setup/</link>
    <pubDate>Mon, 01 Jan 0001 00:00:00 &#43;0000</pubDate>
    <author>作者</author>
    <guid>https://lambdahru.com/posts/spring-source-code-view-setup/</guid>
    <description><![CDATA[<p>阅读 Spring 源码前的准备工作，一步一步搭建 Spring 源码阅读环境</p>]]></description>
</item><item>
    <title>计算机二进制补码</title>
    <link>https://lambdahru.com/posts/2-s-compelment/</link>
    <pubDate>Mon, 01 Jan 0001 00:00:00 &#43;0000</pubDate>
    <author>作者</author>
    <guid>https://lambdahru.com/posts/2-s-compelment/</guid>
    <description><![CDATA[<p>大学的老师告诉我们: &ldquo;正数的原码、反码、补码是一样的, 负数的补码是原码除符号位外，其余各位取反再加1。&rdquo;</p>
<p>但是实际上，<strong>补码仅仅是一种编码，好处是可以用加法来实现减法的操作，和原码、反码没啥太大的关系</strong>，口诀只是为了人类计算方便</p>]]></description>
</item></channel>
</rss>
