Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m learning Java EE 6. I\'ve seen how much progress it has achieved in this release of the umbrella specification. EJBs 3.1 are far easier and more lightweight than previous versions, and CDI is ama
According to an article Groovy has Unfortunately at the same time Groovy is very slow at runtime. As a person, who did a lot to improve performance of Groovy I can probably speak about that very op
One of the problems with Drupal in general is that it is slow. We run Pressflow 6 in a high traffic production environment and it consumes a lot of resources for a site of its size.
I\'d like to get a record set where I can make comparison result with a relational table: character_abilities
I assume there is 开发者_StackOverflowa nice one-line way to say in ruby if mystr == \"abc\" or \"def \" or \"ghi\" or \"xyz\"
Though 99% of the code on our site is the work of 1 programmer, recently for the first time (and probably last) a programmer was hired to work on our site, he was given remote access to log in via ftp
I have defined my StateRegions properties with default values e.g.: public string Vermont { get { return string.IsNullOrEmpty(_region) ? \"NorthEast\" : _region;
I am implementin开发者_如何学Pythong my own boost::array variant for fun and education, and I was just wondering: should comparing two arrays of different size yield false, or should it be a type erro
I need to compare the object to know what properties are changed and what properties are added new. Is there any code snippet which will loop through entire object and its properties and alert if any