Top "Key" questions

A unique identifier used to retrieve a paired value.

Android EditText delete(backspace) key event

How can I detect delete (backspace) key event for a editText? I've tried using TextWatcher, but when the editText is …

android events android-edittext key
SSL: error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch

I'm not able to setup SSL. I've Googled and I found a few solutions but none of them worked for …

ssl nginx openssl certificate key
How can I see if a Perl hash already has a certain key?

I have a Perl script that is counting the number of occurrences of various strings in a text file. I …

perl hash key lookup
Differences between key, superkey, minimal superkey, candidate key and primary key

I'm new to MySQL, and I'm really confused about the different terms that I've encountered. I tried googling the answer …

key terminology database-schema
How to check if multiple array keys exists

I have a variety of arrays that will either contain story & message or just story How would I check …

php key
php: how to get associative array key from numeric index?

If I have: $array = array( 'one' =>'value', 'two' => 'value2' ); how do I get the string one back …

php key associative-array
How to get key names from JSON using jq

curl http://testhost.test.com:8080/application/app/version | jq '.version' | jq '.[]' The above command outputs only the …

json shell unix key jq
How to Generate Unique Public and Private Key via RSA

I am building a custom shopping cart where CC numbers and Exp date will be stored in a database until …

c# encryption cryptography rsa key
Python: create dictionary using dict() with integer keys?

In Python, I see people creating dictionaries like this: d = dict( one = 1, two = 2, three = 3 ) What if my keys are integers? …

python dictionary integer key
There are no primary or candidate keys in the referenced table that match the referencing column list in the foreign key

In SQL Server , I got this error -> "There are no primary or candidate keys in the referenced table …

sql sql-server key candidate