Questions tagged as 'arquivo'

1
answer

Opening and reading giant files in C

How can I open a file for C language reading, over 100 MB? With this code below, I can read a file with more than 18,000 lines, but what I really need is to read a file with approximately 5,000,000 lines. Is this possible in C? char **xx...
asked by 14.12.2014 / 18:10
1
answer

How to check if a file was added to a directory in java? [closed]

I need a Java program, check if a text file has been added to a directory. Could someone help me?     
asked by 23.06.2018 / 05:29
1
answer

Solution for file_exists in php check

Alternate function for the file_exists () function define('BASE', 'http://localhost/seusite'); public static function checkImageExists($urlImage) { $filename = BASE . "/uploads/{$urlImage}"; $ExtFile = mb_strtolower(strrchr($filename...
asked by 13.02.2018 / 02:40
1
answer

Problem removing data from an ArrayList

Good afternoon, I'm having a hard time reading and writing data in an arraylist. The data from my TXT file: Frames 12345 Rafaela 54321 Kaique 12345 Matheus 54321 Here is my code: if( evento.getSource( ) == bENTRAR ) { ope...
asked by 04.09.2016 / 23:34
1
answer

Folder and image address with carousel bootstrap

How do I modify this DIV to accept a folder and image name? **<div class="fill" style="background-image:url('http://placehold.it/1900x1080&text=Slide Three');"></div>** I switch to 'folder / filename.jpg' and it does not loa...
asked by 12.11.2015 / 02:16
1
answer

Strange symbol in txt that prevents SEFAZ from reading .txt

I am generating a .txt file with information from an electronic invoice, it is imported into the free government application SEFAZ for note generation. genexus is generating the .txt file with special characters. When you do the p...
asked by 20.12.2014 / 13:23