Questions tagged as 'archivo'

0
answers

Retrieve file from the database

good morning, I want to recover a file that I have saved in the database, I have it in bytes, but I do not know how I can recover it, I want that pressing a button that file is downloaded to a local folder. This is the code I use to upload...
asked by 21.02.2018 / 18:02
0
answers

read and parse a large txt file in C ++

I have a text file of about 14k lines . It has this kind of format & Apple_01.png Momentos_Hu: 0.166941 0.000099 0.000077 0.000007 -0.000000 -0.000000 -0.000000 Descriptores_de_Fourier: 88416.051043 837.762710 1396.600494 3180.998153 1...
asked by 12.03.2018 / 22:31
2
answers

Save a file in the database without creating a virtual directory

good morning, I'm having a problem, I'm doing a project in Java and I upload it to the app engine, but app engine has a problem and it does not allow creating virtual directories, so what I want to do to solve this problem, is to save my file...
asked by 16.02.2018 / 14:21
0
answers

Sockets in java and sending multiple files

I want to send multiple files and I did the part of the selection of files and if I select a file to send, it does very well, yes I sent it, but the problem is when I want to send more than one file, when sending more from a file it tells me tha...
asked by 18.02.2018 / 17:53
0
answers

Print to a file

Good morning everyone. It turns out that I've been trying for a while trying to do what it says in the title and I'm running out of ideas. A few months ago I developed a print module with the PrintDocument class that draws the lines of t...
asked by 05.02.2018 / 19:01
0
answers

How do I hide LCK files from Atom?

How can I hide them? I find it somewhat confusing and annoying to have those files there because they greatly extend my navigation panel, since I have more than 30 documents.php in a folder and for each one I see one with the same name and with...
asked by 09.02.2018 / 21:02
1
answer

Write dictionary in text file

Hello, I am trying to write a dictionary, with name and phone data, in a text file and I can not achieve it. My dictionary is of the type: agenda = {"Juan": 14253, "Mariano": 24875, "Marcos": 65232} and what I did was this: agenda={"Juan":1425...
asked by 10.12.2017 / 21:13
0
answers

Save an array as a text file?

I want to save the values of an array in a text file Example of What I Want I have this currently in the file: Hola Como Estas I use the file () function to get the contents of the text file as an array, modify it and save it again:...
asked by 22.11.2017 / 14:56
1
answer

Doubt in reading files to a vector of structures

I've been eating my head for several days to find an error in the program, because it does not read the data from the file I created. I've been programming for a month (It's in C language) because I'm quite new and everything seems very difficul...
asked by 09.11.2017 / 18:52
1
answer

Import EXCEL file (xlsl) to Table

What I need is to be able to load the data of an Excel sheet to a table. I already tried with bcp. Also with Bulk Insert and finally enabled: sp_configure 'show advanced options', 1; RECONFIGURE; GO sp_configure 'Ad Hoc Distributed Queries'...
asked by 17.10.2017 / 18:19