As part of an Excel Workbook Template a Dictionary object (from开发者_如何学Python the Scripting Runtime Library) is created and added to.Is it possible to save this in some way along with the Workboo
I have a Windows Form with some textboxes and a Save button.When the form loads the textboxes are populated with data from an entity in my model.When the user clicks on the save button the values in e
I am trying to save an array into core data using NSData but my ManagedObjectContext says there are 0 objects and when I call it, I have it appearing as NULL. I have an entity called Event and 3 attri
Im trying to find a way开发者_如何学Go to save data before my app enters multitasking, i know how to save data, but i dont know what method to use to save it before the app enters multitasking.
Okay, I\'m tying myself up in knots here - I need clearer heads than mine to cut through to the centre of the problem!
I am writing images to the directory of my app using the following code in a separate thread for (int j =0; j<[sorted count]; j++) {
I amnavigating from Activity_A to Activity_B and showing a list view in Activity_B , when I press back buttonin Activity_B control comes to Activity_A. Now, again I navigate to Activity_B, now I dont
I saw this question: how to save tags(keywords) in database? Good answer for how the database should be structured. But which way is best to do the saving process in php? A process that handles both
I have a custom class that I wish to save and load. The class contains an NSDate, an NSString, and an NSNumber. I have implemented the NSCoding protocol in the .h file. Here is the code I have so far.
I have a custom class and I am trying to save an array within my class. In the encodeWithCoder method I use the encodeRootObject:theShotArray to save the data. What should I use for the initWithCoder