会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
gvgarven
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
订阅
|
管理
2016年7月9日
go build -ldflags 参数及 gdb 调试
摘要: 使用go build -ldflags "-w -s" 去除调试信息和符号表。
阅读全文
posted @ 2016-07-09 15:42 gvgarven
阅读(9557)
评论(0)
推荐(0)
编辑
2015年4月18日
Node.js API —— Buffer(缓冲区)
摘要: // 说明 Node API 版本为 v0.10.31。 中文参考:http://nodeapi.ucdok.com/#/api/,http://blog.sina.com.cn/oleoneoy本段为博主注解。目录● 缓冲区 ○Class: Buffer ■new Buffer(size)...
阅读全文
posted @ 2015-04-18 16:59 gvgarven
阅读(613)
评论(0)
推荐(0)
编辑
2014年11月4日
Node.js API —— Events(事件)
摘要: // 说明 Node API 版本为 v0.10.31。 中文参考:http://nodeapi.ucdok.com/#/api/,http://blog.sina.com.cn/oleoneoy本段为博主注解。目录● 事件 ○Class: events.EventEmitter ■ emi...
阅读全文
posted @ 2014-11-04 20:55 gvgarven
阅读(323)
评论(0)
推荐(0)
编辑
2014年11月2日
Node.js API —— util(工具)
摘要: // 说明 Node API 版本为 v0.10.31。 中文参考:http://nodeapi.ucdok.com/#/api/,http://blog.sina.com.cn/oleoneoy本段为博主注解。目录● 工具 ○util.format(format, [...]) ○ util...
阅读全文
posted @ 2014-11-02 18:03 gvgarven
阅读(720)
评论(0)
推荐(0)
编辑
2014年10月20日
Node.js API —— process(进程)
摘要: // 说明 Node API 版本为 v0.10.31。 中文参考:http://nodeapi.ucdok.com/#/api/,http://blog.sina.com.cn/oleoneoy本段为博主注解。目录● 进程 ○ Event: 'exit' ○ Event: 'uncaughtE...
阅读全文
posted @ 2014-10-20 21:45 gvgarven
阅读(1140)
评论(0)
推荐(0)
编辑
2014年10月13日
Node.js API —— Modules(模块)
摘要: // 说明 Node API 版本为 v0.10.31。 中文参考:http://nodeapi.ucdok.com/#/api/,http://blog.sina.com.cn/oleoneoy本段为博主注解。目录● 模块 ○Cycles ○ Core Modules ○ File Modul...
阅读全文
posted @ 2014-10-13 21:28 gvgarven
阅读(806)
评论(0)
推荐(0)
编辑
2014年10月7日
Node.js API —— Timers(定时器)
摘要: // 说明 Node API 版本为 v0.10.31。 中文参考:http://nodeapi.ucdok.com/#/api/本段为博主注解。目录● 定时器 ○ setTimeout(callback, delay, [arg], [...]) ○ clearTimeout(timeoutO...
阅读全文
posted @ 2014-10-07 17:59 gvgarven
阅读(4906)
评论(0)
推荐(0)
编辑
Node.js API —— console(控制台)
摘要: // 说明 Node API 版本为 v0.10.31。 中文参考:http://blog.sina.com.cn/oleoneoy本段为博主注解。目录●控制台 ○console.log([data], [...]) ○console.info([data], [...]) ○console.e...
阅读全文
posted @ 2014-10-07 16:09 gvgarven
阅读(668)
评论(0)
推荐(0)
编辑
Node.js API —— Global Objects(全局对象)
摘要: // 说明 Node API 版本为 v0.10.31。 中文参考:http://blog.sina.com.cn/oleoneoy本段为博主注解。目录●全局对象 ○global ○process ○console ○Class: Buffer ○require() ■require.resol...
阅读全文
posted @ 2014-10-07 14:15 gvgarven
阅读(402)
评论(0)
推荐(0)
编辑
Node.js API —— Synopsis(概要)
摘要: // 说明 Node API 版本为 v0.10.31。 中文参考:http://nodeapi.ucdok.com/#/api/本段为博主注解。目录●概要概要一个以 ’Hello World‘ 作为响应的以 Node 编写的web 服务器:1 var http = require('http'...
阅读全文
posted @ 2014-10-07 12:14 gvgarven
阅读(192)
评论(0)
推荐(0)
编辑
下一页