storing-information
C# Encrypt Text Output
I have created a few little programs that export data to a text file using StreamWriter and then I read them back in using StreamReader. This works great and does what I need it to do but I was wonder[详细]
2023-03-30 00:44 分类:问答How to approach markdown storage in the db for user content?
I was thinking about allowing users to edit site content with markdown, as it\'s simple and easy. The question now is how do I store that input - should I convert it to html on save and then store raw[详细]
2023-03-09 21:48 分类:问答Methods of storing permanent data in java
I am currently doing a programming assignment and it says that we should \"store all the data in a data file and need to check the compatibility of the user PIN and account no. validity\"[详细]
2023-01-14 09:03 分类:问答Storing XML dataset in SQL Server 2000
I need to save the DataSet, results of a reportin开发者_如何学Pythong app, to a table in SQL Server 2000. Do I save the datasets the same way I would store files in the DB, via Byte Array()?SQL Server[详细]
2022-12-20 20:51 分类:问答If I'm not going to be saving data into an SQL database, where should I be saving it?
I\'m making an encyclopedia program of sorts similar to RAWR for World of Warcraft. I\'m not going to be saving data de an SQL database, but I\'ve been conditioned so hard to always do this when I\'m[详细]
2022-12-14 21:48 分类:问答