欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

马哥 今日小技巧 终端提示显示 有大用

终端提示显示


echo $PS1                   # 环境变量控制提示显示

PS1='[\u@ \H \w \A \@#]\$'

PS1='[\u@\h \W]\$'

python:

python3语法注解

# Python 3.5+ supports 'type annotations' that can be

# used with tools like Mypy to write statically typed Python:


def my_add(a: int, b: int) -> int:

    return a + b

更多历史小技巧,技术交流,岗位内推访问【马哥社区 club.magedu.com】


普通分类: