12 2011 档案

【译】ExtJS 4.1 beta发布
摘要:原文:http://www.sencha.com/forum/showthread.php?164313-Ext-JS-4.1-Beta-1-Now-Available 我们非常高兴现在可以在社区发布Ext JS4.1.0 Beta 1!此版本已修复上百个错误。作为第一个测试版,有几个问... 阅读全文

posted @ 2011-12-26 14:43 海南一哥 阅读(78) 评论(0) 推荐(0) 编辑

c++ int convert to std::string 转换成std::string
摘要:#include #include #include std::string int2str(int &i) { std::string s; std::stringstream ss(s); ss << i; return ss.str();} 阅读全文

posted @ 2011-12-20 09:42 海南一哥 阅读(191) 评论(0) 推荐(0) 编辑

【译】ExtJS 4.1会带来什么
摘要:原文:http://www.sencha.com/blog/whats-new-in-ext-js-4-1/ 即将到来的ExtJS 4.1的焦点是性能。我们一直在为这努力工作,而这主要集中在两个方面:渲染和布局。虽然我们的大多数时间一直致力于这项努力,但也有很多其他方法的进展可以分享。这... 阅读全文

posted @ 2011-12-06 23:32 海南一哥 阅读(113) 评论(0) 推荐(0) 编辑

离ExtJS 4.1 beta发布只剩26个bug了
摘要:以下是余下的bug列表:EXTJSIV-2074 Failed test: Verify that East panel expands when clicked on the expand button at left side of the center panelEXTJSIV-350... 阅读全文

posted @ 2011-12-01 13:59 海南一哥 阅读(80) 评论(0) 推荐(0) 编辑

导航