large-files
Java : Read last n lines of a HUGE file
I want to read the last n lines of a very big file without reading the whole file into any buffer/memory area using Java.[详细]
2023-01-24 03:23 分类:问答gitignore by file size?
I\'m trying to implement Git to manage creative assets (Photoshop, Il开发者_Go百科lustrator, Maya, etc.), and I\'d like to exclude files from Git based on file size rather than extension, location, et[详细]
2023-01-22 10:05 分类:问答On windows _fseeki64 does not seek to SEEK_END correctly for large files
I have reduced the problem to the following basic function which should simply print the number of bytes in the file.[详细]
2023-01-22 09:25 分类:问答How to detect X-Accel-Redirect (Nginx) / X-Sendfile (Apache) support in PHP?
About Applicati开发者_运维技巧on I am working on an e-commerce application in PHP. To keep URL\'s secure, product download links are kept behind PHP. There is a file, say download.php, which accepts[详细]
2023-01-22 04:43 分类:问答Parse a large JSON file in ActionScript 3
I need to parse a large trace file (up to 200-300 MB) in a Flex application. I started using JSON instead of XML hoping to avoid these problems, but it did not help much. When the file is bigger than[详细]
2023-01-21 12:40 分类:问答Best approach for speedy debug and efficiently fixing large image files upload failure
Consider a normal PHP image upload functionality (not using AJAX) and there occurs this problem of large image upload failing occasionally - less frequently on one test server and more frequently on a[详细]
2023-01-21 10:49 分类:问答32 bit Windows and the 2GB file size limit (C with fseek and ftell)
I am attempting to port a small data analysis program from a 64 bit UNIX to a 32 bit Windows XP system (don\'t ask :)).[详细]
2023-01-21 09:56 分类:问答Downloading a Large File - iPhone SDK
I am using Erica Sadun\'s method of Asynchronous Downloads (link here for the project file: download), however her method does not work with files that have a big size (50 mb or above). If I try to do[详细]
2023-01-21 06:00 分类:问答Better way to store large files in a MySQL database?
I have a PHP script that you can upload very large files with (up to 500MB), and the file\'s content is stored in a MySQL database. Currently I do something like this:[详细]
2023-01-19 19:46 分类:问答C# serialize large array to disk
I have a very large graph stored in a single dimensional array (abo开发者_运维问答ut 1.1 GB) which I am able to store in memory on my machine which is running Windows XP with 2GB of ram and 2GB of vir[详细]
2023-01-18 15:48 分类:问答