September 9th, 2008
msquared (Administrator)
|
How to Find Array Names in a Set
一件垃圾QQ:361975335, 代码骗子
http://forum2.kingofcoders.com/viewthread.php?tid=412&extra=page%3D1&frombbs=1
Jazz Kyat 提到: more »
|
|
=?UTF-8?B?5Luj56CB6aqX5a2QLGh0dHA6Ly9mb3J1bTIua2luZ29mY29kZXJzLmM=?==?UTF-8?B?b20vdmlld3RocmVhZC5waHA/dGlkPTQxMiZleHRyYT1wYWdlJTNEMSZmcm9tYmI=?==?UTF-8?B?cz0xIA==?=
一件垃圾QQ:361975335, 代码骗子
http://forum2.kingofcoders.com/viewthread.php?tid=412&extra=page%3D1&frombbs=1 more »
|
|
Suggestions for Encryption Algorithms and Languages?? [ I'm new at this ]
On Wed, 17 Sep 2008 13:22:44 -0400, Robert Blass wrote:
If you want to encrypt something, then eliminate any parts that are
always the same,... more »
|
|
Java and 3D
On Tue, 09 Sep 2008 14:58:38 +0200, Hannes De Bondt wrote:
You might be better off with a 3d package, but in the old days we'd
simulate 3d on 2d by... more »
|
|
How to tell if the other end of socket connection is dead without polling?
On Wed, 27 Aug 2008 13:01:42 +0200, Robert Larsen wrote:
http://www.developerweb.net/forum/showthread.php?t=2983 more »
|
|
Re: Suggestions for Encryption Algorithms and Languages?? [ I'm new at this ]
Robert Blass wrote:
Answer was not posted because you posted to the following... more »
|
|
Generic generics help
Does anyone think Java generics are misnamed?
Suppose I have the following:
LinkedList myList;
LinkedList <Foo yourList;
Isn't "myList" *more*... more »
|
|
Inter Process Communication, full-duplex
Ian Semmel <isemmelNOJUNK@NOJUNKrocketcomp.com.au>
on Friday 18 July 2008 15:19
wrote in comp.lang.java:
Really, comunications from localhost to... more »
|
|
swing skin
1 Reply |
Posted by: Peter
| Last post by Ian Shef, 62 days ago
Peter <cmk128@hotmail.comwrote in news:48a140ac$1@127.0.0.1:
If you want us to look at your applet, how about posting one that does not
try to run... more »
|
|
new eBook on multicore programming
|
Delaying a loop
Eustace wrote:
What you probably want to do is something like this (pseudo code):
public class StuffDoer implements Runnable {
private void... more »
|
|
Reading directly from /dev/input/event* on Linux?
Heapdriver wrote:
Java programs can open the same files as native ones. The user just
needs the correct permissions. more »
|
|
JAVA/ SOA/ DOD/ CONTRACT/ IN
TOM GUGGER
INDEPENDENT RECRUITER
tgugger@bex.net
419-537-9447
SOFTWARE ENGINEER/ JAVA/ CONTRACT/ IN
Must Be US Citizen All work On Site
SOA... more »
|
|
New to Java - Guidance Required
Ian Semmel wrote:
A "web" app can be deployed on networks other than the internet. You
might want to look into using a framework.
--
Dave... more »
|
|
Screen Capture in Java
Tuy Solang wrote:
The Robot class has been there since Java 1.3 so it is ancient :-) more »
|
|
File Owner
1 Reply |
Posted by: Mark
| Last post by Brandon McCombs, 98 days ago
|
|
What do Java programmers feel is missing from C#?
20 Replies |
Posted by: mc
| Last post by Jeremy, 108 days ago
I don't think this guy knows what he's doing. There's no possible way "c#"
is that much slower. I doubt it's even slower at all. And besides,... more »
|
|
smaller memory requirements
1 Reply |
Posted by: z1
| Last post by z1, 108 days ago
this is one explanation i found:
The new JVM shares classes across java apps currently running, which means
you have a one time cost for loading... more »
|
|
tables
wizard of oz wrote:
Thanks, had be something like this :-) more »
|
|
Signed java applet
Robert Larsen wrote:
It has nothing to do with your code - it is the browser's mechanism for
handling permissions. The "don't allow" is persistent... more »
|
|
BigDecimal Builder and immutability...
Our application uses BigDecimal, and BigDecimal is immutable. Immutability
is certainly a good thing, but it also means that there are a lot... more »
|
|
Reflection: setting public fields of an object from another package
Hello!
I have a method, that is supposed to set fields in an object passed to it.
Any object -- the names of the fields are determined at run-time,... more »
|
|
Abstract Styled Document and undo
Hi all,
I'm extending an Abstract Styled Document associated with a JTextPanel to
implement a syntax highlighting editor. This is all working just... more »
|
|
The meaning of clone.
Hello, I was puzzled why the several guides and Java tutorials when
describing
the "Object clone();" method do not advice implementing clone using... more »
|
|
Inter-app Messaging
4 Replies |
Posted by: Mark
| Last post by Robert Larsen, 109 days ago
|
|