摘要:
From:7 Exciting Web Development Trends for 20111. NO SQL2. ServerSide JSWhatever your backend language of choice is, you’re ultimately going to come back to JavaScript for constructing the frontend. Wouldn’t it be easier to simply use JavaScript universally?3. Utility JS Library4. True JS Framework5 阅读全文
摘要:
WebGL is a Web-based Graphics Library. It extends the capability of the JavaScript programming language to allow it to generate interactive 3D graphics within any compatible web browser. WebGL is a context of the canvas HTML element that provides a 3D computer graphics API without the use of plug-in 阅读全文
摘要:
摘自coolshell想在Visual Studio 2010下编写Python吗?那么,向你介绍这个微软官方的插件Python Tools for Visual Studio。你还可以在VS中调试你的Python代码。挺不错的。 在VS里开发Python,那么就可以使用Eclipse编写Android程序,这里有一篇教程教你 -Get Started Developing For Android With Eclipse, Reloaded 说到了Android,必然要提一提iOS。想学iOS编程吗?这里有一篇教程很不错,如果你是一个什么也不懂的初学者,你不妨看看这篇文章“Build iO. 阅读全文
摘要:
摘自coolshell以前向大家介绍过《一些重要的算法》和《算法和数据结构词典》,不过,你知道有些什么样比较奇怪的数据结构吗?wikipedia上的这个词条可以让你看看各种不同的数据结构。比如:Skip lists,Bloom filters,或是什么Dancing links。你也许会像一个以“如何学好C++”中的朋友们所说的,不削于这种所谓的“奇技淫巧”,甚至觉得这太根本不实用。其实,这些东西还是有用的,至少对你开阔思路,活动编程思维能力很有意义。 本站的关于排序的文章有很多,对于排序算法来说,其受到要排序的个数和数据的杂乱程度的影响,我们知道比较稳定的排序算法是快速排序和归并排序,归并. 阅读全文