data-storage
Compressing digitalized document images
We are now required by law to digitalize all the financial documents in our company and submit them to evaluations every 3 months.[详细]
2023-01-02 15:14 分类:问答How does one implement storage/retrieval of smart-search/mailbox features?
I have a question regarding implementation of smart-search features.For example, consider something like \"smart mailboxes\" in various email applications.Let\'s assume you have your data (emails) sto[详细]
2023-01-01 09:01 分类:问答Storing data with a stand-alone C++ application
I work with Apache, PHP, and MySQL for web development and local applications. For the past couple of years I have slowly been learning C++ and want to build an appli开发者_如何学JAVAcation this summe[详细]
2022-12-31 01:35 分类:问答ORM on iPhone. More simple than CoreData
The question is rather simple. I know that there is SQLite. There is Core Data also. But I need something in between. More object-oriented than SQLite API and simplier than Core Data.[详细]
2022-12-29 11:58 分类:问答Is it okay to store user data in XML files?
I have an ap开发者_运维百科p that is being used by a few users (< 12 users). There are less than 2000 records so I decided to use an XML file and store the file under \\company\\product\\p.xml.[详细]
2022-12-29 11:43 分类:问答Which command would replace IDENTITY INSERT ON/OFF from SQLServer in Oracle?
I have to migrate this query (simplified here) from T-SQL to ORACLE SET IDENTITY_INSERT table ON INSERT INTO table (id, value) VALUES (1, 2)[详细]
2022-12-29 04:02 分类:问答FInding the hard disk storage capacity programmatically
How do I find out the storage capa开发者_如何转开发city of my harddisk without using the OS functions like dir or ls?On windows:[详细]
2022-12-26 11:37 分类:问答Data Storage question
Another newbie question: What\'s the best way to store data in a Cocoa application written in Obj-C? For example if I want to create a sort of \"quizzer\" that quizzes the user with pre-written (and u[详细]
2022-12-25 20:39 分类:问答Looking for the most painless non-RDBMS storage method in C#
I\'m writing a simple program that will run entirely client-side. (Desktop programming? do people still do that?) and I need a simple way to store trivial amounts of data in a structured form, but rea[详细]
2022-12-24 07:10 分类:问答Perl persistent data storage using Data::Dumper
I have been trying to figure this out for way to long tonight. I have googled it to death and none of the examples or my hacks of the examples are getting it done. It seems like this should be pretty[详细]
2022-12-24 00:54 分类:问答