I have two applications talking to each other using a queue, as of now they run exactly the same version of ruby (1.8.7), so I\'m just marshaling objects back and forth; only objects from the standard
I have somewhat unconventional use of exceptions in my app. If an exception happens in the method, I pass it as a part of the result object, something like this:
The main idea is that I have several worker instances of a Rails app, and then a main aggregate I want to do something like this with the following pseudo pseudo-code
I\'m hoping someone on this site can offer some help. I have a page that uses ajax to load a form (id: \"editform\") into a jQuery-ui dialog box. The dialog box has a button attached - when someone ch
What is the best way to count the number of entries in a 开发者_运维知识库property list? I currently build a dictionary from the plist entries (*) and then use the dictionary\'s count:
I am a bit new to WCF and will try to clearly describe what I am trying to do. I have a WCF webservice that uses JSON requests.I am doing fine sending/receiving JSON for the most part.For example, th
I am working in 64 bit x_86 64 bit OSX system. I am 开发者_如何学JAVAreading the file of legacy database.
I\'d like to use simplejson to serialize a Django model. Django\'s serializer doesn\'t support dictionaries... and simplejson doesn\'t support Django Querysets. This is quite a conundrum.
Given two instances of a class, is it a good and reliable practice to compare them by serializaing them first and then comparing byte arrays (or possibly hashes of arrays).
I\'m trying to figure out .NET serialization stuff and experiencing a problem. I\'ve made a simple program to test it and got stuck with using attributes. Here\'s the code: