In my unit test class, I am having two list. One is the expecte开发者_如何学JAVAdValue and other is returnedType.
the problem is: I have a local directory \'/local\' and a remote FTP directory \'/remote\' full of subdirectories and files.I want to check if there are any new files in the sub-directories of \'/rem
I\'m trying to compare four arrays. Two of the four arrays store filenames, while the other two arrays store hashcodes.
I have two Databases. They are both filled into DataTables using t开发者_高级运维he GetTable1 \\ GetTable2 functions.
I am new to MySQL queries and a beginner at PHP, so I would love some help with this qu开发者_如何学运维estion.
I\'m reall开发者_如何学Cy new to programming (really, really new) and need help with the basics. I\'m trying to write a program with python that will compare the contents of two .txt files, one a refe
I want to perform a task using Java at specific, given hour. My code works, but it doesn\'t look good. I\'m comparing two strings. I tried to compare dates using getTimeInMills() but numbers aren\'t t
This question already has answers here: How do I compare strings in Java? (23 answers) Closed 6 months ago.
I am writing a program for class in which I analyze different product codes entered. It is pretty simple but I am having a problem. I am trying to end a loop if a user enters an \"E\" or \"e\". Howeve
I have tried to find other posts/information on this and none of them seem to work - although I\'m sure this is a simple ta开发者_Go百科sk.