摘要:
大多数常用的点按钮就行了。少数还是手敲方便 ng new myapp 的时候已经新建git了,不过只有master分支。 创建新分支可以点vs左下角分支名字,然后在上方弹出的命令行里写名字,不过鼠标来回点击距离太远,还是直接在命令行里输入方便: 本地库起了,远程库也建立了,首次设置远程仓库: Per 阅读全文
摘要:
官方文档是这么说的: You write Angular applications by: composing HTML templates with Angularized markup, writing component classes to manage those templates, a 阅读全文
摘要:
Cython emulates Python 2-style implicit relative imports on Python 3 Cython的锅(也就是绝大多数下载安装的python)新的import机制,把py3当成py2来处理了。 Python actually does the sa 阅读全文