Jun
2
在java中一个hashCode算法,可以用来计算一个字符串的hash值,今天一个朋友突然问俺能不能在js中计算hashCode,要求和java的hashCode计算结果一样。
对于java的hashCode,以前到现在也一直没有了解过其算法,不过猜想应该也不会太难,于是现在java中写了这段代码进行测试:
对于java的hashCode,以前到现在也一直没有了解过其算法,不过猜想应该也不会太难,于是现在java中写了这段代码进行测试:
From 本站原创
May
29
IE7.js是用来解决版本低于7,高于或等于5的IE上的一些WEB标准的兼容性问题,可以看看解决的兼容性列表。
下载的压缩包中包括两部分,根目录下的文件都是经过压缩的。src目录下的代码是无压缩的源码,可供学习研究使用。
下载的压缩包中包括两部分,根目录下的文件都是经过压缩的。src目录下的代码是无压缩的源码,可供学习研究使用。
From 本站原创
May
29
EXTJS的商业转向,使得我对Ext似乎越来越没有信心了。相反对dojo有了点兴趣,毕竟两者都是WEBUI方面很强的重量级框架,今天看到Dojo又发布了一个demo:dojo.workers,效果很酷的说。
Demo地址:http://turtle.dojotoolkit.org/~dante/skewDemo/demo.html
此外看看Dojo的一些示例demo:http://dojocampus.org/
发现现在dojo做的也是很完善了,各种组件都有了。
Demo地址:http://turtle.dojotoolkit.org/~dante/skewDemo/demo.html
此外看看Dojo的一些示例demo:http://dojocampus.org/
发现现在dojo做的也是很完善了,各种组件都有了。
From 本站原创
May
29
一直都没有听说过这个框架,现在js/ajax框架满天飞,猜想这个也没什么好的地方,今日在 Ajaxian突然发现了它,随便到其网站上看了看。看了介绍,作者三年前都已经着手这个框架的开发了,大体看了下,发现其最大的特色当是MVC/Data Binding,这个框架吸收了MacOS下一种语言Cocoa的数据绑定功能,作者通过该框架很好的实现了数据绑定,简化了MVC的操作,从而简化程序代码量。
还没有具体研究,先在这里记录一下,有空研究研究。
网站地址:http://coherentjs.org/
网站有介绍、Demo、下载及详细的API文档。
还没有具体研究,先在这里记录一下,有空研究研究。
网站地址:http://coherentjs.org/
网站有介绍、Demo、下载及详细的API文档。
From 本站原创
May
27
moo.rd is a super lightweight javascript (object oriented) library based on the MooTools framework.
It is designed to give many useful and powerful functionalities to the developers, like a lot of effects, customizable standards, utility native functions, table management, virtual boxes and many more.
In addiction moo.rd is modular, flexible, and completely compatible with all MooTools plug-in.
项目地址:http://www.moord.it/
It is designed to give many useful and powerful functionalities to the developers, like a lot of effects, customizable standards, utility native functions, table management, virtual boxes and many more.
In addiction moo.rd is modular, flexible, and completely compatible with all MooTools plug-in.
项目地址:http://www.moord.it/
From 本站原创








