[北京/杭州/成都][蚂蚁金服] 招聘高级 Golang 开发

jiacai2050 · · 2262 次点击
leizhenyu
oh outofmemory ...
4楼 <a href="/user/YexinZhang" title="@YexinZhang">@YexinZhang</a> 嗯,比如在 openssl、ubuntu、osx 等各个地方 base64 参数都不太一样,针对楼主正文中的命令 -D,可以推测是在 OSX 中的命令,对应我给出的那个help信息;所以说楼主的命令不能说写错了,而只是在某些平台下参数对应不上而已,如果用 -d 参数就不会出现这些讨论了,~哈哈~。
#6
更多评论
命令都写错了???base64 -d 才对 (?_?)
#1
leizhenyu
oh outofmemory ...
1楼 <a href="/user/YexinZhang" title="@YexinZhang">@YexinZhang</a> 没写错,-D 和 -d 都是 decode 的意思; ```shell # base64 -h Usage: base64 [-hvDd] [-b num] [-i in_file] [-o out_file] -h, --help display this message -Dd, --decode decodes input -b, --break break encoded string into num character lines -i, --input input file (default: &#34;-&#34; for stdin) -o, --output output file (default: &#34;-&#34; for stdout) ```
#2