0%

nodejs在win10下升级

1
2
3
4
// 查看版本
node -v
// 找到旧版nodejs的安装路径
where node

官网下载新版的nodejs直接按照到该路径下

咱从开发环境着手进行Android开发的记录。
首先需要安装Java开发工具包(JDK)这个必要组件。然后就是要下载和安装Android Studio以及 Android 软件开发工具包(SDK) 这些都是开发Android应用程序所必需的工具。注意,以下所有操作都是在Windows系统下完成。

阅读全文 »

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment