<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>八月半的研发杂谈</title>
        <link>https://100180.xyz/</link>
        <description>MidAug blog java docker hugo</description>
        <generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>days0814@gmail.com (MidAug)</managingEditor>
            <webMaster>days0814@gmail.com (MidAug)</webMaster><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright><lastBuildDate>Wed, 04 Jan 2023 21:11:33 &#43;0000</lastBuildDate>
            <atom:link href="https://100180.xyz/index.xml" rel="self" type="application/rss+xml" />
        <item>
    <title>前端多终端自适应网页开发模式</title>
    <link>https://100180.xyz/posts/2023010401/</link>
    <pubDate>Wed, 04 Jan 2023 21:11:33 &#43;0000</pubDate>
    <author>MidAug</author>
    <guid>https://100180.xyz/posts/2023010401/</guid>
    <description><![CDATA[前端多终端自适应网页开发模式 智能移动终端大爆发的现阶段，手机访问网页已经成为人们不可或缺的使用习惯，开发自适应网页大势所趋，实际上无论改造还]]></description>
</item>
<item>
    <title>Git删除历史版本，保留当前状态</title>
    <link>https://100180.xyz/posts/2022083002/</link>
    <pubDate>Tue, 30 Aug 2022 21:11:33 &#43;0000</pubDate>
    <author>MidAug</author>
    <guid>https://100180.xyz/posts/2022083002/</guid>
    <description><![CDATA[前言 有时候，我们误提交了某些隐私文件，使用git rm xxx删除后，其实版本库中是有历史记录的，想要删除这些记录，但是又不想删除仓库，重建来提交]]></description>
</item>
<item>
    <title>Mac中Git忽略.DS_Store文件</title>
    <link>https://100180.xyz/posts/2022083001/</link>
    <pubDate>Tue, 30 Aug 2022 21:11:33 &#43;0000</pubDate>
    <author>MidAug</author>
    <guid>https://100180.xyz/posts/2022083001/</guid>
    <description><![CDATA[前言 虽然不是第一次使用mac，也不是第一次在mac上使用git，但对mac实际上非常不熟悉。每次git上传时多出来的.DS_Store文件虽]]></description>
</item>
<item>
    <title>Nginx 内容缓存及常见参数配置</title>
    <link>https://100180.xyz/posts/2021122101/</link>
    <pubDate>Tue, 21 Dec 2021 18:11:33 &#43;0000</pubDate>
    <author>MidAug</author>
    <guid>https://100180.xyz/posts/2021122101/</guid>
    <description><![CDATA[场景 使用场景:项目的页面需要加载很多数据，也不是经常变化的，不涉及个性化定制，为每次请求去动态生成数据，性能比不上根据请求路由和参数缓存一下]]></description>
</item>
<item>
    <title>深度分析 IT 职业发展路线，做一个透彻的打工人</title>
    <link>https://100180.xyz/posts/2021111601/</link>
    <pubDate>Tue, 16 Nov 2021 10:33:33 &#43;0000</pubDate>
    <author>MidAug</author>
    <guid>https://100180.xyz/posts/2021111601/</guid>
    <description><![CDATA[一、前言 俗话说，“男怕入错行，女怕嫁错郎”，如果你是互联网/IT 那恭喜你，入对行了，因为： 互联网/IT 行业薪资是第二，仅次于金融行业 薪资排名]]></description>
</item>
<item>
    <title>Intel MacOs Big Sur 11.4系统Studio 3T破解</title>
    <link>https://100180.xyz/posts/2021070201/</link>
    <pubDate>Fri, 02 Jul 2021 13:33:33 &#43;0000</pubDate>
    <author>MidAug</author>
    <guid>https://100180.xyz/posts/2021070201/</guid>
    <description><![CDATA[Studio 3T是我用过最好的用的Mongodb客户端，Mac系统未升级到Big Sur前一直使用2019.3.0版本加 data-man-mongodb]]></description>
</item>
<item>
    <title>ubuntu下RabbitMQ安装及集群配置</title>
    <link>https://100180.xyz/posts/20190723/</link>
    <pubDate>Tue, 23 Jul 2019 00:00:00 &#43;0000</pubDate>
    <author>MidAug</author>
    <guid>https://100180.xyz/posts/20190723/</guid>
    <description><![CDATA[RabbitMQ简介 以熟悉的电商场景为例，如果商品服务和订单服务是两个不同的微服务，在下单的过程中订单服务需要调用商品服务进行扣库存操作。按]]></description>
</item>
<item>
    <title>Nginx作为文件下载服务器</title>
    <link>https://100180.xyz/posts/20190615/</link>
    <pubDate>Sat, 15 Jun 2019 00:00:00 &#43;0000</pubDate>
    <author>MidAug</author>
    <guid>https://100180.xyz/posts/20190615/</guid>
    <description><![CDATA[Nginx conf 配置 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 server { listen 80; server_name 10.43.0.0; #charset koi8-r; #access_log /var/log/nginx/log/host.access.log main; location / { root /usr/share/nginx/html; index index.html index.htm; } #error_page 404 /404.html; # redirect server error pages to the]]></description>
</item>
<item>
    <title>CSS自定义滚动条(IE和chrome)</title>
    <link>https://100180.xyz/posts/2018081401/</link>
    <pubDate>Tue, 14 Aug 2018 10:33:33 &#43;0000</pubDate>
    <author>MidAug</author>
    <guid>https://100180.xyz/posts/2018081401/</guid>
    <description><![CDATA[Chrome滚动条 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 /*滑道*/ ::-webkit-scrollbar { width: 5px; height: 5px; background-color: #f7f7f7; } ::-webkit-scrollbar-track { box-shadow: inset 0 0 6px #f7f7f7; border-radius: 10px; } /*滑块*/ ::-webkit-scrollbar-thumb { background-color: #222; border-radius: 10px; } ::-webkit-scrollbar-thumb:hover { background-color:]]></description>
</item>
<item>
    <title>java调用phantomjs爬取网页及快照</title>
    <link>https://100180.xyz/posts/20180129/</link>
    <pubDate>Mon, 29 Jan 2018 21:11:33 &#43;0000</pubDate>
    <author>MidAug</author>
    <guid>https://100180.xyz/posts/20180129/</guid>
    <description><![CDATA[前言 前阵子遇到一个需求，需要爬取学信网学历的查询结果进行解析并截图留证，利用java完成了爬取的html解析功能后发现截图较为困难。我偶然发]]></description>
</item>
</channel>
</rss>
