Earth Guardian

You are not LATE!You are not EARLY!


  • 首页

  • 标签

  • 分类

  • 归档

  • 搜索

Java 命令行操作

发表于 2017-10-23 | 分类于 Java

编译执行相关

javac

编译 Java 文件,生成 .class 二进制文件

1
2
3
4
5
public class HelloWorld {
public static void main(String[]agrs) {
System.out.println("HelloWorld!");
}
}

编译并生成:

1
2
3
4
// -d 参数表示指定目录,默认为当前目录
xmt@server005:~/test/java$ javac -d . HelloWorld.java
xmt@server005:~/test/java$ ls
HelloWorld.class HelloWorld.java
阅读全文 »

Git 相关操作

发表于 2017-10-12 | 分类于 Tools

设置

全局设置

全局设置使用 gig config --global 参数,全局配置文件路径 ~/.gitconfig ,即家目录下。

  • 中文文件名或路径被转义
    在使用git的时候,经常会碰到有一些中文文件名或者路径被转义成 \xx\xx\xx 之类的
    示例:fang/\344\272\244\346\230\223\346\265\201\347\250\213/
    解决方案: xmt@server005:~$ git config --global core.quotepath false
阅读全文 »

Gitlab 搭建个人 Blog

发表于 2017-10-11 | 分类于 myTools

介绍

Gitlab 已经越来越强大,同时也可以使用它提供的 pages 搭建个人静态博客
官网 pages 介绍
官网 doc

搭建步骤

  • Fork 官网推荐模板
    模板支持很多种静态博客:hugo, hexo, jekyll 等
    这里选用 hexo:hexo模板链接
  • Enable shared Runners
    在 Settings -- CI / CD -- Runners settings 中检查,是否打开该功能
  • Configure your project (optional)
    在 Settings -- General -- Advanced settings -- Rename repository中,将仓库名称和路径都修改为 username.gitlab.io
  • Manually run a pipeline
    下载该仓库修改并提交后,触发一次自动编译
    在 CI / CD -- Pipelines 中,查看任务是否执行成功
  • Visit your site!
    搭建完毕!直接访问 https://username.gitlab.io 即可
    如果无法访问,可能会存在一点延时,过几分钟后再访问
阅读全文 »

Hello World

发表于 2017-10-11

New York is 3 hours ahead of California.

But it does not make California slow.

Someone graduated at the age of 22, but waited 5 years before securing a good job!

Some became a CEO at 25, and died at 50.

While another became a CEO at 50, and lived to 90 years.

Someone is still single, while someone else got marred.

Obama retires at 55, but Trump starts at 70.

Absolutely everyone in this world works based on their Time zone.

People around you might seem to go ahead of you, some might seem to be behind you.

But everyone is running their own RACE, in their own TIME.

Do not envy them or mock them.

They are in their TIME ZONE, and you are in yours!

Life is about waiting for the right moment to act.

So, Relax.

You are not LATE.

You are not EARLY.

You are very much ON TIME, an in your TIME ZONE.

1…1213
redspider110

redspider110

地球卫士

124 日志
10 分类
54 标签
Creative Commons
© 2017 — 2019 redspider110
由 Hexo 强力驱动
|
主题 — NexT.Pisces v5.1.3
0%