mrluanma's recent timeline updates
mrluanma

mrluanma

花渔洞
V2EX member #13555, joined on 2011-11-11 11:03:38 +08:00
17 S 60 B
mrluanma's recent replies
Jan 11, 2014
Replied to a topic by initialdp Linux 有小伙伴在Chromebook机型上跑Debian么?
我现在就是用一台 Chromebook 在回复帖子,ChromeOS + Crouton 是最佳组合:

https://github.com/dnschneid/crouton
遵义人,安家在水城,目前在上海工作。
Dec 13, 2013
Replied to a topic by gracece Django 部署Django的问题
mod_wsgi
Oct 19, 2013
Replied to a topic by coffeego 程序员 大家管理 mongodb是用啥客户端?
cc @jasya
Aug 1, 2013
Replied to a topic by huazhouji Node.js 小白请教“关于Buffer的toString”的问题
Aug 1, 2013
Replied to a topic by huazhouji Node.js 小白请教“关于Buffer的toString”的问题
试着只贴一个 gist 连接貌似不行: https://gist.github.com/mrluanma/7fa587dfb46eb864df64

var buf = new Buffer(new Array(100).join('abc'));

var arr = new Array();

for (var i = 0; i < buf.length; i++) {
arr.push(buf[i].toString(16));
}

console.log(arr.join(' '));
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   877 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 17ms · UTC 20:18 · PVG 04:18 · LAX 13:18 · JFK 16:18
♥ Do have faith in what you're doing.