摘要:
安装Node 先去Node官网下载并安装Node.js Install the Angular CLI(安装Angular CLI) Create a new application(创建新项目) Serve the application(启动项目) Create the component(创建 阅读全文
摘要:
双花括号{{}} <img src="{{heroImageUrl}}" style="height:30px"> <!-- "The sum of 1 + 1 is 2" --> <p>The sum of 1 + 1 is {{1 + 1}}</p> <!-- "The sum of 1 + 1 阅读全文
摘要:
解决方案 使用现成的基于windows的redis程序 github上有许多封装好的基于windows的redis程序,可以直接使用,但是版本更新不及时比如: 安装Linux Bash Shell How to Install and Use the Linux Bash Shell on Wind 阅读全文