This is the second article(collection) on how
to build a *nix development
environment by integrating remote
servers and local Linux/Mac clients. For the previous article on this topic, please re...
分类:
其他好文 时间:
2014-12-20 13:01:16
阅读次数:
257
申请地址 :https://developer.apple.com/appstore/contact/?topic=expedite常用原因:1.We have a product launch in the coming days. Considering that it's a media ev...
分类:
移动开发 时间:
2014-12-19 17:04:59
阅读次数:
191
https://cnodejs.org/topic/5189ff4f63e9f8a54207f60c1、拼接字符串时,String比buffer要快,buffer需要toString()。当保存非utf-8字符串,2进制等等其他格式的时候,需要使用buffer。var string3, buffer...
[last updated :2014/11/7]
JVM运行时数据区(JVM Runtime Area)其实就是指JVM在运行期间,其对计算机内存空间的划分和分配。本文将通过以下几个话题来讨论JVM运行时数据区。
Topic 1. JVM运行时数据区里有什么?Topic 2. 虚拟机栈 是什么?虚拟机栈里有什么?Topic 3.栈帧是什么?栈帧里有什么?Topic ...
分类:
编程语言 时间:
2014-12-18 15:18:14
阅读次数:
178
转载:https://cnodejs.org/topic/53787247cbcc396349fe3f5anpm install express --savenpm install socket.io --savechat.jsvar express = require('express');var...
分类:
Web程序 时间:
2014-12-18 10:17:39
阅读次数:
263
做kafka相关项目,需要用到监控的东东,找到了两个方法第一个:http://quantifind.com/KafkaOffsetMonitor/非常容易上手,效果也直观,可以显示各个topic consumer的offset broker存储log的长度不过发现一个bug就是当 consumer没...
分类:
其他好文 时间:
2014-12-17 17:55:21
阅读次数:
768
来自:http://shine-it.net/index.php?topic=8019.msg22007 最近单位要上一个OE,但OE7一天一个新更新,不知何年到头。 闲着没事写一点心得,不敢称为教程。 ubuntu是开源的,系统也稳定的,但对新手来说,liunix内核有很多不适应,又要学OE又要学...
分类:
编程语言 时间:
2014-12-15 10:26:39
阅读次数:
201
以下内容的来源:http://www.dndev.com/cgi-bin/forum/topic.cgi?forum=2&topic=1209&show=0转抄网上的一个帖子: 1. 不要看到别人的回复,第一句话就说:给个代码吧!你应该想想为什么。当你自己想出来再参考别人的提示,你就知道自己和...
分类:
其他好文 时间:
2014-12-12 18:38:46
阅读次数:
109
https://cnodejs.org/topic/51d51cd8d44cbfa3047926ba作者nswbmw详细内容大家可以看这个。由于时间久远,很多代码都过期了。我刚更新了app.js代码。/** * Module dependencies. */var express = require...
分类:
Web程序 时间:
2014-12-11 19:03:24
阅读次数:
483
I’ve blogged about this topic earlier and expressed my frustrations as to how web containers don’t provide good support for precompiling JSP, with the...
分类:
Web程序 时间:
2014-12-11 00:02:56
阅读次数:
257