python - ZIP Format Repeating character -


This is a theoretical question that it can be completed in any language but I am currently using Python. I want to archive a zip archive which must be expanded to a large amount of repetitive data. Is it possible to create a zip file that will extend to an expected number of characters? For example, if I zip file which will expand on foo.txt and the data will be in the aaaaaaa , then how difficult it will be to change it, as a result foo Txt Will there be one or more 10 characters in ? Can it be completed in Python without any external libraries?

Specifically, look at the implementation of. I believe that you can immediately modify the code there to generate such a file. That's what you are seeing.

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -