compare
Java comparing two letters
I ran in to a small problem while working on my assignment. Basically I\'m making a small program that asks the user for 3 letters and compares them to 3 letters that are coded in. Then the program is[详细]
2023-04-13 06:12 分类:问答DB2 SQL query to compare 2 schemas
I have been unable to find a solution in my searching for this throughout the web, most responses recommend a tool, which leads me to believe this may be very difficult with an SQL query or something,[详细]
2023-04-13 02:15 分类:问答How to read contents of file into string in C++
I want to read the all the contents of a file into a string or some other method that would allow me to compare two files. I am looking for files that are exact matches.[详细]
2023-04-13 01:10 分类:问答Compare two regex with an If-Statement fails
I want to compare two regex in perl but it fails: Use of uninitialized value in numeric eq <==> at [... datafile & row]. Argument [different regex!] isn\'t numeric in numeric eq <==> [...][详细]
2023-04-12 23:23 分类:问答Compare csv file with with a column of a table
I have a csv file like this : george, nick, mary, john, micheal The user can make a file he likes. So he could have 4 or 5 or 28 lines for example.[详细]
2023-04-12 19:33 分类:问答figure out array type to compare arrays in java
I\'m trying to write a method to compare two arrays in Java without using .equals(). After comparing the size/length of the arrays, I want to sort them (assuming they are the same size), but I don\'t[详细]
2023-04-12 11:03 分类:问答Doctrine does not return null for NULL values when you use get magic methods
I have a Symfony application configured with Doctrine, and I have designed a one-to-many relationship between two models: a Item belongs to a Customer, which is an alias for sfGuardUser.[详细]
2023-04-12 00:05 分类:问答Python string compare issue
I\'ve got some code that looks like this: valid = set() for string in substrings: for line in dictionary_words:[详细]
2023-04-11 11:35 分类:问答PHP Switch with 2 values
is there a way to the php\'s SWITCH but with 2 values? Here\'s what I\'m looking for switch(a, b){ cas开发者_开发知识库e 1,2: some code... ; break;[详细]
2023-04-11 04:53 分类:问答PHP - how to compare value of arrays in dynamic way?
Ok, I have following \'challange\'; I have array like this: Array ( [0] => Array ( [id] => 9 [status] => 0[详细]
2023-04-11 04:12 分类:问答