Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
M

Mr_z

@Mr_z
About
Posts
5
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Connection between client and server Through websocket and vertx api
    M Mr_z

    i use

    var ws_address = "ws://" + document.location.host + document.location.pathname + ":8089";

    not work

    Java question java javascript asp-net com

  • Connection between client and server Through websocket and vertx api
    M Mr_z

    How do I write this?
    I need them both to listen to Port 8090

    Java question java javascript asp-net com

  • Connection between client and server Through websocket and vertx api
    M Mr_z

    Hi, I have two files one - client side in Java script, the other in Java - server side ..
    I can not send and receive messages What is the problem? Thanks

    Js:

        Wiki Project 
        window.addEventListener("load", onLoad, false);
           
            function onLoad()
            {
                var ws\_address = "ws://0.0.0.0:8090"; 
                var socket = new WebSocket(ws\_address);
                                
                socket.onopen = function(event) {onOpen(event);};
                socket.onclose = function(event) {onClose(event);};
                socket.onmessage = function(event) {onMessage(event);};
            }
            
            function onOpen(event)
            {
                alert("OPEN Connection");
            }   
            
            function onClose(event)
            {
                alert("CLOSE Connection");
            }
            
            function onMessage(event)
            {     
                alert(event.data.toString()); 
            }      
            
            function insertMessage()
            {      
                socket.send(document.directing.message.value);
                document.directing.message.value = "";
            }      
            
            function viewMessages()
            {            
                socket.send("@View@");  
            }         
    
            function deleteMessage()
            {         
                socket.send("@Delete@");
            }   
        
    
    
     
        
    
    
          Write a message: 
    

    Java:

    package com.mycompany.wiki_project;

    import io.vertx.core.Vertx;

    class VertxServer
    {
    private static int place;
    private static String store_in_server[];
    pri

    Java question java javascript asp-net com

  • Need help on learning Objective-C
    M Mr_z

    Hello, Start here >> https://developer.apple.com/library/mac/Documentation/Cocoa/Conceptual/CocoaFundamentals/Introduction/Introduction.html#//apple_ref/doc/uid/TP40002974[^]

    Objective-C and Swift question csharp c++ java swift

  • problem with inheritance
    M Mr_z

    שלום אסף -- אלה התיקונים שצריך להכניס כדי שהתוצאה תראה כפי שרצית 1] Derived bObj = new Derived() ; 2] class Derived extends Base public static void foo(Derived bObj) אני חושב שהתוצאה הלא נכונה נגרמת בגלל "דריסה" לא נכונה של המחלקה היורשת

    Java oop help question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups