Tagged Questions
The persistent-data tag has no wiki summary.
2
votes
2answers
164 views
What exactly does this Standard ML code do?
I'm reading Chris Okasaki's purely functional data structures, and there's one example I am having trouble with. It is located here. In particular, I don't understand how the rotate and exec ...
1
vote
2answers
52 views
Persistent variable on iframe?
I have a <div> being dynamically created, and it contains an <iframe>. The <iframe> may close itself, at which point the <div> is removed.
So far I have:
var div = ...
1
vote
1answer
304 views
Models with persistent state between HTTP requests
I want to create a web application with a model that persists between HTTP requests. From what I understand languages like PHP treat each HTTP request as a brand new connection except for some global ...
0
votes
5answers
141 views
How to save a PersistentStore
I've the following problem:
I've an app with a UITableView as root view. In this tableView are different entries and for each entry (which can be created by the user) I also add a persistentstore to ...
0
votes
2answers
73 views
Django : make a variable persistent
Basically I want to make a variable persitent in Django and I don't know how.
To be more precise, I want a user to choose a specific project when he logs in the site (via a ChoiceField for example). ...
0
votes
1answer
183 views
How Save Data Persistent From PHP to Android
How i save data from PHP to android persistently?
example:
i want all string in www.google.com saved in parameter textstring, and i use it..
0
votes
0answers
146 views
Saving attributes in a parent model derived from child models' attributes?
I'm writing an online order purchasing system composed of Orders has_many OrderItems, where order items have a photo and a print. Prints have a size and a cost.
I want the order and order items to ...
0
votes
3answers
135 views
Persistent data in a web app
What is the best way of storing persistent data ? I want to save the time the user was last active on the page.At first I used localstorage, then i switched to cookies because it seemed easier to use, ...
0
votes
1answer
222 views
Erase persistent data from Eclipse/Simulator
anyone know how to erase the persistent data from the Eclipse tool or from the Blackberry simulator? Resetting the simulator is not erasing the data.
i found these instructions in a book, but i'm ...
0
votes
3answers
122 views
Custom persistent-storage?
I need to make a desktop application that stores data, I want this data to protected, and besides, the user shouldn't have to install any data-servers (i.e. SQL-Server, office etc.).
I thought XML ...
0
votes
3answers
129 views
How do you farm out variables to persistent data?
Basically, I want to have my program retrieve various variables from the hard drive disk for use in the program. I guess, before asking for details, I should verify that is even possible. Is it?
If ...