storing-data Questions
0
I've a small library in C that makes use of HDF5 to write data (v. 1.8.14) under Windows. That lib is then used by a C# app that does some other stuff and then needs to write quite a lot of data.
...
Gatias asked 7/8, 2017 at 14:22
7
Solved
I know how to read a file with Java using Scanner and File IOException, but the only thing I don't know is how to store the text in the files as an array.
Here is a snippet of my code:
public s...
Phenformin asked 7/11, 2013 at 19:14
3
Solved
I'm developing an application using Java (J2SE).
I need to store a Time in database (e.g. 16:30:12).
When I need to store date (Or date+time) I convert it to Unix timestamp and I store it as a Long...
Eyespot asked 5/12, 2011 at 10:58
4
Solved
I have database with user subscriptions to topics.
There is currently about 20 000 topics,
20 mln users and 200 mln subscriptions stored in SQL database.
Because of its size, the database is partit...
Kingdom asked 12/9, 2015 at 16:13
5
Solved
I am new to iOS, so please spare me if i am asking something thats known to everyone or something wrong.
I need to save some Arrays and links in my app. So i used NSUserDefaults instead of Databa...
Slovenia asked 7/8, 2015 at 5:7
1
I want to run an R-script from the command line (on a Linux machine) and store the results in a subdirectory of the working directory. It looks like that:
./myscript.r [param 1] [param 2] [param 3...
Monochord asked 28/4, 2015 at 19:52
2
Solved
Suppose each user has some numbers(IDs of props in a web game, e.g.) to store in a DB.
I saw some implementations storing the numbers as a JSON string (representing an Array structure) in one fie...
Avow asked 17/5, 2014 at 9:59
1
Solved
Here is my entity:
[Table( Name = "PdfMeta" )]
public class Meta
{
[Key()]
public int Id { get; set; }
[Column(Name = "TotalPages")]
public int TotalPages { get; set; }
[Column(Name = "PdfP...
Porker asked 15/3, 2013 at 16:27
3
Solved
There allot of discussion on storing page views for an article or video in a database, but I can't seem to find any information on storing daily page views. For example DeviantArt shows you the pas...
Pot asked 1/12, 2012 at 13:24
1
© 2022 - 2024 — McMap. All rights reserved.