some people say {} is more quicker than "new Object()" when create an Object. But I have tested. "new Object()" is about 45% quicker than {} operator.
what's the difference between than?
User Profile
Collapse
Profile Sidebar
Collapse
yoohoow
Last Activity: Oct 8 '12, 01:32 AM
Joined: Jul 22 '12
Location:
-
What is the difference between new Object() and {}
-
I think you can design a button on flash professional cs5, add AS link to it, export a swc file. then copy this swc file to your flex project. you may find the button you made in the custom component list, just drag it to flex design canvas. -
-
using dejavu-orm
Is any body use dejavu object relational mapper? I follow the dejavu pdf tutorial and try to run the example code . it's bad.
...Code:import dejavu class Zoo(dejavu.Unit): Name = dejavu.UnitProperty() Size = dejavu.UnitProperty(int) def total_legs(self): return sum([x.Legs for x in self.Animal()]) class Animal(dejavu.Unit): Legs = dejavu.UnitProperty(int,
No activity results to display
Show More
Leave a comment: