Most voted "storage" questions
33 questions
Sort by count of
-
9
votes2
answers185
viewsHow to store a website settings?
I intend to develop a site that has some configuration options, for example: Maintain standard or custom logo Allow registration of new users Authorize anonymous comments in posts How should these…
-
8
votes2
answers671
viewsWhat is the way to store and read settings?
Imagining that I have a small site, and this site stores and returns information from the database. Currently I see many people storing the data of login for Mysql or paths in PHP variables or…
-
5
votes2
answers3711
viewsHow to store Credit Card data securely?
Currently I use third party services to handle online transactions via credit card, they store the card data themselves and make the charge. I am wanting to store the customer’s credit card data in…
-
5
votes4
answers11349
viewsWhat is the difference between SMALLINT(3) and INT(3)
I have a question about the difference between two types of data in Mysql: That document has this table: The standard construction of these types is SMALLINT(M) and INT(M) where M = numero máximo de…
-
4
votes1
answer94
viewsHow to create a sound library?
In my application is recorded sound normally, only I wanted to rename the recorded sound and then store in the device. outputFile = Environment.getExternalStorageDirectory().getAbsolutePath() +…
-
3
votes2
answers725
viewsHow can I save TXT file in C: directory using C#?
I’m trying to make a small data scrolling program and I want it to save a file. txt that stores the scrolls, so that it can be read later. The program is practically whole ready, all functionalities…
-
3
votes3
answers630
viewsIndications of use of cookies?
What would be the indication to use cookies? They would be a IsolateStorage web development, but so far I could not find an application for them, in a social media project I am working I used them…
-
2
votes2
answers1323
viewsSave Checkbox Values in Android Studio
I’m in a project that has many checkboxes, and they have to be stored permanently, IE, when the user closes the app and reopens it has to be marked. Would you like to know how to save checkbox modes…
-
2
votes1
answer327
viewsWhat types of storage for desktop applications?
Well, I’m developing a Java application to manage my bank statement, to separate the releases by categories and date, to generate charts in the future. What are the means to save, modify and query…
-
2
votes1
answer195
viewsIs it possible to store files in an executable?
I need to store a file, no matter its extension (it’s mainly an Executable) within another executable. It’s just, I’m compiling with Codedom an executable that inside it there is a file "special"…
-
2
votes1
answer57
viewsIs this path valid for all devices?
I am developing an app. It has the function of saving image in an own folder of the app. And I am using the following code : File file = new File("storage/emulated/0/PastaTeste/");//PastaTeste é a…
-
2
votes1
answer301
viewsChange Laravel directory /directory 8
I’m in trouble, using LARAVEL 8 and Voyager installed. When logging in via SSH on my shared server I am in "public", its going down a level I go to "meusite.com.br" here upei all the files and…
-
1
votes1
answer59
viewsAzure Storage Account - SSL Subdomain
I created a storage account on Azure. Azure Storage Accounts allows instead of using their URL NOME_da_CONTA.blob.core.windows.net I use a subdomain SUB.meusite.com. The Urls from Azure itself come…
-
1
votes2
answers2803
viewsFile storage, database or disk?
I am developing an intranet system, with a file storage module (exclusively PDF). What you tell me about the storage location, save to disk on the server or in a database? Remembering that it is an…
-
1
votes3
answers1674
viewsWhat is the best way to store videos, audios, images, documents in a bank?
I want to create a repository system where people can store videos, audios, pdfs, images etc. I will probably use PGSQL and want to know what is the best strategy for storing this data that can be…
-
1
votes0
answers270
viewsBest way to store images?
How best to store images? In a special directory, for example: public/images; In base64, on a data basis; Another way (which I did not quote earlier). And why? Note: I am using a Mongodb database.…
-
1
votes0
answers13
viewsError publishing production version on Azure
I’m trying to publish a version on Zure of a particular application and always accuses this error, before it climbed without probelmas. Running local the application works smoothly. What should I…
-
1
votes0
answers129
viewsscanf and getchar()
why in the second printf I can use only op=getchar(); but in the end I need to use a scanf to realize the question? #include <stdio.h> #include <stdlib.h> #include <ctype.h> int…
-
1
votes2
answers68
viewsWhat to use to store status in a database?
I am creating a database in Mysql and in it there will be a table to do point control: when the employee started working hours, when closed, when stopped for lunch and etc. I’ve been making a…
-
0
votes1
answer181
viewsWhat’s the best way to store images in an iOS app?
I’m working on an app, and I’ve read several websites and articles about how to store images in Core Data or the app directory. But I wondered what was the best way. I would like to know, what would…
-
0
votes1
answer304
viewsWhich method to use Sharedpreferences best?
I have an application with a webview in which a token returns when the user logs in. I need to save the user information to perform the auto-login the next time he logs in, I intend to do so using…
-
0
votes0
answers60
viewsHow to store images in Mysql
Speaks guys, I’m having a question: register image with encryption( that is only codes in DB ) or register local image, and save the image in a folder? NOTE: I don’t know if registering in the BD…
-
0
votes2
answers51
viewsAndroid storage
I am starting in the universe of Android, and I have the following question: In a login system, which type of storage should I use to persist the data of the user who logged in to that session, and…
-
0
votes1
answer252
viewsPYTHON - Storage of values, line by line, in txt
How do I store different values, row by row, in a txt file without deleting the previous one?
-
0
votes2
answers70
viewsBackup Database, which tool to use, alternatives, security and data access?
I don’t know if this is the right place to ask this question, if not I apologize and I exclude the question... Where I work we have a system that works with 2 types of database, Firebird 2.0 or…
-
0
votes0
answers21
viewsHow to save a Decode bae64 image to Laravel 8?
I am receiving a several images in Base64 format. I only receive the string. How do I decrypt and save on Laravel 8’s Torage? I’m doing it like this but it makes a mistake: $image1 =…
-
-1
votes1
answer437
viewsWhat is the best database to store a list of information
I am thinking of developing a project, in this case a website. I will need to have a database connection, I will opt for the mysql. On the site people could create an account, and later create a…
-
-1
votes1
answer538
viewsWhat does the Storage folder in the Laravel do?
In the Laravel installation, the Storage folder appears, but I never knew the real function of it. Also common is a folder of the same name in the opencart CMS.
-
-1
votes2
answers205
viewsHow to store data from a struct in a vector (c++)
I’m having trouble storing information inside a vector. I need to store information like a user’s name, password and account number, so I’m using a struct typedef struct { int conta; string nome;…
-
-1
votes1
answer149
viewsWhich file type should I use to store the python data
I am creating a program in Python that needs to store some settings and also need to save the data in a file of its own (Like Autocad that generates files in the format . DWG). So far I’ve used a…
-
-1
votes1
answer20
viewsIon Toggle not saved - Storage (Ionic)
Hello, I have a simple problem. I have a list of Toggles in my app. I need that when users check or uncheck Toggle, changes are saved after the application is closed. I am using Storagemodule. I…
-
-3
votes1
answer71
viewsKnow server storage capacity
I would like to know which of this information represents the storage capacity of my server?…
-
-3
votes0
answers10
viewsSave files to Storage or Mysql Database?
Personal the question may be 'simple', but in the company where I work the analyst requested that PDF files be saved in bank (Mysql - using Mediumblob type). But in Windows I always save files(pdf,…