I have created a login application in jsp/servlet in my web project and I want to开发者_JS百科 know about the geographic locations of different users those access my login page. How can I know that a
I\'ve written a dll that runs an Excel add-in (some years ago). I use this code to retrieve the domain name and that works fine in Windows XP, but it fails in Windows 7.
In my c++ application I want to detect if two host identifiers (name or/and IP) are pointing to same host (including local and net IPs). For example \"google.com\" and \"209.85.148.105\" are same, \"1
sorry f开发者_JAVA百科or this newbie question, as a Developer I never setup a web domain dns on a windows server. I already buy my .com domain, i will get an instance on amazon ec2. How I setup the dn
Good day to all. I have the flowing problem. I have 2 domains. On one domain I send an ajax post to t开发者_开发知识库he other and expect some results. The problem is that the response is always empt
Is it possible to detect source of web forwarding? Fo开发者_如何学运维r example, Domain A redirects to Domain B where Domain B has PHP hosting?
I want to create a home-brew server farm, hosted on my own Windows 7 x64 box.There would be three guest 2k8 Servers, one each to run IIS, a domain controller, and SQL Server 2k8 R2.All guest machines
I use grails-1.3.2 and hbase plugin. I have some difficulty in creating one-to-Many association with hbase (i can work with hibernate), so
I am trying to get the hostname by passing in the ip address. I use the following code. System.Net.Dns.GetHostEntry(\"192.168.x.x\").HostName
How can I get a map of the key/values of only the user-defined properties on one of my domain objects?