V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  fundon  ›  全部回复第 12 页 / 共 12 页
回复总数  237
1 ... 3  4  5  6  7  8  9  10  11  12  
2014-05-14 13:48:07 +08:00
回复了 pythonee 创建的主题 程序员 哪些开源项目很有 hacker 的感觉
hackernews
2014-05-13 15:01:36 +08:00
回复了 xiaomajia008 创建的主题 程序员 吐槽:jquery 真是给了一些人乱搞的机会~
代码也不是都是一步到位的,吐嘈该吐嘈的,分享该分享的,且看且实践

https://www.google.com.hk/search?q=jquery+best+practice
2014-05-10 10:24:28 +08:00
回复了 undozen 创建的主题 JavaScript JavaScript 现在最令人不爽的就是函数的重载了
这是一个折中方案,要保持public API简单轻量灵活,如果不喜欢这种风格,可以拆出几个public API
2014-05-08 14:51:58 +08:00
回复了 georgetso 创建的主题 问与答 expressjs4 有啥 pdf 可以跟着学着做不?
为什么都忽略官方Repo里面的examples?
里面的例子很多呀,各方面都涉及到了
2014-05-07 17:51:24 +08:00
回复了 roamlog 创建的主题 Atom Atom 开源了。。。
Atom性能是硬伤,还有很多坑没填;但我也感受它的各方面都在不断提升,可以去社区看看discuss.atom.io

发个Minimap package
https://github.com/fundon/atom-minimap
2014-05-07 17:41:21 +08:00
回复了 liushuaikobe 创建的主题 Node.js 你们写 js 各种回调也是这么一层一层吗?
Next generator 是趋势
2014-05-07 17:36:23 +08:00
回复了 Livid 创建的主题 Node.js brew 里的 node.js 安装的时候不创建 npm 的符号链接?
还有另外一个选择,使用boxen管理环境,装https://github.com/boxen/puppet-nodejs

默认带了 nodenv 命令,比nvm方便

```
λ ~ nodenv help (node-v0.10.26) 17:32:59
Usage: nodenv <command> [<args>]

Some useful nodenv commands are:
exec Execute a command from a particular NodeJS version.
shell Set NODENV_VERSION for the lifetime of a shell.
local Persist the preferred NodeJS version in the cwd.
global Persist the preferred NodeJS default version.
install Install a version of NodeJS.
uninstall Uninstall a version of NodeJS.
version Show the current NodeJS version.
versions Display all versions of NodeJS installed in `${NODENV_ROOT}/versions/*'.
rehash Rehash nodenv shims (run this after installing executables)

See `nodenv help <command>' for information on a specific command.
```
2014-05-07 17:09:58 +08:00
回复了 fundon 创建的主题 Node.js "Learn you node" 怎么译才好?
谢谢各位,晚上筛选下
2014-05-07 17:09:17 +08:00
回复了 Livid 创建的主题 Node.js brew 里的 node.js 安装的时候不创建 npm 的符号链接?
推荐nvm,切换版本方便
2014-05-07 17:08:36 +08:00
回复了 Livid 创建的主题 Node.js brew 里的 node.js 安装的时候不创建 npm 的符号链接?
`brew edit node` 默认加了 `--without-npm`

执行 `brew install node --with-npm`
2014-05-06 16:50:38 +08:00
回复了 fundon 创建的主题 Node.js "Learn you node" 怎么译才好?
@lyklykkkkkkk 嗯,这个不错,不会太生硬。
2014-05-06 16:23:26 +08:00
回复了 fundon 创建的主题 Node.js "Learn you node" 怎么译才好?
@seeker 太直了

@dongbeta @Ever 这两个可以考虑

@sqbing 弄啥?
2014-05-06 16:17:01 +08:00
回复了 fundon 创建的主题 Node.js "Learn you node" 怎么译才好?
Learn You The Node.js For Much Win! An intro to Node.js via a set of self-guided workshops.

补充下完整介绍。
2014-05-06 15:54:46 +08:00
回复了 terrychinaz 创建的主题 JavaScript nodejs 的 web 统计框架
Sorry, 我离题 哈哈
2014-05-06 15:53:55 +08:00
回复了 terrychinaz 创建的主题 JavaScript nodejs 的 web 统计框架
这个整理的不错,作者koa成员 https://github.com/jonathanong/node-frameworks
2014-05-06 14:48:10 +08:00
回复了 un 创建的主题 Node.js 为什么 koa、express 不提供 HTTP body parser
"Koa is a new web framework designed by the team behind Express, which aims to be a smaller, more expressive, and more robust foundation for web applications and APIs. "

这是koa瞄准的方向。

其实新版的express,已经逐步把bodyparser等中间件脱离出来,目的也是精简核心功能,不想集成太多中间件。
https://github.com/visionmedia/express/blob/master/lib/express.js#L66
2014-05-06 14:30:44 +08:00
回复了 oklai 创建的主题 程序员 don't code today what you can't debug tomorrow
No zuo no die.
1 ... 3  4  5  6  7  8  9  10  11  12  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   4564 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 27ms · UTC 10:11 · PVG 18:11 · LAX 03:11 · JFK 06:11
Developed with CodeLauncher
♥ Do have faith in what you're doing.