Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

大数运算 #21

Open
RubyLouvre opened this issue Jul 15, 2012 · 1 comment
Open

大数运算 #21

RubyLouvre opened this issue Jul 15, 2012 · 1 comment

Comments

@RubyLouvre
Copy link
Owner

From Firebug console in Firefox 3.6.3

>>> 100==99.99
false
>>> 100==99.999
false
>>> 100==99.9999
false
>>> 100==99.99999
false
>>> 100==99.999999
false
>>> 100==99.9999999
false
>>> 100==99.99999999
false
>>> 100==99.999999999
false
>>> 100==99.9999999999
false
>>> 100==99.99999999999
false
>>> 100==99.999999999999
false
>>> 100==99.9999999999999
false
>>> 100==99.99999999999999
false
>>> 100==99.999999999999999
true
@RubyLouvre
Copy link
Owner Author

You will need a database that exposes itself over HTTP like couchDB. Without database access over HTTP it is not possible.

As for javascript frameworks you have two options

  1. Use a big library that does everything.
  2. Use many specific libraries

Some of the big libraries include: YUI3, Dojo, Goog, JavaScriptMVC

As for specific libraries for the tasks involved.

You also need a database that exposes itself over HTTP like CouchDB. You need to set up HTTPS and authentication properly for security.

Of course you lose non-javascript support.

All in all though I would not recommend using such a stack for your generic enterprise business application. It can be used for REST services.

Must read:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant