美文网首页
无标题文章

无标题文章

作者: 嚼不断的痰 | 来源:发表于2016-10-21 09:39 被阅读0次

node.js

Node.js时一个javascript运行环境。Node.js时一个基于Chrome JavaScript运行时建立的平台,用于方便的搭建响应速度快、易于扩展的网络应用。Node.js使用事件驱动,非阻塞I/O模式而得以轻量和高效,非常适合在分布式设备上运行数据密集型的实时应用。

Linux命令

apt-cache search

在源软件列表中查找相应的软件包。

apt-cache search gcc > 1.txt (在源软件列表中查找gcc并写入1.txt)

apt-cache search gcc | grep lib (在源软件列表中查找gcc其中包括lib的)

apt-get -y install

直接安装

编译安装node.js的步骤

1、wget -c(下载node.js包)

2、tar zxvf node-v4.4.7.tar.gz 解压node.js包

3、cd node-v4.4.7

4、./configure

5、如果第四步没有error提示,那么执行make

6、第五步没有error,那么执行 make install

7、node -v(看见node.js 的版本) npm -v

相关文章

  • 无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标

    无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章 无标题文章无标题文章无标题文章无...

  • 无标题文章

    无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章

  • 无标题文章

    无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标...

  • 无标题文章

    无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标...

  • fasfsdfdf

    无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标...

  • 无标题文章

    无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标...

  • 无标题文章

    无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标...

  • 无标题文章

    无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标...

  • 无标题文章

    无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章

  • 无标题文章

    无标题文章 无标题文章 无标题文章无标题文章 无标题文章 无标题文章

网友评论

      本文标题:无标题文章

      本文链接:https://www.haomeiwen.com/subject/uswquttx.html