start new:
tmux
start new with session name:
tmux new -s myname
| { | |
| "Death Woods": [ | |
| "l4d2_deathwoods01_stranded", | |
| "l4d2_deathwoods02_tunnel", | |
| "l4d2_deathwoods03_bridge", | |
| "l4d2_deathwoods04_power", | |
| "l4d2_deathwoods05_airfield" | |
| ], | |
| "Death Row": [ | |
| "deathrow01_streets", |
| // you need this in your cargo.toml | |
| // reqwest = { version = "0.11.3", features = ["stream"] } | |
| // futures-util = "0.3.14" | |
| // indicatif = "0.15.0" | |
| use std::cmp::min; | |
| use std::fs::File; | |
| use std::io::Write; | |
| use reqwest::Client; | |
| use indicatif::{ProgressBar, ProgressStyle}; |
| { | |
| "meta": { | |
| "manifest_version": 3, | |
| "locale_version": "1.3", | |
| "locale_name": "简体中文", | |
| "locale_type": "zh_CN", | |
| "locale_last_updated": "2020-08-07 18:00:00 UTC", | |
| "locale_author_name": "moelody", | |
| "locale_author_email": "yfsmallmoon@gmail.com", | |
| "locale_source_url": "https://gist.github.com/moelody/3159316ce726fc629fae15278bbce429" |
| 原帖地址: http://topic.csdn.net/u/20110113/19/b0d5d506-4307-428b-a61d-7974aa66a2da.html | |
| 首先要说明的是:这里介绍的方法都是大部分是本人“悟”出来的,所以网上难有流传! | |
| 好方法不能自己私藏,否则就白忙乎这几天了,分享给有需要的朋友们。如果有转载,敬请注明来自*CSDN老邓*作品。 | |
| 呵呵,给自己打广告,实在是无耻之极,权当无聊之时打字之用。 | |
| 欢迎流传,为最优秀的分布式版本管理系统Git做宣传!! | |
| 步骤: | |
| 1. 下载:http://loaden.googlecode.com/files/gitconfig.7z | |
| 2. 解压到:<MsysGit安装目录>/cmd/,例如:D:\Program Files\Git\cmd |