temporary-files
Rails - Creating temp files in a portable way
My rails application runs on a Ubuntu server machine. I need to create temporary files in order to \"feed\" them to a second, independent app (I\'ll be using rake tasks for this, in case this informa[详细]
2022-12-18 04:52 分类:问答Using an encrypted file securely
I\'m writing an application with a dBASE database file in Borland Delphi 7. Note: I think this question is file-security related and you can forget the dBASE thing (consider it as a TXT file) in this[详细]
2022-12-16 11:22 分类:问答How Can I Delete Temporary Internet Files/Content.IE5/Index.dat?
Without purchasing someone elses software, how can I as a software engin开发者_运维技巧eer, delete index.dat?What OS Voodoo hoops do I have to jump through to accomplish the simple deletion of a singl[详细]
2022-12-14 22:03 分类:问答Writing to temp dir fails when running as SYSTEM on Win7
We have a Java application that includes components that run as SYSTEM on Windows machines. On Windows 7 x64, on开发者_如何学编程e component fails when trying to unpack the jnidispatch library:[详细]
2022-12-14 19:57 分类:问答Use pyExcelerator to generate dynamic Excel file with Django. Ensure unique temporary filename
I\'d like to generate a dynamic Excel file on request from Django. The library pyExcelerator does this, but I ha开发者_如何学Pythonven\'t found any way to use the contents of the Excel file without ge[详细]
2022-12-14 05:47 分类:问答Create temporary file and auto removed
I am writing a anti-leeching download script, and my plan is to create a temporary file, which is named by session ID, then after the session expires, the file will be automatically deleted. Is it pos[详细]
2022-12-12 08:55 分类:问答Java Project Modules - use InputStream/OutputStream or .tmpFile/byte[]
I found myself passing InputStream/OutputStream objects around my application modules. I\'m wondering if it\'s better to- save the content to disk and pass something like a Resourcebetween the variou[详细]
2022-12-12 03:11 分类:问答Font.createFont leaves files in temp directory
The code below does its work but leav开发者_JAVA技巧es copies of the font file in the temp directory each time it is run. These files are named +~JF7154903081130224445.tmp where the number seems rando[详细]
2022-12-11 13:11 分类:问答Adding an image to a JTooltip without knowing the image's path (due to the image being a temporary ressource)
To be a little more specific: I\'ve built a simple multithreaded TCPServer (Java) which communicates with clients (C# / mono). On request the Clients take a screenshot and send it to the Server.[详细]
2022-12-10 10:14 分类:问答Rsync create new file on file size change
I need to backup (for debugging) some temporary files meanwhile a program running. I used to do it with rsync-ing the /var/tmp/someprogram directory with find . -iname \'blahblah\' -exec rsync -someop[详细]
2022-12-08 06:30 分类:问答