sam cen

Greenhorn
+ Follow
since Nov 10, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by sam cen

HI,
just doing the server part. I am wondering, shoult we have GUI for the server, just not sure how far we should go, What we need to implement in server? is there any point for GUI?
Thanks...
I got a problem about the package usage. I set all my java sourse code
with package suncerity.db;
I also put all the files in c:\..\java\start\suncerity\db\ directory,
and set the class path to c:\..\java\start;
The problem is that i have to move the db.db into c:\..\java\start\ directory
from c:\..\java\start\suncerity\db\ otherwirse when i run the progame it can't find the db.db file.
anyone know the reason, by the way, do we really need to set package for this project.
Thanks.
Sam
Hi,
provide another container to keep all the locks,
and it is shared by all client.
sam
I had been thinking about lock/unlock implementation. I think for each client
should keep its own lock, and as the client follow the operation sequence as
lock, read, modify, unlock. I just thinking can we just keep only one lock for each client.
The reason is the client will unlock the record immediately after it finished the modification.
Am I on the right track?
Thanks much,
Sam
How do test whether a string contain charater 'a' or 'b' for example?
just want to check with all of you about, does JKD provide contain method for Sting,
Or I need to do coding for this.
thanks
Sam
21 years ago