large-files
Transferring large files using WCF and ASP.NET web forms
I\'m trying to upload large files (upto 200MB) via ASP.NET web forms and store them in the database. I am able to upload large files using FileUpload control and I have setup a field in SQL Server as[详细]
2023-03-13 00:28 分类:问答Searching for a string in a large text file - profiling various methods in python
This question has been asked many times. After spending some time reading the answers, I did some quick profiling to try out the various methods mentioned previously...[详细]
2023-03-10 05:13 分类:问答Python - Search for items in hundreds of large, gzipped files
Unfortunately, I\'m working with an extremely large corpus which is spread into hundreds of .gz files -- 24 gigabytes (packed) worth, in fact. Python is really my native language (hah) but I was wonde[详细]
2023-03-09 03:18 分类:问答How to load large nt/rdf dump into a Jena/PostgreSQL model (TDB/RDB?)
I\'m using DBpedia in my project. So far I\'ve been using a SPARQL client, but the performance is far from being acceptable (not to mention the frequent downtime of the end point).[详细]
2023-03-07 03:14 分类:问答FileReference supports files larger than 4 gb... what's the point?
Recently reading FileReference manual 开发者_如何转开发on Adobe LiveDocs, I stumbled upon an interesting note in the description for the size property, that I\'ve never noticed before:[详细]
2023-03-06 12:57 分类:问答Alternatives to JUpload for very large (> 2GB) files
Our customers need to upload very large files (around 10GB or so) to our web-service.Ignoring any server side complexities, what options exist for the client side?JUpload seems to be the most common,[详细]
2023-03-03 10:32 分类:问答Modulo based load balancing without a mutex?
I might be going about this all wrong, but here\'s my problem and proposed solution: You have a 50+ gigabyte file with hundreds开发者_StackOverflow社区 of millions of independent records that need to[详细]
2023-03-02 15:37 分类:问答Is there a fast way of adding or removing content in the middle of a very large file
Say I have a very large file (say > 1GB) and I want to add a single character in the middle of it. Is it possible to do this without reading and writing the whole file out? My current solution is this[详细]
2023-02-28 04:39 分类:问答Finding Changes between 2 HUGE zone (text) files
I have access to the .com zone files.A zone file is a text file with a list of domain names and their nameservers.It follows a format such as:[详细]
2023-02-18 04:42 分类:问答Visually diff very large files
I have two XML files which I would like to visually diff. They both have approximately 145,000 lines in them. Win开发者_运维百科diff is dying on me when I attempt to do this.[详细]
2023-02-15 19:04 分类:问答