go实现UNIX command
发表于
分类于
golang
使用go实现UNIX环境下的命令行工具
1 | package main |
1 | //执行并测试 |
暂时不支持tab键自动补全命令,只是提供一种简单的思路。
iterm2 突然报很奇怪的错误-Error No user exists for uid 501
发表于
分类于
生活中奇怪的坑
iterm2 突然报很奇怪的错误-Error No user exists for uid 501
golang中interface的通用设计方法
发表于
分类于
golang
golang中interface的通用设计方法
golang中接口设计的通用方法
python3中遇到'TypeError Unicode-objects must be encoded before hashing'
发表于
分类于
python
Python中进行md5加密时遇到的编码问题
Python3中进行MD5加密,遇到编码问题
Hello World
发表于
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick Start
Create a new post
1 | $ hexo new "My New Post" |
More info: Writing
Run server
1 | $ hexo server |
More info: Server
Generate static files
1 | $ hexo generate |
More info: Generating
Deploy to remote sites
1 | $ hexo deploy |
More info: Deployment