Questions tagged as 'armazenamento'

2
answers

How do I store settings for a site?

I want to develop a site that has some configuration options, for example: Keep the default or custom logo Allow new user registration Authorize anonymous comments on posts How should these settings be maintained? Remember that there...
asked by 01.12.2015 / 15:09
2
answers

How do I store and read settings?

Imagining that I have a small site, and this site stores and returns information from the database. I currently see a lot of people storing the login data for MySQL or paths in PHP variables or defines constants. <?php ... $db_host = "l...
asked by 30.11.2015 / 15:39
2
answers

How do I store credit card data securely?

I currently use third-party services to handle online transactions via credit card, they store their card data themselves and collect it. I want to store customer credit card data in my own database, having this data with me makes it possible...
asked by 12.04.2016 / 16:50
3
answers

Indications for the use of cookies?

What would be the indication to use cookies ? They would be a IsolateStorage of web development, but until today I could not find an application for them, in a social media project I'm working I used them only once to remember th...
asked by 06.01.2016 / 03:47
4
answers

What is the difference between SMALLINT (3) and INT (3)

I have a question about the difference between two types of data in MySQL: This document has this table: The default construct of these types is SMALLINT(M) and INT(M) where M = numero máximo de dígitos que o campo ir...
asked by 28.06.2018 / 17:15
1
answer

How to create a library for sound?

In my application the sound is recorded normally, except that I wanted to rename the recorded sound and then store it on the device. outputFile = Environment.getExternalStorageDirectory().getAbsolutePath() + "/javacodegeeksRecording.3gpp"; my...
asked by 24.06.2015 / 21:53
2
answers

How can I save TXT file in C: \ directory using C #?

I'm trying to make a small program for scrolling data and I want it to save a .txt file that stores the scrolls so it can be read later. The program is practically whole ready, all the features working, but when I try to select the directory whe...
asked by 30.10.2015 / 13:17
2
answers

Save Checkboxes Values in Android Studio

I'm in a project that has many checkboxes, and they have to be stored definitively, ie when the user close the app and reopen it has to be checked. Would you like to know how to save checkbox modes, definitely, in the app created in Android Stud...
asked by 14.09.2015 / 15:38
1
answer

What 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 graphs in the future. What are the means to save, modify and query data? So that I can easily repass the applica...
asked by 04.11.2015 / 01:52
1
answer

Can I store files in an executable?

I need to store a file, no matter its extension (it's mostly an executable) within another executable. I'm compiling with CodeDom an executable that inside it there is a "special" and encrypted file, while executing the all magic executable...
asked by 29.08.2017 / 09:03