前言

If you have an apple and I have an apple and we exchange these apples then you and I will still each have one apple. But if you have an idea and I have an idea and we exchange these ideas, then each of us will have two ideas.

python

shell

命令行解析时间戳

Most common Bash date commands for timestamping « The Intellectual Wilderness

1
2
3
4
5
[qisheng.li@xxx]$ date +%s
1584868324

[qisheng.li@xxx]$ date -d @1584868324
Sun Mar 22 17:12:04 CST 2020

editor

visual source code

好用的插件

  • Rest Client

文本模式的http请求, 比postman更加好用,idea的高级版本也支持,非常的方便

REST Client - Visual Studio Marketplace

1
2
3
4
5
6
7
8
9
### 注释
POST http://192.168.xxx.xx:8087/topic/getByPrimaryKeys HTTP/1.1
Content-Type: application/json;charset=UTF-8
appCode: appApi

[ 38, 40, 41, 27, 28, 29, 30, 46, 31 ]

### 注释
curl -x socks5h://localhost:1080 http://www.google.com/

此外还可以自动生成对应的各种语言的请求代码

HomeBrew

Homebrew Formulae logo

  • 国内源

    替换及重置Homebrew默认源 LUG@USTC]

maven

  • aliyun maven