Talk to myself.

hexo-reference path for link to another blog post

reference path for markdown

需求 Hexo blog里面,需要一篇文章里link到另一篇文章。最好是相对路径,绝对路径容易出错,而且不灵活,一换域名所有的link都不能用了。 Hexo的路径生成 我们可以看到Hexo的路径生成: 例子1: http://localhost:4000/2019/06/11/BlogName1/ 例子2: http://liyuankun.top/2019/06/11/Changing-S......

IntelliJ IDEA:Set git

配置git路径 打开Preference->Version Control->Git 登陆github 打开Preference->Version Control->GitHub Git插件 GitToolBox 打开Preference->Version Control 老版本Preference->Version Control->Ign......

IntelliJ IDEA:Unregistered VCS root detected

如果还没有配置git,参考IntelliJ-IDEA-Set-git。 warning 在IntelliJ IDEA导入已有的git项目时,出现warning: 解决方法 打开Preference->Version Control,看到Unregistered的project目录: 老版本Preference->Version Control->Ignored F......

Server Tomcat v8.0 Server at localhost was unable to start within 180 seconds in Eclipse

When I run the project in Eclipse, the error shows as: Server Tomcat v8.0 Server at localhost was unable to start within 180 seconds. If the server requires more time, try increasing the timeout i......

VirtualBox Error “kernel driver not installed (rc=-1908)” on macOS

I installed VirtualBox on Macbook Pro to run a new imported VM. Here is what I got when trying to start one: The error message is quite vague. It says On Linux, open returned ENOENT. What about o......

Changing SSL port from 8443 to 443

My another blogs: Difference between HTTPS Port 443 and Port 8443 and Changing SSL port from 8443 to 443 We modify connector under /Your tomcat folder/conf/server.xml modify non-SSL HTTP/1.1 Conne......

Difference between HTTPS Port 443 and Port 8443

Has you ever non HTTPS ports 443 or Port 8443? Do you no their differences? If you say their only difference is the number “8”, this answer may be not completely right. In dis article, we need to l......

ComponentDidUpdate setState and Maximum update depth exceeded

DossierPageIndicatorContainer 一个简单的显示页面页码的pure component,在切换页面(也就是上一回的页码与这次不同时)会显示,过3s消失。 Code: 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455......

Can not find the tag library descriptor for .tld

Problem Eclipse Photon eclipse web project一直在正常使用,不知哪天。。。突然 Promblems tab 里就冒出了好多error: Solution 基本上把Eclipse “cannot find the tag library descriptor” for custom tags (not JSTL!)里的方法都试了一遍,貌似都不管用。。。......

"Hexo fs.SyncWriteStream is deprecated"

(node:28561) [DEP0061] DeprecationWarning: fs.SyncWriteStream is deprecated.

Problem NodeJs V8 使用hexo时报错: (node:28561) [DEP0061] DeprecationWarning: fs.SyncWriteStream is deprecated. 123456789101112131415161718192021222324252627➜ Hexo-theme-zilan git:(master) ✗ hexo g(node......