len (RSS)

You look at the difference between StringBuilder and StringBuffer it?

You look at the difference between StringBuilder and StringBuffer it? The two string classes, it is estimated there in front of me a couple of years old, but I have been concerned about the difference ...

javascript for cycle speed optimization

JAVASCRIPT recently encountered a situation to write .. that is on the page circulating a 2000 times more like to deal with. The beginning of the code is written Obj which is the length of 2000 to rea ...

Talk about how to develop efficient javascript

First, simplify the code Formulation of a more short, not only can reduce the number of characters input, but also can reduce the file size. A simple majority of the wording of the code has been sligh ...

javascript library: ArrayList.js

Source: http://www.moon-soft.com/doc/50720.htm / ** use as ArrayList for java programmer * / function testArrayList () ( alert ( "ArrayList test begin:"); try ( var list = new ArrayList (); ...

Facilitate a more general function of self-definition of Ajax

There is only one function on the Ajax, for example to call Test (), as a result of a function of JavaScript do not need to affirm the fixed parameters, to achieve dynamic access to transmission, the ...

妙用javascript (2)

12: JS to use dynamic pages in the WEB to increase the ranks of: Here the main use of innerHTML, cells, rows, appendChild, etc. With a number of methods and properties are basically on their OK, and m ...

Sohu blog's Flash ads switching effect

Call the method:

Ajax the Clear Cache

The first is: in the Ajax to add the URL parameters "? Fresh =" + Math.random (); / / Of course, here the parameters can be obtained fresh The second: the parameters in the URL after "? ...

JS implementation using copy / paste function

This article is from the Internet to collect me from organize. 1, the basic reproduction 2, the expansion of copy: Copy table 3, compatible with IE, firefox browser, such as a copy of

Convert Unicode (JS)

Convert Unicode (JS)

JavaScript html js gradient and gradient color effects, a very good js code

Transfer from: http://www.cnblogs.com/cloudgamer/default.html?OnlyTitle=1 Black hair: http://heisetoufa.javaeye.com/

How to optimize the performance of JavaScript scripts

How to optimize the performance of JavaScript scripts With the development of network, network speed and machine speed improve, more and more used in a rich web client technologies. Ajax is now the mo ...

Books Notes 1

Should not be regarded as the new Ruby you learn, review should be considered. Rails are also used by some, but not done so before the notebook. I once wrote a post to discuss about Perl, Python and R ...

hibernate-memcached - memcached at Hibernate to use as a secondary sub --

http://www.blogjava.net/xmatthew/archive/2008/08/20/223293.html Today use the Internet to see a two memcached distributed cache as Hibernate, feeling quite interesting in that try, and feel good, they ...

ajax package (create, call) Example

1.share.js function MyAjax (url) ( this.url = url; this.xmlHttp = (); ); MyAjax.prototype.createXMLHttpRequest = function () ( if (window.XMLHttpRequest) ( this.xmlHttp = new XMLHttpRequest (); ) Else ...

Verification Code Rails implementation continued

http://sanyking.javaeye.com/blog/120339 Connect with the address above on this website are one of the other way regarding the implementation Verification Code article, my article are based on the abov ...