a suggestion:
for you to be able to capture their specific IP address, you have to add a TCP implementation( ServerSocket and Socket). A thread with a piece of code there so as the client... you are to implement only for that purpose... and
after you captured their IP addresses, you may create your own communication protocol for the server/client(indicato rs that the client's ip have already registered) then cut the TCP connection...
User Profile
Collapse
-
What have you done so far?
You can do experiments with HttpURLConnecti on and Scanner classes
or there's a simple API that directly captures a source content of a crawlable webpage...
SwacidWare FrameworkLeave a comment:
-
I guess it would be simpler if you convert the input value into a string. access the element of that string and get the representation. ...Leave a comment:
-
I think you posted on an inappropriate section.
goto ASP .NET sectionLeave a comment:
-
All of your replies are effective, thank you so much. appreciated :)Leave a comment:
-
Select query between two tables
I need help on how to query this scenario
Suppose i have this tables:
TABLE1
+--------+-------+
| usr | value |
+--------+-------+
| werty1 | 789 |
| werty2 | 789 |
| werty3 | 1111 |
| werty4 | 3423 |
| werty5 | 234 |
| werty6 | 234 |
+--------+-------+
TABLE2
+--------+-------+
| usr | value |
+--------+-------+... -
-
Ranking records with how many times they exist
For example:
Cat
Dog
Cow
Rat
Cat
Cat
Rat
Cow
Cow
Cow
(RESULT)
Where it exist:
Cow 4 times
Cat 3 times
Rat 2 times
Dog 1 time
I would like to have a result like the one i mentioned above (RESULT)
How would it be queried like?
The current implementation has 2 queries, 1st is to select them distinctly,... -
-
INSERT query ( Special case )
Good day,
I dont know if this would be called a special case since this will be my first time to have an idea where i would like to insert a value from the table with a condition
Is it possible?
For example:
I have a table 'tablename', and has a column 'values' and expected to put millions of unique values in that table. The constraints would be, that column will also accept NULL value and... -
-
sukatoa replied to When i run this code it says that resultset object type_forward_only not indentifiedin Javacould you post the whole generated Stacktrace? ( about the error )Leave a comment:
-
Create a lookup table for the player moves, then use it as a reference for the computer move against the person......Leave a comment:
-
-
-
pop-up dialog or any interface is still a graphical user interface, if you have time, you may develop your own gui like swing/awt/swt... and use it on your applicationLeave a comment:
-
I have found some goodies on the net and one of them is the link below
Try this one...
I hope it helps...Leave a comment:
-
Updating a specific column ( Special case )
I have a table, where it composed of several columns, but i am concerning only on a specific column with datatype varchar under that db table...
Now, for example:
column: links
values:
http://localhost/asdf/asdf.php
http://localhost/
http://localhost/12312/adfdf.php
http://localhost/ghierew/adfd.html
Now, i would like to update... -
Thank you for your reply Atli, i guess that is what i am looking for :)...Leave a comment:
No activity results to display
Show More
Leave a comment: