

<feed xmlns="http://www.w3.org/2005/Atom">
  <id>https://linjianhua.me/</id>
  <title>Alan's时光轴</title>
  <subtitle>Hello，我是Alan，是个游戏开发者。</subtitle>
  <updated>2024-07-16T17:41:11+08:00</updated>
  <author>
    <name>Alan</name>
    <uri>https://linjianhua.me/</uri>
  </author>
  <link rel="self" type="application/atom+xml" href="https://linjianhua.me/feed.xml"/>
  <link rel="alternate" type="text/html" hreflang="zh-CN"
    href="https://linjianhua.me/"/>
  <generator uri="https://jekyllrb.com/" version="4.3.3">Jekyll</generator>
  <rights> © 2024 Alan </rights>
  <icon>/assets/img/favicons/favicon.ico</icon>
  <logo>/assets/img/favicons/favicon-96x96.png</logo>


  
  <entry>
    <title>二十岁出头的时候上，你一无所有，你拥有一切。</title>
    <link href="https://linjianhua.me/posts/In-your-early-twenties-you-have-nothing-yet-you-have-everything/" rel="alternate" type="text/html" title="二十岁出头的时候上，你一无所有，你拥有一切。" />
    <published>2024-07-16T01:00:00+08:00</published>
  
    <updated>2024-07-16T01:00:00+08:00</updated>
  
    <id>https://linjianhua.me/posts/In-your-early-twenties-you-have-nothing-yet-you-have-everything/</id>
    <content src="https://linjianhua.me/posts/In-your-early-twenties-you-have-nothing-yet-you-have-everything/" />
    <author>
      <name>Alan</name>
    </author>

  
    
    <category term="感悟" />
    
  

  <summary>在浅墨那里看了一篇治愈系的励志文很有感触，我也分享给大家~

嘴上说说的人生

那年我在离家的时候一个劲地往自己的硬盘里塞《灌篮高手》，我妈一副嗤之以鼻的表情看着我，似乎是在说：“这么大的人了居然还这么喜欢看动漫。”

我不知道怎么回应她，只好耸耸肩，因为我实在无法对我亲爱的娘亲说明这部动漫对我的意义。

你知道，有些歌有些东西就是有那种力量。哪怕它在你的手机里藏了好几年，哪怕它早就过了黄金期，哪怕越来越少的人会提起它。你就是知道，当你一听起这首歌的时候，当你一看起那些漫画的时候，你就会想到以前的自己，你就会获得一种莫名的力量。这种力量能够让你感受到自己的节奏，让你以跟世界不同的方式独自运转着，你能听到自己。比如那首永远的butterfly和直到世界的尽头，它们比记忆更可靠。

在记忆里最让你印象深刻的，一定是当年的你自己。因为只有在这个时候才发现，在你嚷嚷着“时间变化太快”的同时，...</summary>

  </entry>

  
  <entry>
    <title>Win10中shift+鼠标右键调出cmd窗口</title>
    <link href="https://linjianhua.me/posts/win10-shift-right-key-cmd/" rel="alternate" type="text/html" title="Win10中shift+鼠标右键调出cmd窗口" />
    <published>2021-11-07T01:00:00+08:00</published>
  
    <updated>2021-11-07T01:00:00+08:00</updated>
  
    <id>https://linjianhua.me/posts/win10-shift-right-key-cmd/</id>
    <content src="https://linjianhua.me/posts/win10-shift-right-key-cmd/" />
    <author>
      <name>Alan</name>
    </author>

  
    
    <category term="Window10" />
    
  

  <summary>痛点

使用Win10后，之前能按shift+鼠标右键时，菜单栏里面的cmd选项不见了，取而代之的是Powershell窗口，用习惯了cmd后，真的不习惯Powershell。

流程


  
    Win + R或者鼠标右键Window打开运行窗口

    
 运行窗口
  
  
    输入 regedit 确定后打开注册表编辑器

    
 运行窗口输入regedit
  
  
    在注册表中定位到：\HKEY_CLASSES_ROOT\Directory\Background\shell\cmd，将右侧的HideBasedOnVelocityId重命名为ShowBasedOnVelocityId
  



  注意事项：修改的时候有可能会遇到权限不足的情况，无法重命名成功。


