Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: shekinskiy
  • Content: Threads
  • Order by date
  1. shekinskiy

    Linux GMT

    hi everybody, i dont know, maybe i should write this message in a forum about Linux. i have developed an application on Windows. and while i start to run following code it lists me a number of timezones including Etc/GMT-1, Etc/GMT-2, ..., Etc/GMT+1 in Windows, whereas it doesn't list...
  2. shekinskiy

    alert overwrite recall super

    i want overwrite alert, do somethink and recall super alert. not problem at overwriting, but a cann't recall super alert. function alert(aaa) { // do something confirm(aaa); // just for test, but works. //alert(aaa); //does not work, gives memory exception, it is understandable...
  3. shekinskiy

    javascript html unicode

    hi i have a problem with html unicode character. it runs correctly in html code, rise problem while it is between script tag and i need that the message should be between script tag. second link, first statement and third statement in function shows alphabetic characters (not unicode), but...
  4. shekinskiy

    nt service installer

    hi i want to install my Java application as NT Service. i have tried to find free one from search engines. i have used smaster, but it is old. i don't know it runs with java 1.4 and java 1.5. and also i cant find any link to download it. have any ideas? thanks..
  5. shekinskiy

    SocketTimeoutException: Read timed out

    hi i have a server socket and more that 200 client socket, i get exception above in client socket and my codes is bellow. //open method ServerSocket listener=new ServerSocket(port,Integer.MAX_VALUE); .... //accept method in loop in thread listener.setSoTimeout( 100000000L ); Socket...

Part and Inventory Search

Back
Top