thread vs fork?830 (8/26/2012 6:40:38 AM) comp.lang.java.programmer hi, is fork runs faster then thread in java?
thanks
from Peter (cmk128@hotmail.com)
... Peter
JOutlookBar1729 (4/26/2012 10:29:30 PM) comp.lang.java.programmer http://www.youtube.com/watch?v=p6PzTWYgezM how to make swing timer run faster? I use swing timer to draw the animation, but it runs slowly. ... Peter
swing component?823 (4/22/2012 2:19:19 PM) comp.lang.java.programmer Hi All, does swing component provide something like: component.setProperty("whatever", "value"); ?? thanks from Peter (cmk128@hotmail.com) ... Peter
how to execute439 (4/17/2012 9:59:01 AM) comp.lang.prolog Hi All How to execute the following program? % Mr S and Mr P problem % % There are two numbers M and N such that 11. every(X,P,Q) :- \+ (P,\+Q). % The remaining definitions are compiled: %:-compile(sandp1)... cmk128
who sending out email?167 (12/31/2011 6:25:58 AM) comp.os.linux.misc Hi Who is sending out the email? Dec 16 01:58:25 server1 sendmail[3492]: pBFHr9B0003436: to=3D,, delay=3D00:05:14, xdelay=3D00:00:00, maile= r=3Desmtp, pri=3D1596014, relay=3Drelay.verizon.net. [206.46.232.... cmk128
how to bypass this swing limit630 (9/16/2011 4:14:02 PM) comp.lang.java.programmer Dear All how to by pass this swing limit: Each GUI component can be contained only once. If a component is already in a container and you try to add it to another container, the component will be removed fro... Peter
can't stop JPanel paint231 (7/14/2011 11:43:04 AM) comp.lang.java.programmer Hi I have overrider all the paintXX method and did nothing in there. But why I still able to see the component on top of the JPanel? thanks from Peter (cmk128@hotmail.com) import java.awt.CardLayout; publ... Peter
microsoft mouse + KDE = crazy?170 (5/11/2011 7:03:54 PM) comp.os.linux.misc Hi All I have a Microsoft wireless mouse, for the mouse wheel, it scroll 80 lines a time in KDE. But my other mouse "elephant" just scroll one line a time, it is much more normal. Also, I can't find the w... peter
mysql tables corrupt question433 (5/11/2011 5:40:40 AM) comp.databases.mysql Dear All If I have thousand tables, how can I know which one is corrupted quickly? thanks from Peter (cmk128@hotmail.com) ... peter
cmk128's replies:
Items(9) /1
JOutlookBar1729 (4/26/2012 10:29:30 PM) comp.lang.java.programmer http://www.youtube.com/watch?v=p6PzTWYgezM how to make swing timer run faster? I use swing timer to draw the animation, but it runs slowly. ... cmk128(60)
peter-swing3031 (4/24/2012 6:18:25 PM) comp.lang.java.programmer Hi All I finished making the "OutlookBar" component, http://code.google.com/p/peter-swing/ I am going to make Breadcrumb. What GUI component you like but doesn't provide in JFC? thanks from Peter (cmk128@h... mcheung631(13)
how to execute439 (4/17/2012 9:59:01 AM) comp.lang.prolog Hi All How to execute the following program? % Mr S and Mr P problem % % There are two numbers M and N such that 11. every(X,P,Q) :- \+ (P,\+Q). % The remaining definitions are compiled: %:-compile(sandp1)... cmk128(60)
how to bypass this swing limit630 (9/16/2011 4:14:02 PM) comp.lang.java.programmer Dear All how to by pass this swing limit: Each GUI component can be contained only once. If a component is already in a container and you try to add it to another container, the component will be removed fro... cmk128(60)
swing theme1116 (10/22/2009 10:11:44 AM) comp.lang.java.gui http://code.google.com/p/petersoft-java-style-2/ will available to
download tomorrow
... cmk128(60)
my swing theme1029 (10/19/2009 6:43:26 PM) comp.lang.java.programmer Hi my swing theme: http://code.google.com/p/petersoft-java-style-2/ Is it look good? thanks from Peter (cmk128@hotmail.com) ... cmk128(60)
ctrl - c not working in pipe928 (8/17/2009 3:44:26 AM) comp.lang.java.programmer Dear All ProcessBuilder pb = new ProcessBuilder(bochsPath, "-q", "-f", "bochsrc.bxrc"); pb.directory(new File("test")); pb.redirectErrorStream(true); p = pb.start(); p.getOutputStream.write((byte)0x3); <----... cmk128(60)
super substr()?821 (8/1/2009 4:45:37 AM) comp.lang.php $a="123456" $b="45678" If want $c become "12345678", that mean I want combine two strings with overlapping each other. How to? thanks from Peter (cmk128@hotmail.com) ... cmk128(60)