权限修改


  
    右键上面定位到的cmd文件，选择权限。
  
  
...</summary>

  </entry>

  
  <entry>
    <title>Git和TortoiseGit（小乌龟）的安装及使用</title>
    <link href="https://linjianhua.me/posts/git-install-and-use/" rel="alternate" type="text/html" title="Git和TortoiseGit（小乌龟）的安装及使用" />
    <published>2021-11-06T23:40:24+08:00</published>
  
    <updated>2021-11-06T23:40:24+08:00</updated>
  
    <id>https://linjianhua.me/posts/git-install-and-use/</id>
    <content src="https://linjianhua.me/posts/git-install-and-use/" />
    <author>
      <name>Alan</name>
    </author>

  
    
    <category term="Git" />
    
  

  <summary>安装流程


  
    先下载git，按照相应的系统，下载Git，然后，一直next即可完成安装
  
  
    安装TortoiseGit小乌龟，下载TortoiseGit小乌龟，同样的操作，只需要一直next即可完成安装，但是，需要注意的是必须先安装git，再安装git小乌龟。
  
  
    安装语言包，同样是在下载小乌龟的地方下载小乌龟语言包，然后一直next即可，要先装完小乌龟再安装语言包。

    
 TortoiseGit语言包
  
  
    安装完语言包，文件夹空白处右键选择 TortoiseGit -&amp;amp;gt; Setting，如下图：

    
 TortoiseGit设置语言
  
  
    选择 General -&amp;amp;gt; Language -&amp;amp;gt; 中文(简体)(中国)，再点下面的确定，如下图：

    
 TortoiseGit...</summary>

  </entry>

  
  <entry>
    <title>Centos用Docker安装V2ray的正确姿势</title>
    <link href="https://linjianhua.me/posts/centos-docker-v2ray/" rel="alternate" type="text/html" title="Centos用Docker安装V2ray的正确姿势" />
    <published>2018-02-28T15:15:24+08:00</published>
  
    <updated>2018-02-28T15:15:24+08:00</updated>
  
    <id>https://linjianhua.me/posts/centos-docker-v2ray/</id>
    <content src="https://linjianhua.me/posts/centos-docker-v2ray/" />
    <author>
      <name>Alan</name>
    </author>

  
    
    <category term="V2ray" />
    
  

  <summary>前言

首先你需要买个vps，并且安装centos的系统。

一、安装docker


  
    安装 yum-utils，它提供了 yum-config-manager，可用来管理yum源

    sudo yum install -y yum-utils
  
  
    添加docker源

    sudo yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
  
  
    更新索引

    sudo yum makecache fast
  
  
    安装 docker-ce（社区版）

    sudo yum -y install docker-ce
  
  
    启动 docker

    sudo systemctl s...</summary>

  </entry>

  
  <entry>
    <title>TypeScript学习笔记</title>
    <link href="https://linjianhua.me/posts/typeScript-study-note/" rel="alternate" type="text/html" title="TypeScript学习笔记" />
    <published>2016-10-13T10:11:24+08:00</published>
  
    <updated>2016-10-13T10:11:24+08:00</updated>
  
    <id>https://linjianhua.me/posts/typeScript-study-note/</id>
    <content src="https://linjianhua.me/posts/typeScript-study-note/" />
    <author>
      <name>Alan</name>
    </author>

  
    
    <category term="TypeScript" />
    
    <category term="游戏" />
    
  

  <summary>一、基础类型
布尔值：

let isDone:boolean = false;


十进制：

let decLiteral:number = 6;


十六进制：

let hexLiteral:number = 0xf00d;


二进制：

let binaryLiteral:number = 0b1010;


八进制：

let octalLiteral:number = 0o744;


字符串：

let name:string = &amp;quot;bob&amp;quot;;
name = &amp;quot;smith&amp;quot;;


二、模板字符串：${ expr }

let name:string = &amp;quot;Gene&amp;quot;;
let age:number = 37;
let sentence:string = &amp;quot;Hello,my name is ${ name }.I&amp;#39;ll be ${ age + 1 } year old...</summary>

  </entry>

</feed>


