web socket example to stream screen to html 5 player 2013-10-22 4.9K Here is a working example using web socket to stream screen to html 5 player. The server is in java,…
SwingUtilities.updateComponentTreeUI(this); will reset all custom UI 2013-10-13 3.6K SwingUtilities.updateComponentTreeUI(this); will reset your own UI, if you call setUI() in constructor. Example: PeterCustomeTabbedPane ----- extend ------> MaryCustomTabbedPane ---- extend…
i may know why the gdb command "x" only request one byte each time 2013-10-08 3.3K I am playing the gdbstub in qemu, i found a bug there http://peter.kingofcoders.com/?p=859 , if i invoke the function cpu_physical_memory_rw(0xffff0, mem_buf, 50,…
qemu 1.6.0 rc2 has bug 2013-10-07 4.8K I found a bug in qemu, version 1.6.0 rc2. When i invoke: where addr=0xffff0 and noOfBytes=50, qemu will has segmentation…
Enable core dump in mac 2013-10-06 3.2K enable core dump in mac, you need these commands The core dump files are in /cores by default