Questions tagged [resolve]

Domain name resolvers determine the appropriate domain name servers responsible for the domain name in question by a sequence of queries starting with the right-most (top-level) domain label

Domain name resolvers determine the appropriate domain name servers responsible for the domain name in question by a sequence of queries starting with the right-most (top-level) domain label.

The mechanism in this simple form would place a large operating burden on the root servers, with every search for an address starting by querying one of them.

Being as critical as they are to the overall function of the system, such heavy use would create an insurmountable bottleneck for trillions of queries placed every day. In practice caching is used in DNS servers to overcome this problem, and as a result, root nameservers actually are involved with very little of the total traffic.

652 questions
-2
votes
3 answers

Failed to resolve Gradle Android Studio

I want to add some third-party libraries, but I always got the "Failed to resolve" error. I tried some suggestions I found here, like: Error:(23, 17) Failed to resolve: junit:junit:4.12 , Gradle failed to resolve library in Android Studio and…
TeachMePls
  • 197
  • 1
  • 2
  • 11
-3
votes
1 answer

How to get promise result in this case

I must fill a table with the data that I bring from the call to an api, after this call another api (QRCODES) to generate a Qr image with that data. the problem is that in the resulting array to pass to the table the field where the address to the…
Motias
  • 89
  • 9
-3
votes
2 answers

Script to output the resolved hostnames to a file

Im looking for a script (batch, perl, vb or whatever) that will resolve the hostnames i will give to it into IPS and output a file(optionally) with them, just as the Windows Hosts File. So for example, when i give to it: www.stackoverflow.com it…
user1948608
  • 1
  • 1
  • 1
-4
votes
2 answers

calculating the tuition total

With help I got the program to run and answer the questions but it does not show the tuition total. import java.util.Scanner; public class Student { private static String FirstName; private static String LastName; private static String…
David
  • 1
  • 1
  • 5
-5
votes
2 answers

Problems using Bundle. Unable to find method?

I'm trying to use a bundle. But the code gives me some errors.. The paramBundle.open returns with an error : cannot resolve method open(), the method close() does the same for me. The AnimationGetNewNumber method cant be resolved either. What am I…
Bas
  • 13
  • 3
1 2 3
43
44