Go to Rust - String

通过golang和rust代码对比快速学习rust(2)- 字符串

1. 字符串类型定义

    阅读全文

    Why Learning English - Study Notes

    The meaning of learning English

    I learned that languages is more than syllables and rhymes.

    阅读全文

    Accept Youself - Study Notes

    Accept youself

    And you know, my message has always been to accept youself.

    阅读全文

    Golang to Rust -01 fmt.Printf

    通过golang和rust代码对比快速学习rust (1)

    1. fmt.Println

    Golang代码

    package main

    import "fmt"

    func main() {
    fmt.Println("Hello, 世界!")
    }

    阅读全文

    Hexo 主题目录无法加入Git跟踪?

    问题描述

    hexo 主题目录无法加入git跟踪,没法提交到代码仓库中保存怎么处理?

    因为主题目录有些是git clone到 hexo的theme目录下的,我下载了
    maupassant 主题,目录如下发现,在git 无法跟踪themes/maupassant

    阅读全文

    分享一个Golang开发使用的vim配置

    分享一个golang开发使用的vim配置
    my vim conf for golang IDE

    requirements

    vim 8.0 +python3 +lua

    阅读全文

    Hobuild 一个Golang热编译工具

    hobuild

    A cross platform hot compilation tool

    By monitoring the modification of the project directory file, the recompilation and running are automatically triggered. Running directory and monitoring change directory can be different. Monitor the file modification in all recursive subdirectories under the project path.

    阅读全文