help me! The code is very simple! -std(std); 2001.9.18 18:57 (#204461)
An instance of KKMultiServerThread will not become eligible for gc before it's terminated. Keep in mind, the new thread created by JVM calls KKMultiServerThread.run() method. You didn't say what happened. -doors(道士); 2001.9.18 19:54 (#204490)
use _variant_t or CComVariant. In fact, they are smart pointers. -mrviceroy(大力神 Daniel); 2001.9.26 12:24 (#210639)
I have create a class of my own to use VARIANT to store an array of data in it. It seems that CComVariant doesn't support array. -xiaoxiao(笑笑); 2001.9.26 13:22 (#210688)
By the way, how can COM servers send message to each other? I mean, If some events happens in COM server A, how could an another Component( Application) know that? -xiaoxiao(笑笑); 2001.9.26 13:24 (#210689)
the easiest way is to use Connection Points. Choose this check box in the Attributes pane when you insert an ATL object. -mrviceroy(大力神 Daniel); 2001.9.26 14:34 (#210720)
Can I know you phone number? I have a hard nut to crack here. -xiaoxiao(笑笑); 2001.9.26 15:33 (#210768)
Daniel, Thank you very much. I have solved the problem. -xiaoxiao(笑笑); 2001.9.28 16:10 (#212542)
cc is the C compiler of Solaris, CC is the C++ compiler. You can take a look at SUN's website: http://docs.sun.com:80/ab2/coll.45.13/MTP/@Ab2PageView/3285?Ab2Lang=C&Ab2Enc=iso-8859-1 -wins(wins); 2001.9.16 16:41 (#202713)
Interface and Class. Is the following right? If all the methods in a class are abstract, we can say this class is an Interface. tks. -howru(How are you?); 2001.9.15 11:57 (#201954)
How to design the database structure for Search Engine? 类似Yahoo,google,之类,可以分类查找,分类储存。数据库结构如何?表结构怎样?多谢。 -howru(How are you?); 2001.9.13 18:37 (#200235)
check your email. some URLs. -laow(老王); 2001.9.13 20:00 (#200248)
It is so amazing that you can collect so many information. Are you working for Information Search? :) tks. -howru(How are you?); 2001.9.14 09:24 (#200326)
The difference between Servlet Context and Servlet Config. I have read through the API documents several times and can't catch the meaning yet. Can you express it a little more clearly than SUn's doc? tks. -howru(How are you?); 2001.9.13 15:10 (#200132)
I'm sorry to bother you. However, I think there should be some difference between "会" and understand. -howru(How are you?); 2001.9.14 09:27 (#200869)
u said it. -trafford(transmigration); 2001.9.14 10:47 (#200956)
I use 'Netzero, to access internet, Why 'socket error' always occurs when I send e-mail use Outlook, and always 'SSL' fail when I recharge for 'MediaRing'? -xxjjs(东方射日); 2001.9.10 13:23 (#195796)
有一个nt 4.0 Server,c盘没有空间了,想在不影响c盘数据的情况下,如何给他扩展空间/硬盘。Patition magic is only working on workstation. Thanks -yellow(yellow); 2001.9.10 10:16 (#195631)
便宜的有NE2000兼容的ISA卡,cn$14, you can buy it Downtown. But can only run on Solaris7, not solaris8. Don't you think a Sparc will solve everything? 3年前我学SOLARIS时可是自己买了个SPARC呀! -solarisca(IT人); 2001.9.19 21:15 (#205360)
it is defferent from windows, usually hardward compromises software in unix side. -speedw(speedw); 2001.10.13 18:20 (#223915)
Would you please tell me what's the difference between Office Outlook and Outlook Express? I think they are almost the same, why MS produce
such 2 product? thanks in advance. -brave_heart(灰狼); 2001.9.8 09:44 (#193693)
My W2k server is being attacked by icmp flooding for several hours, it looks thousands of host is talking with it, Who know how to find the attacker or block the attack?? -guest:; 2001.9.8 01:27 (#193550)
up -guest:; 2001.9.8 01:34 (#193555)
If you are really under such attack, the only thing you can do is to unplug it from the network. Usually you can't find the attacker, because the IP is spoofed. -dennis2(Dennis); 2001.9.8 01:43 (#193558)
thx, the guy put a root.exe in my iis/script, then I get ride of it, and it looks the guy's pretty mad about me. I just want to give some gift back to the little buster. -guest:; 2001.9.8 01:46 (#193559)
Get winroute and configure it to drop icmp on the ground. Winroute is pretty good in windows world. -dennis2(Dennis); 2001.9.8 02:13 (#193578)
why did n't install a firewall -yellow(yellow); 2001.9.8 02:00 (#193568)
got black ice , no use. I am using adsl so can not afford a cisco fw. -guest:; 2001.9.8 02:11 (#193575)
Come in. -yangn(Raymond); 2001.9.8 09:31 (224 bytes. #193685)
right click you server in sql enterprices mmc, choose properties, goto security tab, make sure the service start account and its password both are correct. if you use muilt-domain, use [domain name]\[account] format -bigdesk(NightLight); 2001.9.8 14:35 (#193917)
I am not sure about SQL Server, but same thing happened in Oracle usually lies in that the account has already some schema or data table in it. -twk1156(twk1156); 2001.9.7 19:46 (#193176)
no body knows? -guest:haha; 2001.9.7 23:52 (#193426)
you could edit the configuration file like config.sh (not quite sure about the file name, long time not touch it) to change the installation directory before make it. also, why not FIND it? -songl(风); 2001.9.8 00:25 (#193488)
Gcc must been compiled before install. so you should check you GCC package location space. -stone_yang(stone); 2001.9.8 01:41 (#193557)
I got gcc package installed, but do not know how to set up to run it correctly. Does anyone know how to do it. I am using gcc-29~3 package. -guest:haha; 2001.9.8 12:29 (#193836)
read the README, there are some very detail installation info there. -songl(风); 2001.9.8 14:44 (#193921)
Go to http://www.sunfreeware.com/, download the binary file you need, read the README and doc files within the package. Such a easy thing. Sit down and do it. Do not talk too much. Shame. -guest:Gcc Easy Installatio; 2001.9.8 18:29 (#194061)
MS Interdev is OK for ASP development. ASP is easy, if you have some internet programming experience in other language. I bet you can master ASP in 1 week. By the way, I am in Toronto. -pain4happiness(wolf); 2001.9.7 21:16 (#193219)
not sure on linux, on solaris, u have to install PPP client first, configure serial settings, quite complicated. -guest:guest; 2001.9.6 12:03 (#191567)
But I found Websphere is much more used than weblogic in Canadian , Toronto. At least , I found 18 items for websphere and 5 items for weblogic with the according keyword . -acezl(acezl); 2001.9.6 08:43 (#191381)
Weblogic is number one in the world, but Webshere is number one in Canada. -ptmeng2(PT); 2001.9.8 02:00 (#193567)
Why is Websphere used more widely much than Weblogic ? they seems trust IBM more . what do you think ? If I want to know more about it , what 's the necessary things I have to learn ?? -acezl(acezl); 2001.9.8 02:08 (#193573)
looking some books of software engineer. you will find the anwser -macsym(日进斗斤); 2001.9.6 07:44 (#191364)
Please kindly give me some clues about that . What you guys use usually ? I need some original Canadian experience , though . :-)1 -acezl(acezl); 2001.9.6 08:41 (#191380)
Were you talking about design pattern and documentation? If you haven't experienced these stuff, it's hard to make things clear in a few minutes. -sailor(Sailor); 2001.9.6 09:55 (#191435)
Who has IBM Websphere server ? It's urgent ! Thank you in advance . -acezl(acezl); 2001.9.6 03:09 (#191291)
My husband is working for a start-up Linux company in Ottawa. -graceytw(Grace); 2001.9.6 17:00 (#191871)
just goto some forum or news groups. Page Link -netee(netee); 2001.9.6 23:04 (#192332)
Basic things are about C/C++ coding grammar, the more important things are about operating system itself. -renlei(renlei); 2001.9.6 23:12 (#192339)
I got problem to install gcc. It said no space. I am not sure where the soliaris put the gcc. My usr/local directory is quite large. Please help -guest:haha; 2001.9.7 11:31 (#192736)
I read a article about this bug before,but I can not remember its details. thank u for your reminding. I try it, not use, I think microsoft has repaired this bug. -guest:糊涂; 2001.9.3 04:06 (#188244)
No need to crack, but you need the bootable installation CD. -takeoff(again); 2001.9.3 07:24 (#188270)
does all my old setting will go with the old OS? -guest:糊涂; 2001.9.3 08:50 (#188283)
Thank you for your help.You are really so kind!!!!!!!!! -guest:; 2001.8.31 11:24 (#185975)
wow, try this way
check if the link exist /dev/diskette, or /dev/diskette0, this should point to /device/.... If the link looks ok, rm the file in /device... and 'reboot -- -r'. If null link, the floppy drive is bad. -guest:bigbai; 2001.8.31 13:36 (#186173)
????? -guest:; 2001.8.31 13:38 (#186178)
sorry, bug?! I was supposed to reply the topic below -guest:bigbai; 2001.8.31 13:40 (#186181)
I got new problem. I got patch for video driver. But I can not mount my floppy driver in solaris8, who can help me to solve the problem? I used volcheck and df, but can't see floppy is mounted. -guest:haha; 2001.8.29 22:50 (#184074)
Please help -guest:haha; 2001.8.30 10:00 (#184549)
try run this command first
#volcheck
#df -k
you should be able to see /floppy/floppy0/ is mounted -guest:bigbai; 2001.8.30 10:17 (#184564)
I did what you said, but still can not see it. What is wrong?please help -guest:haha; 2001.8.30 19:20 (#185144)
It's hard to say. What's the error message? Maybe you can try
1. restart daemon 'vold' and try again.2. kill 'vold' and use 'tar cvf /dev/diskette0 /etc/hosts' to see if the floppy works or not -guest:bigbai; 2001.8.31 10:31 (#185908)
There is no error messages after I used "Volcheck" and "df" command. I re-installed everything, it still does not work. Please help. -guest:haha; 2001.8.31 10:53 (#185936)
SAP is one of the largest software company in the world. Their product SAP R/3 is widely used in large companies. -mrviceroy(熊咆龙吟*Daniel); 2001.8.29 19:10 (#183836)
This file cann\ -howru(How are you?); 2001.8.30 09:16 (#184525)
Who have the documents about " C programming under Unix"? -feishazounai(飞沙走奶); 2001.8.29 08:58 (#183109)
I have a electronic book about C program under Unix, if you have interesting, please contact with me, zsxabc@263.net -guest:zsxabc; 2001.8.30 22:08 (#185332)
急问一个笨问题.建立的exchange server 5.5用户怎么不能收信?使用NT自带的用户,密码没问题.check mailbox时总是登陆不进去.pop3应该也没问题. -guest:; 2001.8.28 21:44 (#182584)
I am honored for having been commented by descent persons like you. -jabber(jabber); 2001.8.28 21:57 (#182606)
I just learnt a phrase related to driving from a friend coming back from Canada: shoulder check --- 变道时用眼余光看左右有没有车的动作。‘变道’怎么说?'排挡‘怎么说?还有’变档‘? -birdincage(birdincage); 2001.8.29 00:51 (#182833)
No one have experience? -guest:Mike_Toronto; 2001.8.29 14:22 (#183414)
How to trace into function step by step using gdb?How to set line number ? -wendywendy(wind); 2001.8.27 17:19 (#181149)
First, use "b " to setup a break point, after running to that point (using "run"), use "s" or "n". To get line number, use "list". You might need to take a good look at gdb's document :-) Page Link -dennis2(Dennis); 2001.8.27 18:29 (#181192)
Please help, I am trying to install solaris 8. But I do not know how to get the driver for my NVIDIA video for Splaris 8. If anyone know, please help.
Thanks. -guest:haha; 2001.8.27 10:59 (#180761)
Any one has any idea, please help. -guest:haha; 2001.8.27 17:46 (#181173)
Hmm... nvidia tnt2 is listed under supported devices, see this link (takes a while to load). Page Link -dennis2(Dennis); 2001.8.27 18:35 (#181195)
Did anyone install the NVIDIA RIVA TNT2(32MB) driver for solaris8 before? Thank you for the reply. -guest:haha; 2001.8.27 22:16 (#181353)
I suffered the same problem, although tnt is on the supperted list, it is always dead after I chosen it. -guest:york; 2001.8.28 08:06 (#181775)
Yes, I think we have to install driver first. But I dont know where I can get it.
If you want to discuss, please contact me by email or we can talk on the phone. -guest:haha; 2001.8.28 10:13 (#181862)
Good idea, my email is yorkariel@yahoo.com. my phone no:416-6613500 John. pls contact me so we can discuss this problem. -guest:; 2001.8.28 17:23 (#182378)
Just sent email to you, please check your email. Your line is busy now. -guest:haha; 2001.8.29 11:57 (#183295)
Just found out that Sun has ported XFree86 video drivers to Solaris 8 (see attached link). Or, you can use XFree86 directly. Page Link -dennis2(Dennis); 2001.8.29 14:31 (#183423)
Sorry I got new problem. I got patch for video driver. But I can not mount my floppy driver, who can help me to solve the problem? I used volcheck and df, but can't see floppy is mounted. -guest:haha; 2001.8.29 22:02 (#183999)
I got it. You should add two patchs. Please see this : http://sunsolve.sun.com/pub-cgi/retrieve.pl?patchid=109401&collection=fpatches -catchfire(catchfire); 2001.8.29 22:25 (#184033)
Sorry to ask, how do you install this patch. I got problem to install it. -guest:haha; 2001.8.29 22:32 (#184044)
Thanks I will try it after I can mount my floppy driver. -guest:haha; 2001.8.30 19:21 (#185146)
Everything is ok now. I find patch for my video. Thanks -guest:haha; 2001.9.4 22:34 (#189683)
Is there x-window on SUn Solaris 2.6? Any edit tool for x-window on Sun Solaris2.6? -wendywendy(wind); 2001.8.26 19:04 (#180053)
It seems you got lots of questions. you haven't told us whether you can compile your C++ on linux. -rock_jack(The Door); 2001.8.26 19:20 (#180065)
I used g++ to compile my source on Linux, but I couldn't find header file ,such as iostream.h, I am not sure if the library name is the same with those on Windows -wendywendy(wind); 2001.8.26 19:24 (#180069)
i think standard library names for pure c++ are not depend on platform. i mean, in linux it should be same as in windows. -rock_jack(The Door); 2001.8.26 19:31 (#180073)
I can't find any C++ libray but some std c library at /usr/include -wendywendy(wind); 2001.8.27 17:18 (#181147)
Have you ever done any C++ programming? -guest:; 2001.8.28 15:10 (#182210)
In Solaris, you need to add head files directory in LD_LIBRARY. not sure on Linux -guest:guest; 2001.8.28 14:19 (#182176)
Try fvwm or KDE -wins(wins); 2001.8.26 19:32 (#180075)
sure solaris 2.6 has both CDE&openwindow.
there is a tool #/usr/openwin/bin/textedit which is like edit in dos -guest:guest; 2001.8.28 14:16 (#182171)
What is debuugging tool for c code on Sun solaris or Linux? -wendywendy(wind); 2001.8.24 15:08 (#178291)
On solaris , you can use Sun workshop or gdb, on linux, you can use gdb. Sun workshop is better than gdb . -wins(wins); 2001.8.24 15:16 (#178307)
Sun workshop is command line tool or GUI ? -wendywendy(wind); 2001.8.26 19:16 (#180062)
Sun workshop is a GUI IDE tool developed by Sun. You can have a look at its document at Sun's website -wins(wins); 2001.8.26 19:26 (#180070)
Sun workshop or SPARCWorks? I remember Sun workshop is just a name of software package of Sun developing tools. -guest:guest; 2001.8.28 14:24 (#182180)
Could I use Sun workshop on Sun Solaris2.6?
How to set line number in gdb? I couldn't trace into a function by using step in gdb -wendywendy(wind); 2001.8.26 19:20 (#180067)
you can download and install DDD which is based on gdb,
very good IDE! -mcdonald(麦当劳); 2001.8.24 15:27 (#178322)
Thanks.Where could I find it? -wendywendy(wind); 2001.8.24 23:25 (#178744)
www.gnu.org and do SEARCH. There is a GUI gdb, very GOOD! but don't know if you can find it in GNU -rock_jack(The Door); 2001.8.25 01:37 (#178858)
"但第一个验证我无法避免" -- Of course, how are you supposed to do authentication without the ca cert that signs the server cert? :-) -dennis2(Dennis); 2001.8.24 16:39 (#178434)
you are right, so I have to install my root cert at client site...then the alarm disappeared. :-) 我这几天一直在研究这些东东,挺有意思的,一起探讨吧? 有一个网站不错, 还有一本书也很好, 叫"SSL and TLS" - by Eric Page Link -flying_snow(飞雪浮冰); 2001.8.24 16:56 (#178448)
why do you want it? To be honest, you will be disappointed, cuz the answer is No. -guest:guest; 2001.8.24 11:15 (#178031)
I can share my AIX server on INTERNET via DELICATED LINE, and you can login in it and study AIX. And you can be instructed and answered your questions. But it wll be charged. -guest:guest; 2001.8.24 11:35 (#178048)
Is that AIX server your owned? Or you just use company's machine to help you make some extra money? If so, you will get in trouble. -guest:; 2001.8.24 15:55 (#178376)
I have an old HP workstatin and HP/UX 10.20 that are collecting dust in the corner. If you are in Vancouver I can lend it to you. -dennis2(Dennis); 2001.8.24 19:40 (#178602)
Which model? would you sell it? -pasu(InTheSky); 2001.8.24 19:42 (#178604)
hehe, you are so funny! NT will be closed?? When will? -guest:guest; 2001.8.24 21:57 (#178680)
My impression was that aix will eventually support intel's itanium, and HP/UX is heading the same way. Too bad for risc processor, first they killed alpha, then mips, what's next? -dennis2(Dennis); 2001.8.24 22:23 (#178689)
u r wrong! just AIX 5L supports Linux. Nothing else!! -guest:guest; 2001.8.25 01:10 (#178832)
Use encoding should be okey -uid(㊣Miracle); 2001.8.24 16:22 (#178418)
like this: http://www.rolia.com/?rpp=20 -eglington(eglington); 2001.8.24 00:05 (#177749)
Use URLEncoder.encode() -feather(feather); 2001.8.24 00:36 (#177796)
If you can specify your scenario, maybe I can give you some hints. -jabber(jabber); 2001.8.24 11:43 (#178058)
I am writing an authentication servlet. The servlet will parse the username/password passed from a GUI client.We are not using SSL currently so I wIll like to use doPost method. -guest:Thank for your help!; 2001.8.24 14:03 (#178210)
can you post the small piece of code here? -guest:; 2001.8.24 16:21 (#178415)
Can you put the the line of code that setRequestProperty(?,?) here? Thank you for your help!!! -guest:; 2001.8.24 16:54 (#178446)
Please download the code on your own and look into the book by Karl Moss. -jabber(jabber); 2001.8.26 22:15 (#180226)
where is the code ?I can not find the book. -guest:; 2001.8.26 22:28 (#180244)
I can not retrieve the property by getParameter,but only by getheader(). It seem to me it not decent way either.I can not find the book right now. -guest:; 2001.8.24 16:19 (#178412)