I\'m building a CLI survey app in Java that lets users answer multiple-choice questions. Please tell me how my approach can be improved.
What approach could someone suggest to save the current page as an HTML file to the server? In this case, also note that security is not an issue.
I\'m having a site done in wordpress with some 10 pages. I\'ll need to save it, the whole site with the links working for offline use every time i update the content. Now what am doing is save each pa
I was wondering if there is any sort of functionality in NHibernate to check if changes have been made to an object sense it has been loaded that would require a write to the DB to save.
I have small COCOA Mac OS application to play with core data. I have overridden default save function to do extra job after saving document (automatically save a zip copy also).
I\'m migrating from SubSonic to EF4. In SubSonic开发者_Go百科 models had a function called Save, if the key of the model was 0 an insert was done, otherwise an update.
i\'ve still have got problems with the NSKeyedArchiver. I implemented everything I was told to do, but it still does not work. I\'m kind of frustrated. So could anyone help me out?
I am going to save a HTML code base page as my data in MySQL.Can i do it or开发者_开发技巧 I have to save it as a html file and get it again?Yes, you can save a HTML file in a database.Try a MEDIUMBLO
First of all, I wanted to say, that my problem was already discuss here, on SO, and here it is. But the answers are not the good ones...
I have a score system and I would like to log all scores in a text file separated by line breaks. Here is my current save code: