file-handling
Checking file handle type in PHP
I\'m using fopen to open a feed (.txt file) from a URL but sometimes the feed isn\'t found. I would like fopen to return FALSE when this happens, so I can handle the error. However, when the feed isn\[详细]
2023-03-26 08:57 分类:问答What is the word that means "directory" or "file"?
I\'m trying to name an开发者_Go百科 object that can be a file or a directory.What\'s the correct terminology for this?[详细]
2023-03-23 13:30 分类:问答Use PHP to put data onto server ( new DOMdocument not working)
I\'ve been trying to incorporate a log of usage on my website. I\'m using the following PHP code for it..[详细]
2023-03-21 06:00 分类:问答string is not being written in file - iPhone
I am using the following code in iPhone to write a string into the file that is stored in my iPhone Project Resource Folder. When i try to read its reading the data successfully but when i try to writ[详细]
2023-03-17 10:32 分类:问答read microsoft word document in java
is there a simple way of reading a microsoft word document in java without using Apache PO开发者_运维知识库I package?[详细]
2023-03-13 10:58 分类:问答how to open a text file(or any file) located in a folder other than the project folder in java
FileDialog fc=new FileDialog (new Frame(),\"Test File Dialog\"); fc.setVisible(true); String selectedFile=fc.getFile();[详细]
2023-03-12 15:00 分类:问答Generate Event after reading file
I want to raise the some event in Java after finishing the reading of file so that the handler can catch the event and proceed to next task .I am not able to find the existing event i开发者_Python百科[详细]
2023-03-12 12:59 分类:问答File handling in java
I have the below code. The below source code is from the file x.java. The hi.html is present in the same directory as x.java.[详细]
2023-03-10 21:24 分类:问答Create a file descriptor
I want to create a file descriptor in C whose value i will specify in code. I have a integer variable which specifies the value of file descriptor to be created. For e开发者_如何学Cxample i may need a[详细]
2023-03-04 03:10 分类:问答Advantages of closing file handle in perl [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably an开发者_Python百科swered in its current for[详细]
2023-03-02 16:29 分类:问答