hash tag

10 questions


1 answers
279 views
0
Does cache writing overwrite all data in the cache at the same time?Is it possible to overwrite each line in the cache?

I have a question about the following article:Computer Architecture Story (139) Direct Map Cache and Its Notes|TECH+ (Tech Plus) When I rewrite the data in the cache, do I rewrite all the data in the ...

1 years ago

2 answers
124 views
0
I want to identify and change the hash part of the coin hive.

In html on the website<script src=https://authedmine.com/lib/authedmine.min.js></script><script> varminer = new CoinHive.Anonymous('hogesitekey', {throttle:0.3}); // Only start on no...

2 years ago

2 answers
149 views
0
To Find the Hash Value of a File Faster

I'm going to find the hash value of the file and use it to verify the same file.On Linuxmd5sum FILEThe prompts you for a hash value, but when it becomes a large file, it also takes time to find a hash...

2 years ago

1 answers
68 views
0
Using CRC32 and MD5 Differently

I think CRC32 and MD5 are both commonly used as hash algorithms?But how do you use it differently?

2 years ago

1 answers
135 views
0
How do you use MD5 hash?

Is there a method for making MD5 hash in Java?

2 years ago

1 answers
139 views
0
Why does String's hashCode() use 31 to multiply?

In Java, the hash code for the String object is s[0]*31n-1 + s[1]*31n-2 + ... + s[n-1] is calculated like this. To illustrate the above equation, s[i] is the ith character in the string, n is the leng...

2 years ago

1 answers
122 views
0
[JAVA] I have a question about HASH in HASH.

Hello, I am a student studying Android.HASH is in the HASHMAP.Well, to put it simply, KEY : valueA : 1B : 2C : 3D : 4E : 5There's this HASH, and dozens of these types of hashes have gone into the new ...

2 years ago

1 answers
82 views
0
How to hash 10 data

Literally, I want to hash 10 integers I don't know because I still lack the concept of hashingI was going to use Jenkins' hash function to do a hash.// Robert Jenkins' 32bit hash functionunsigned __in...

2 years ago

1 answers
119 views
0
Python Dictionary Questions

Hi, everyone.I have a question regarding Python dictionary function.We created a function that matches the following largest score - person names.I think it's recognized as 2,1 if the score is 20,19.I...

2 years ago

1 answers
84 views
0
What should I do when I have # instead of / in httpurl when I crawl Python?

Hello, everyone I'm a beginner who's been doing Python crawl lately.ㅠ


© 2024 OneMinuteCode. All rights reserved.