现在的位置: 首页
0℃

Tengine 淘宝的Web服务器-基于Nginx

2012年05月08日 中间件, 参赛项目 

Tengine是由淘宝网发起的Web服务器项目。它在Nginx的基础上,针对大访问量网站的需求,添加了很多高级功能和特性。Tengine的性能和稳定性已经在大型的网站如淘宝网天猫商城等得到了很好的检验。它的最终目标是打造一个高效、稳定、安全、易用的Web平台。 从2011年12月开始,Tengine成为一个开源项目。

阅读全文
0℃

Javascript Debug Toolkit

2012年05月08日 参赛项目, 开发工具及框架 

JSDT(Javascript Debug Toolkit)是一个用于javascript调试的eclipse 插件,用于调试javascript。JSDT可以跨浏览器调试,支持在IE,Firefox,Safari,Chrome等主流浏览器中调试javascript。JSDT支持设置断点,单步调试等调试工具的基本特性。

阅读全文
1℃

Xun Bug 跨平台的phonegap框架调试、性能分析工具

2010年10月19日 参赛项目, 开发工具及框架 

Xun Bug is an application for debug and profiling javascript code. It is a powerful tool supports most of mobile browser such as iPhone,Android,BlackBerry,Windows Mobile and Symbian.
There is no need to install plugins in your browser.
With the debug tool of Xun bug,you can set breakpoint,watch call stacks,step and resume,watch expressions and so on.
With the profile tool of Xun bug, you can get the javascript function call tree and every call’s time ,you can also get the statistic of function calls.

阅读全文