码迷,mamicode.com
首页 >  
搜索关键字:nod    ( 6886个结果
[ROS] Studying Guidance
Reference: https://www.zhihu.com/question/35788789 安装指南:http://wiki.ros.org/indigo/Installation/Ubuntu 第一,有心的同学可能已经注意到了,这里的版本是indigo而并非是最新版本的jade,这里都是 ...
分类:其他好文   时间:2016-12-02 18:35:37    阅读次数:332
在windows下面配置redis集群遇到的一些坑
最近工作不忙,就决定学习一下redis.因为一直在windows下工作,不会linux,没办法就选择在windows下配置redis. windows下配置redis集群的文章有很多,比如:http://www.cnblogs.com/linjisong/p/6081312.html, 我这里主要说 ...
分类:Windows程序   时间:2016-12-02 16:16:34    阅读次数:945
linux中软链接和硬链接的区别与小结
ln命令 该命令在文件之间创建链接。这种操作实际上是给系统中已有的某个文件指定另外一个可用于访问它的名称。对于这个新的文件名,我们可以为之指定不同的访问权限,以控制对信息的共享和安全性的问题。 如果链接指向目录,用户就可以利用该链接直接进入被链接的目录而不用打一大堆的路径名。而且,即使我们删除这个链 ...
分类:系统相关   时间:2016-12-02 14:34:51    阅读次数:254
rocketmq(1)
参考: 开源社区:https://github.com/alibaba/RocketMQ rocketmq入门: http://www.cnblogs.com/LifeOnCode/p/4805953.html 考拉哥的博客: http://lifestack.cn/archives/tag/roc ...
分类:其他好文   时间:2016-12-02 09:49:24    阅读次数:619
[Node.js] Pass command line arguments to node.js
Command line arguments are often used to modify the behavior of an application or specify needed parameters for operation. In this lesson, you will le ...
分类:Web程序   时间:2016-12-02 07:43:40    阅读次数:158
在CentOS 7上安装Node.js的4种方法
一、源码安装 1.下载源码(官网查看最新版本链接) 2.解压源码 3.安装必要的编译软件 4.编译 5.编译&安装 6.查看版本(测试安装是否成功) 二、使用已编译版本安装 1.下载已编译版本 2.解压 3.老样子,测试安装 三、使用EPEL安装 1.下载EPEL 2.安装 3.老样子,测试安装 4 ...
分类:Web程序   时间:2016-12-02 02:50:15    阅读次数:232
LeetCode124 Binary Tree Maximum Path Sum
Given a binary tree, find the maximum path sum. (Hard) For this problem, a path is defined as any sequence of nodes from some starting node to any nod ...
分类:其他好文   时间:2016-12-02 00:57:18    阅读次数:314
【Todo】已经打开的页面需要清掉的坑
下面是当前我浏览器里面打开的技术文章。需要清掉。一个坑一个坑地填吧。 https://www.ibm.com/developerworks/cn/linux/l-async/ http://www.ibm.com/developerworks/cn/linux/l-cn-edntwk/ http:/ ...
分类:其他好文   时间:2016-12-01 21:04:09    阅读次数:331
142. Linked List Cycle II
Given a linked list, return the node where the cycle begins. If there is no cycle, return null. Note: Do not modify the linked list. 使用快慢指针, fast每次前进两 ...
分类:其他好文   时间:2016-12-01 14:13:41    阅读次数:130
node中简单scoket介绍
/*socket.io是一个基于 node.js 的项目,其主要作用是将WebScoket 协议应用到所有的浏览器。该模块主要应用于实时的长连接 多请求的项目中,例如在线联网游戏中、实时聊天、实施股票查看、二维码扫描登录等。 安装配置和 npm 一样: npm intall scoket.io 安装 ...
分类:其他好文   时间:2016-11-30 23:04:20    阅读次数:189
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!