(不知道为什么老是遇到大模拟的题目,头疼,一次bugfree好难) 题目概述 输入一个string,里面可能包括任意字符,举例“123.456.
https://github.com/hantmac/Python-Interview-Customs-Collection 1. 谈谈对Python和其他语言的区别? Python属于解释型语言,当程序运行时,是一行一行的解释,并运行,所以调式代码很方便,开发效率高,
新建一篇文章 hugo new posts/new.md 注意新md文件最好放在posts目录下 hugo 生成静态文件 hugo serve(option) 在本地预览 cd public && git add .&& git commit -m "" &&git push origin main 上传
Git Cherry-pick Cherry-pick 允许你将某一个特定的commit,从一个分支应用到另一个分支,而不合并整个分支。 举例:我有一个stable分支,和一个master分支
git config –list –local 查看本地仓库的Git配置 git status [文件] 查看git跟踪的文件状态 git diff [文件] 对比Git跟踪的文件修改前后的具体变化。 git add .|文件 将文件从
vim配置 安装Universal-ctags 1 2 3 4 5 6 $ git clone https://github.com/universal-ctags/ctags.git $ cd ctags $ ./autogen.sh $ ./configure # use --prefix=/where/you/want to override installation directory, defaults to /usr/local $ make $ make install # may require extra privileges depending on where to install 安装vim-