<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>某科学的超掉头发</title>
  
  <subtitle>我变强了，也变秃了</subtitle>
  <link href="https://chikit-lo.github.io/atom.xml" rel="self"/>
  
  <link href="https://chikit-lo.github.io/"/>
  <updated>2020-11-01T05:08:57.456Z</updated>
  <id>https://chikit-lo.github.io/</id>
  
  <author>
    <name>瑞士军刀废</name>
    
  </author>
  
  <generator uri="https://hexo.io/">Hexo</generator>
  
  <entry>
    <title>Docker配置Elasticsearch</title>
    <link href="https://chikit-lo.github.io/2020/10/31/elasticsearch101/"/>
    <id>https://chikit-lo.github.io/2020/10/31/elasticsearch101/</id>
    <published>2020-10-30T17:12:55.000Z</published>
    <updated>2020-11-01T05:08:57.456Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;blockquote&gt;
&lt;p&gt;在SpringBoot的后端开发练习中要用到搜索引擎Elasticsearch，由于之前的项目都在Docker中配置镜像，这次也不例外  &lt;/p&gt;
&lt;/blockquote&gt;
&lt;h3 id=&quot;Docker中安装Elasticsearch&quot;&gt;&lt;a</summary>
        
      
    
    
    
    <category term="技术" scheme="https://chikit-lo.github.io/categories/%E6%8A%80%E6%9C%AF/"/>
    
    
    <category term="Docker" scheme="https://chikit-lo.github.io/tags/Docker/"/>
    
    <category term="Elasticsearch" scheme="https://chikit-lo.github.io/tags/Elasticsearch/"/>
    
    <category term="SpringBoot" scheme="https://chikit-lo.github.io/tags/SpringBoot/"/>
    
  </entry>
  
  <entry>
    <title>Docker备忘录</title>
    <link href="https://chikit-lo.github.io/2020/10/21/docker101/"/>
    <id>https://chikit-lo.github.io/2020/10/21/docker101/</id>
    <published>2020-10-21T07:25:00.000Z</published>
    <updated>2020-11-22T11:23:00.360Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;blockquote&gt;
&lt;p&gt;在微服务的开发练习时候往往会用到虚拟机，而Docker则方便我们管理各种镜像资源，虚拟机中的虚拟机  &lt;/p&gt;
&lt;/blockquote&gt;
&lt;h3 id=&quot;Docker的安装&quot;&gt;&lt;a href=&quot;#Docker的安装&quot;</summary>
        
      
    
    
    
    <category term="技术" scheme="https://chikit-lo.github.io/categories/%E6%8A%80%E6%9C%AF/"/>
    
    
    <category term="Docker" scheme="https://chikit-lo.github.io/tags/Docker/"/>
    
  </entry>
  
  <entry>
    <title>VMware配置虚拟机静态ip地址</title>
    <link href="https://chikit-lo.github.io/2020/10/21/vmware-config/"/>
    <id>https://chikit-lo.github.io/2020/10/21/vmware-config/</id>
    <published>2020-10-21T07:00:00.000Z</published>
    <updated>2020-10-30T17:15:16.797Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;blockquote&gt;
&lt;p&gt;在使用虚拟机的时候，为了方便其他局域网内的机器访问里面的资源，我会把虚拟机设置固定ip，VMware我安装在Windows系统中，以Windows系统为例，完成相关配置&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h3</summary>
        
      
    
    
    
    <category term="技术" scheme="https://chikit-lo.github.io/categories/%E6%8A%80%E6%9C%AF/"/>
    
    
    <category term="VMware" scheme="https://chikit-lo.github.io/tags/VMware/"/>
    
  </entry>
  
  <entry>
    <title>Oracle批量事务更新大量数据</title>
    <link href="https://chikit-lo.github.io/2020/10/21/oracle-batch-commit/"/>
    <id>https://chikit-lo.github.io/2020/10/21/oracle-batch-commit/</id>
    <published>2020-10-21T03:16:48.000Z</published>
    <updated>2020-10-21T03:39:09.976Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;blockquote&gt;
&lt;p&gt;在工作中曾经遇到过需要更新生产环境中一张千万级别的表数据，直接全表用update效率太低了，写了一个脚本来实现分批数据更新，更新了千万级别数据大概需要10分钟&lt;/p&gt;
&lt;/blockquote&gt;
&lt;pre&gt;&lt;code</summary>
        
      
    
    
    
    <category term="技术" scheme="https://chikit-lo.github.io/categories/%E6%8A%80%E6%9C%AF/"/>
    
    
    <category term="Oracle" scheme="https://chikit-lo.github.io/tags/Oracle/"/>
    
  </entry>
  
  <entry>
    <title>MySql踩坑记</title>
    <link href="https://chikit-lo.github.io/2020/10/21/mysql-troubles/"/>
    <id>https://chikit-lo.github.io/2020/10/21/mysql-troubles/</id>
    <published>2020-10-20T16:48:33.000Z</published>
    <updated>2020-10-21T03:38:48.064Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;blockquote&gt;
&lt;p&gt;MySql问题在使用的过程中问题多多，试到过是版本问题的，也有的原因是配置没配好，反正就很折腾，我把遇到的问题及解决方案汇总如下&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h4</summary>
        
      
    
    
    
    <category term="技术" scheme="https://chikit-lo.github.io/categories/%E6%8A%80%E6%9C%AF/"/>
    
    
    <category term="踩坑" scheme="https://chikit-lo.github.io/tags/%E8%B8%A9%E5%9D%91/"/>
    
    <category term="MySql" scheme="https://chikit-lo.github.io/tags/MySql/"/>
    
  </entry>
  
  <entry>
    <title>MacOS配置SSH免密登陆GitHub</title>
    <link href="https://chikit-lo.github.io/2020/09/30/sshgithub/"/>
    <id>https://chikit-lo.github.io/2020/09/30/sshgithub/</id>
    <published>2020-09-30T06:10:26.000Z</published>
    <updated>2020-09-30T06:21:50.836Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;blockquote&gt;
&lt;p&gt;使用SSH协议可以连接远程服务器和服务并向它们验证。利用SSH密钥可以连接GitHub，而无需在每次访问时提供用户名或密码。在部署VuePress到GitHub的时候踩坑了，报错信息是没有权限或者没有找到仓库，但仓库是建了的，所以是没有登陆权限，需</summary>
        
      
    
    
    
    <category term="技术" scheme="https://chikit-lo.github.io/categories/%E6%8A%80%E6%9C%AF/"/>
    
    
    <category term="踩坑" scheme="https://chikit-lo.github.io/tags/%E8%B8%A9%E5%9D%91/"/>
    
    <category term="ssh" scheme="https://chikit-lo.github.io/tags/ssh/"/>
    
    <category term="github" scheme="https://chikit-lo.github.io/tags/github/"/>
    
  </entry>
  
  <entry>
    <title>VuePress快速搭建部署</title>
    <link href="https://chikit-lo.github.io/2020/09/29/VuePress101/"/>
    <id>https://chikit-lo.github.io/2020/09/29/VuePress101/</id>
    <published>2020-09-29T07:06:56.000Z</published>
    <updated>2020-09-30T06:11:04.013Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;h2 id=&quot;VuePress入魔&quot;&gt;&lt;a href=&quot;#VuePress入魔&quot; class=&quot;headerlink&quot;</summary>
        
      
    
    
    
    <category term="技术" scheme="https://chikit-lo.github.io/categories/%E6%8A%80%E6%9C%AF/"/>
    
    
    <category term="VuePress" scheme="https://chikit-lo.github.io/tags/VuePress/"/>
    
    <category term="踩坑" scheme="https://chikit-lo.github.io/tags/%E8%B8%A9%E5%9D%91/"/>
    
  </entry>
  
  <entry>
    <title>Hexo快速搭建部署</title>
    <link href="https://chikit-lo.github.io/2020/09/18/Hexo%E5%BF%AB%E9%80%9F%E6%90%AD%E5%BB%BA%E9%83%A8%E7%BD%B2/"/>
    <id>https://chikit-lo.github.io/2020/09/18/Hexo%E5%BF%AB%E9%80%9F%E6%90%AD%E5%BB%BA%E9%83%A8%E7%BD%B2/</id>
    <published>2020-09-18T04:52:22.000Z</published>
    <updated>2020-09-29T09:58:48.892Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;h2 id=&quot;Hexo入魔&quot;&gt;&lt;a href=&quot;#Hexo入魔&quot; class=&quot;headerlink&quot;</summary>
        
      
    
    
    
    <category term="技术" scheme="https://chikit-lo.github.io/categories/%E6%8A%80%E6%9C%AF/"/>
    
    
    <category term="踩坑" scheme="https://chikit-lo.github.io/tags/%E8%B8%A9%E5%9D%91/"/>
    
    <category term="Hexo" scheme="https://chikit-lo.github.io/tags/Hexo/"/>
    
  </entry>
  
  <entry>
    <title>Hello World</title>
    <link href="https://chikit-lo.github.io/2020/09/17/Hello-World/"/>
    <id>https://chikit-lo.github.io/2020/09/17/Hello-World/</id>
    <published>2020-09-16T17:39:50.000Z</published>
    <updated>2020-09-18T15:55:36.425Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;h2 id=&quot;今天属于我的blog终于开张了～&quot;&gt;&lt;a href=&quot;#今天属于我的blog终于开张了～&quot; class=&quot;headerlink&quot;</summary>
        
      
    
    
    
    <category term="日记" scheme="https://chikit-lo.github.io/categories/%E6%97%A5%E8%AE%B0/"/>
    
    
    <category term="吐槽" scheme="https://chikit-lo.github.io/tags/%E5%90%90%E6%A7%BD/"/>
    
  </entry>
  
</feed>
