枫下论坛 /枫下论坛主坛 /工作学习/学科技术讨论 历史区 第 29 页 -ROLIA.NET 相约加拿大网上社区
- 还是到这里问问,书上看见过,找不到了。HTML中的联接打开一个新的窗口,希望新的窗口没有那些菜单,工具条,地址输入框等等,应该怎么做来着?谢谢 -haihai(海海); 2002.12.12 15:16 (#910078)
- try javascript: window.open(theURL,'title','toolbar=no,status=no,menubar=no,scrollbars=no,resizable=no,width=350,height=400'); -luoboyang(萝卜秧); 2002.12.12 15:18 (#910085)
- 谢谢,但是难道VB不行吗? -haihai(海海); 2002.12.12 15:23 (#910109)
- 你不是要在HTML里的url里加吗?这个就行。 -luoboyang(萝卜秧); 2002.12.12 15:26 (#910122)
- 呵呵,不好意思,真正的新手,加在哪里呢?如果是这个xxx -haihai(海海); 2002.12.12 15:31 (#910135)
- A href="javascript: window.open('aaa.asp','toolbar=no,status=no,menubar=no,scrollbars=no,resizable=no,width=350,height=400';"> -luoboyang(萝卜秧); 2002.12.12 15:46 (#910181)
- 改好了,浏览叶面的时候,鼠标移动到上面的时候,状态条现实javascript:windows.open('pcb.asp?testid=12','toobar=no,menu=no,...'); 但是CLICK一下,确说runtime error. line 0, invalid argument.什么参数错了? -haihai(海海); 2002.12.12 16:10 (#910229)
- 点个rolia的话题看代码不就了了。 -heian(黑暗㊣电池工作3小时); 2002.12.12 16:11 (#910232)
- 在第一个参数的后面,少了一个,你就加个'' 吧. -luoboyang(萝卜秧); 2002.12.12 16:14 (#910237)
- 呵呵,谢谢,终于可以打开了,但是我原来的那个叶面却没了,在那个窗口里面只显示了一个[object],这是怎么回事情啊? -haihai(海海); 2002.12.12 16:26 (#910258)
- 开始以为只要写href=“javascript:...",不需要target="_blank"就可以开一个新的窗口了,但实际上原窗口的URL被更新到"javascritp:...",再有一个窗口是我需要的新窗口。加入target="_blank"后,原窗口还在,但每次都跳出来两个窗口 -haihai(海海); 2002.12.12 17:18 (#910404)
- 好象是新开了一个窗口,在新的窗口中再执行window.open,这样就又开了一个窗口,怎么去掉第一个没有用窗口呢? -haihai(海海); 2002.12.12 17:28 (#910437)
- 不要 target="_blank" -luoboyang(萝卜秧); 2002.12.12 17:32 (#910451)
- 呵呵,终于可以了,但是再问一个问题,windows.open的第二个参数是窗口的名字,假如两个联接用一个名字的话,点第二个联接,它的内容会刷新第一次打开的,但是窗口没有被ACTIVATE,就不在最前面了,怎么样能让他跳到前面呢? -haihai(海海); 2002.12.13 10:08 (#911617)
- 谢谢萝卜的指教 -haihai(海海); 2002.12.13 10:10 (#911620)
- window.focus() -mage(馅饼); 2002.12.13 10:13 (#911625)
- 有哪位DX知道PII 400 PIII500有什么区别, 区别是否定大? 谢谢人!!!! -bjduck(北京烤鸭); 2002.12.12 10:57 (#909337)
- 区别是PI 100. -wuliao(喜欢夏天); 2002.12.12 11:11 (#909378)
- 我想把access中的数个表合并merge起来。请问有没有什么工具?说明:这些表之间存在复杂的关系,而且目标文件和源文件相应的表可能有相同的数据(replace/insert)。 -lilyba(Sunshine); 2002.12.12 10:25 (#909244)
- up -lilyba(Sunshine); 2002.12.12 10:38 (#909283)
- up -lilyba(Sunshine); 2002.12.12 10:45 (#909307)
- up -lilyba(Sunshine); 2002.12.12 10:53 (#909330)
- why not simply write a query in Access? -asdfasdf(牛牛很牛); 2002.12.12 11:01 (#909348)
- 表太多。而且关系复杂。用查询还不利于以后别人使用。 -lilyba(Sunshine); 2002.12.12 11:05 (#909365)
- How about try to bcp data to MS SQL server, then transfer the results back to access? -asdfasdf(牛牛很牛); 2002.12.12 11:12 (#909380)
- is this what you want? Page Link -tongcd(zombie); 2002.12.12 11:16 (#909391)
- thanks. actually, i want a more powerful tool. 一个更自动化的工具。现在有一个。但是因为别人(非程序员)也要用,所以需要更多的工作。 -lilyba(Sunshine); 2002.12.12 11:25 (#909419)
- You can manipulate data anyway you want. If existing action queries are not enough for you, write VBA code to do it as long as you know the logical relationship among the tables. -1499728inc(bank); 2002.12.12 14:10 (#909851)
- 不知这个方法是不是笨了点:用SQL Sever,导入数据,用sql script删除重复项,再导回Access。 -liding_wang(无坚不摧大砍刀); 2002.12.13 20:13 (#913001)
- 哦,牛牛说过了。:)原来有人和我一样笨。 -liding_wang(无坚不摧大砍刀); 2002.12.13 20:15 (#913011)
- 哪位懂网络的dx给俺扫扫盲:IEEE 802.11,802.11a,802.11b,802.1d( or g?) 的主要区别(速度).谢谢 -reed(芦苇); 2002.12.12 09:21 (#909129)
- 速度,距离,安全. -chinatiger(能曾金刚的生神); 2002.12.16 22:52 (#918996)
- NETMEETING 使用 -lzgzszca(lzgzszca); 2002.12.11 21:43 (324 bytes. #908428)
- the easiest way is to trun off the firewall..
http://www.mutualphone.com/dmz.htm -xlt(网罗); 2002.12.14 16:16 (#914123)
- 有谁听说过某种设备能把光纤和SCSI接口连接起来么(除了用一台单独的电脑)? -agincourt(百灵鸟); 2002.12.11 16:55 (#907732)
- SCSI Fiber Bus Extenders? Pic Link -richkp(richkp); 2002.12.11 17:03 (#907752)
- 谢谢!但这种设备连接的两端都是SCSI,而非一边SCSI一边光纤 -agincourt(百灵鸟); 2002.12.11 20:28 (#908243)
- F/C - SCSI bridge. 问你们的继承商,肯定知道。 -whom(阿土仔); 2002.12.11 21:30 (#908386)
- Correct. -cncxz(lazy tiger); 2002.12.12 14:16 (#909866)
- 机房里有个叫fox box是干这个的 -falcon(令狐葱); 2002.12.11 21:32 (#908392)
- 有厂商名字或URL么? -agincourt(百灵鸟); 2002.12.12 12:29 (#909616)
- 哪天去机房帮你瞅一眼, 急不急? -falcon(令狐葱); 2002.12.12 13:27 (#909760)
- 有一点,有一点 -agincourt(百灵鸟); 2002.12.12 15:10 (#910054)
- 收到你的邮件.非常感谢.你的回答和我的EMC CONSULTANT基本一致.明天和EMC开会.听听他们的意见先. 刚休假回来所以回信有点晚. -chinatiger(能曾金刚的生神); 2002.12.16 22:48 (#918989)
- 请问:因忙着考托福来不及申请master,一月十八好以后还能申请吗?准备二月底抵加,怎样最好?急!急!急!谢谢! -yuexiaoying(小拇指); 2002.12.11 09:08 (#906730)
- 为什么不能申请?你后年申请都行呀。学校又没倒闭 -vega_lee(天津人); 2002.12.11 09:14 (#906735)
- Apply right now. It doesn't matter without formal TOEFL score. Just give them you estimated score. You can supplement it later. -flyingdust(FlyingDust); 2002.12.11 09:47 (#906765)
- 请教个位大侠,我要给一部联想昭阳6930笔记本换硬盘,按哪几个键才能进入CMOS设定啊?DEL键好象没用。 -jas(JAS); 2002.12.11 00:09 (#906517)
- F1 or F2 or F10 or Ctrl-Alt-Enter or Ctrl-Alt-Esc or DEL -wooway(纯洁中文运动[加东区]); 2002.12.11 00:15 (#906529)
- 急 急 急: 我的IE中, "更改主页" 一栏,不知为什么变成灰色,现在更改不了了.请高手指教.拜谢!!! -mick(mick); 2002.12.10 22:18 (#906289)
- 搞定了,非常感谢!!!!! -mick(mick); 2002.12.11 09:01 (#906725)
- 请问Flash DX, 如何用Flash作雪花飘的效果? 先谢了! -cool(cool); 2002.12.10 20:54 (#906073)
- 借北风! -hailstorm(寒冰雨); 2002.12.10 23:08 (#906387)
- help!!!!!请问怎样延迟windows98关机,(最好能在注册表中解决)? -lwwy(Lwwy); 2002.12.10 11:57 (#904665)
- up -lwwy(Lwwy); 2002.12.10 14:33 (#905066)
- 再线等, 在WINDOWS2000 SP3下, 无法REMOVE应用软件,我已删除了相应的软件,并删除了REGISTRY KEY, 但在Add/remove programs 中还有. 使我无法再次安装该程序. 哪位DX能HELP. -wuliao(喜欢夏天); 2002.12.10 11:46 (#904638)
- upppp -wuliao(喜欢夏天); 2002.12.10 12:33 (#904747)
- search register table again -enchanted(密码); 2002.12.10 13:30 (#904902)
- i did -wuliao(喜欢夏天); 2002.12.10 13:46 (#904951)
- 应该还是在注册表里面,试试模糊一点的查询 -oceandeep(北极熊® Zzz Zzz); 2002.12.10 13:51 (#904965)
- try something else, few 3rd part software can remove it from "add/remove programs" -mikesxf(家里家外忙前忙后ing.); 2002.12.10 13:45 (#904947)
- It can remove from add/remove programs. I tried it at another machine (win2k). I thought that sb. removed this program unproperly, so i must delete manually and reinstall it. -wuliao(喜欢夏天); 2002.12.10 13:51 (#904969)
- which application? they are not all same. -bjduck(北京烤鸭); 2002.12.10 13:53 (#904975)
- 有没有一种通用软件可以监控管理任何一种网络打印机,实施帐户和 作业量 监管?谢! -mildkiller(M.K.); 2002.12.10 11:14 (#904552)
- 爱比爱姆的提沃里应该可以吧 -richkp(richkp); 2002.12.10 11:15 (#904559)
- 只看懂了IBM, 实在没有看明白提沃里是个什么!!! -yellow(yellow); 2002.12.10 12:28 (#904728)
- IBM Tivoli -lavendermm(加菲猫); 2002.12.10 12:34 (#904753)
- 谢谢两位 -yellow(yellow); 2002.12.10 12:58 (#904817)
- 请教各位大侠有关APPLET 的问题: -waiting(OK); 2002.12.9 17:58 (108 bytes. #903229)
- 按照我理解的“本地硬盘载入”,你可以简单的把相关的CLASS文件放在html文件的相同目录下,不用设置CLASSPATH。 -bingle(bingle); 2002.12.9 20:31 (#903452)
- FYI: -henhen(哼哼, PtoPing); 2002.12.9 21:02 (92 bytes. #903554)
- 谢谢回答.问题是从本地装入和从SERVER的最大区别是,后着有很对安全控制不能读取本地数据等,如果放在和HTML在同一目录下则BROWSER会认为是从NET LOAD . -waiting(OK); 2002.12.9 21:47 (#903663)
- 这里有没有懂微软Exchange 5.5的大侠?碰到一个数据恢复的问题。 -johnnyhatesjazz(Rock and Roll); 2002.12.9 16:47 (359 bytes. #903093)
- 不是要从NT4.0 upgrade 到Win 2000吧 -lavendermm(加菲猫); 2002.12.9 17:01 (#903111)
- 你猜对了。因为要做迁移,所以先把整个环境弄到LAB里面,先在那里折腾一下试试。现在不是这个环境复制就卡壳了。有没有idea? -johnnyhatesjazz(Rock and Roll); 2002.12.9 17:14 (#903133)
- then why don't you do a full restore? -lavendermm(加菲猫); 2002.12.9 17:21 (#903153)
- 现在只有priv.edb和pub.edb的备份。好久以前的。目前运行的exchange的database太大,试验机放不下。因为测试,我只需要directory的信息全就好了。 -johnnyhatesjazz(Rock and Roll); 2002.12.9 17:31 (#903180)
- Ok, I did this job six month ago, the way to install BDC, and disconnect domain, promote BDC to PDC, install same exchange 5.5 host name to lab join in PDC, restore all data from production to lab. -rochman(TigerCool); 2002.12.10 15:59 (#905296)
- Are you moving Exchange mail box from NT4.0 to Win2000? -lavendermm(加菲猫); 2002.12.9 17:03 (#903114)
- 不是啊。就是想把生产环境复制到试验环境里。都是NT4+Exchange5.5 -johnnyhatesjazz(Rock and Roll); 2002.12.9 17:15 (#903136)
- 这也是我的计划。但还涉及Active Directory的升级和Exchange directory信息的导入。所以想现在试验机上试验一下。而且我们还有个fax软件是和exchange集成的,也要测试一下。试验机和生产机硬件型号不同,没法用ghost. -johnnyhatesjazz(Rock and Roll); 2002.12.9 17:33 (#903186)
- 多谢楼的各位。这几招我都试过。可以成功的将dir.edb, priv.edb和pub.edb成功的恢复到试验机上,但问题是NT账号和exchange邮箱的对应关系丢了。我本以为这个应该存在directory中,但恢复了dir.edb还是不行。 -johnnyhatesjazz(Rock and Roll); 2002.12.10 08:43 (#904246)
- can u make ur test machine as bdc, then move exchange after it. when u r done, remove bdc from the pdc manually, i remember there is one way to do it. -speed(如风); 2002.12.10 08:47 (#904252)
- 我是先把2台试验机作为BDC加入到生产域内,获得所有的账户,然后把试验机隔离到单独网段,将其中1台升为PDC,再将打算装exchange的实验机的机器名改为和生产机一样的。但还是不行。 -johnnyhatesjazz(Rock and Roll); 2002.12.10 09:38 (#904291)
- 我也看到这段了,正在试呢。多谢。 -johnnyhatesjazz(Rock and Roll); 2002.12.10 10:52 (#904475)
- make sure your NT account is origial NT account, SID must be same, here is the link from microsoft. i did it step by step and it works, Page Link -bjduck(北京烤鸭); 2002.12.10 09:21 (#904276)
- NT的账号我都得到了,Exchange的邮箱我也都恢复了。唯一的问题是NT账号和exhcnage邮箱的对应关系无法恢复。 -johnnyhatesjazz(Rock and Roll); 2002.12.10 08:44 (#904247)
- 多谢楼上各位,如风,加菲猫,地球公民,特别是北京烤鸭。现在基本OK了。只是event service起不来。小问题,这个容易搞定多了。 -johnnyhatesjazz(Rock and Roll); 2002.12.10 12:18 (#904709)
- So, tell us the how you resolve it? According my experience, it should be no problem as long as you set the same environment in lab... -earthcitizen(地球公民); 2002.12.10 14:30 (#905061)
- 这好象是个好东东, 比GPS好多了, 就是不知道使用费贵不贵? Page Link -beautiful-life(爱江山也爱美人); 2002.12.8 15:40 (#900975)
- 一年服务费500美元?后来给降到200多。。。你总不能走那里都能连网吧。。。 -heian(黑暗㊣电池工作3小时); 2002.12.8 16:26 (#901029)
- 注册后会给你邮件。 -heian(黑暗㊣电池工作3小时); 2002.12.8 18:33 (#901258)
- 象MS street一样有离线版的就好了. -beautiful-life(爱江山也爱美人); 2002.12.8 18:36 (#901262)
- 求助,AOL无法上网! -karl888(小丁); 2002.12.7 20:37 (400 bytes. #899808)
- Want to buy FTF LCD monitor, any recommendation or advice from you guys? Thanks. -3hohoho(hohoho); 2002.12.7 13:32 (#899380)
- Samsung 151V. Just bought one yesterday, nice and good price. -heian(黑暗㊣电池工作3小时); 2002.12.7 13:43 (#899393)
- 你最后的配置是什么? -maple_sea(㊣BeiBei); 2002.12.7 14:08 (#899417)
- what's the price? -3hohoho(hohoho); 2002.12.8 20:27 (#901561)
- FTF LCD Moniter or TFT LED Monster ? Faint! -mywaistcoat(“我是我自己的马甲”); 2002.12.7 14:02 (#899413)
- ? -heian(黑暗㊣电池工作3小时); 2002.12.7 14:04 (#899414)
- 500左右15寸。RADIOSHACK有过一款PHILIP白LCD15寸,$499。 -map(恭喜); 2002.12.7 14:10 (#899419)
- I saw a 17'' one in Bestbuy, Misstibish, is it a quality brand? -3hohoho(hohoho); 2002.12.8 20:25 (#901553)
- 问一个C++的问题 -xiagangle(xiagangle); 2002.12.7 09:27 (190 bytes. #899136)
- If there is no definition in linking, this means you didn't include the libs in your link command -qhyang(Best Practice); 2002.12.10 17:59 (#905626)
- 搜索引擎search engine,那位有开发经验?particularly in indexing *.doc,*.xls,*pdf -hmm99(爱听故事); 2002.12.7 09:14 (244 bytes. #899134)
- load it to MySQL, enable full-text search -hairypotter(HP); 2002.12.7 17:39 (#899620)
- I did a search engine before, let me know your website name. I can show a demo for you -searchcity(searchcity); 2002.12.13 09:43 (#911585)
- 请教:我想登陆到房东的router设置界面(并不想做啥坏事,可能有点不道德,哈哈)但没有密码和用户名,有没有办法? -xiongxiong(熊熊); 2002.12.6 21:58 (#898746)
- You need to know what brand Router you are using. -robstics(robstics); 2002.12.7 12:54 (#899335)
- 真有趣!这里的人好像都认识我的房东。但我怀疑这个HP到底是不是我的房东。 -xiongxiong(熊熊); 2002.12.8 00:08 (#900274)
- What didn't you just ask me this morning? -hairypotter(HP); 2002.12.7 17:37 (#899619)
- 他是你的房客? -dennis2(Dennis); 2002.12.7 23:27 (#900200)
- 这应该是属于比较有趣的状况?呵呵 -heian(黑暗㊣电池工作3小时); 2002.12.7 23:30 (#900209)
- haha, 关注ing... -earthcitizen(地球公民); 2002.12.7 23:34 (#900218)
- 我是想知道他有什么办法。熊熊要是他的房客就没什么意思啦 :-) -dennis2(Dennis); 2002.12.7 23:35 (#900219)
- To wengg(Gary): do you know where I can download 1Z0-101 sts?
Thanks. -iris_li(iris); 2002.12.6 20:05 (#898510)
- Is there any deveopers who familiar with outlook2002? -gotyagood(云的影子); 2002.12.6 15:17 (#897723)
- HI, did anyone use database of LOTUS before, where can i find it? i have a second interview tomorrow, the company still use LOTUS to manage their database, but i never use it before. any infomation is very appreciate. -appledriver(appledriver); 2002.12.5 18:44 (#896282)
- 用Oracle Forms在ENTER QUERY状态下如何把TABLE BLOCK中的LIST ITEM缺省显示第一条,而不是空白。多谢 -ericfzhang(ericfzhang); 2002.12.5 00:07 (#894846)
- 不明白你的意思,你定义触发器了吗? -maggie1001(()); 2002.12.5 12:33 (#895569)
- 在进入查询状态后,想给可输入查询的几个ITEM (有TEXT和LIST两种类型) 赋缺省值,LIST有值,但在一进入查询状态后,显示空白, 必需点下拉箭头才能选择记录。能不能让它自动显示第一个记录。谢谢! -ericfzhang(ericfzhang); 2002.12.5 19:17 (#896342)
- 在ORACLE FORMS里的Enter Query 状态下如何让TABLE BLOCK里的一个LIST ITEM自动显示第一条,而不是空白。多谢! -ericfzhang(ericfzhang); 2002.12.4 23:51 (#894833)
- 请教,SQR,Crystal Reports, Actuate是什么东西?哪能查到相关资料?多谢 -maggie1001(()); 2002.12.4 17:59 (#894201)
- Could someone tell me how to get current date and time on Palm OS? Thanks. -dogleft(狗剩); 2002.12.4 15:52 (#894004)
- 那位用过REMEDY HELPDESK SOFTWARE呀? -da_shao(@大少@); 2002.12.4 14:25 (#893787)
- You work for Bell now? -hairypotter(HP); 2002.12.7 17:40 (#899622)
- 我曾经见别人用过,算不算呀? -earthcitizen(地球公民); 2002.12.7 22:27 (#900056)
- 有人同时使用SYGATE和MSN MESSENGER吗? 用DEFAULT的配置我无法用VOICE TALK, 哪位有这方面的经验? -kanata(Kanata); 2002.12.4 11:03 (#893343)
- mission impossible based on => Page Link -mssg(mssg); 2002.12.4 12:44 (#893533)
- 谁给偶讲讲怎么用c/c++在win里动态建立新的folder? -whoandwho(咕咚); 2002.12.3 23:47 (#892960)
- 真没人知道, DX们帮帮忙啊.......... -whoandwho(咕咚); 2002.12.5 20:21 (#896404)
- CreateDirectory. 去查msdn 吧 -jackcat(wangwang); 2002.12.5 20:32 (#896420)
- 叩谢了, 拿folder查了半天, 汗颜啊...还是DX多好办事, 多谢! -whoandwho(咕咚); 2002.12.5 21:12 (#896466)
- 请教:怎样从一个sql-server 访问(remote)另外一个sql-server, 用ip address? -pingpong(乒乓); 2002.12.3 19:37 (#892377)
- up -pingpong(乒乓); 2002.12.3 19:41 (#892381)
- sp_addlinkedserver 或其它什么的,总之是把远程sql server在自己注册一下 -miketany(MIKE老狼); 2002.12.3 19:43 (#892386)
- 多谢!我记得有一种方法是:把remote server 的ip address 和 log in information 嵌在sql 语句中。这方法可以吗? -pingpong(乒乓); 2002.12.3 19:51 (#892402)
- 没见过这种用法,感觉应该不行 -miketany(MIKE老狼); 2002.12.3 20:09 (#892416)
- Thanks! I don't understand very well.Could you please tell me where are the article from? -pingpong(乒乓); 2002.12.3 21:06 (#892537)
- sql server books online. lots of stuff. maybe it is installed with sql server 2000. -henhen(哼哼, PtoPing); 2002.12.3 21:09 (#892547)
- Thanks! Are you the henhen mm in 001? How about your new place? Is everything OK? -pingpong(乒乓); 2002.12.3 21:35 (#892602)
- yes. Thanks.I always use this nickname. the town is not bad. :)) -henhen(哼哼, PtoPing); 2002.12.3 21:36 (#892604)
- Do you mean openrowset ? openrowset is one time ,ad hoc method to connect and access remote data using OLE DB,in which you can specify the data source and login info. -yangn(Raymond); 2002.12.3 20:42 (#892488)
- Thanks! -pingpong(乒乓); 2002.12.3 21:07 (#892539)
- 我在给程序打包时(installshield),merge module和dll 文件还有registration的关系总是不明白。请问哪里有可以参考的技术文章我可以学习学习? -lilyba(Sunshine); 2002.12.3 12:28 (#891385)
- 明天要在一台机器里面装WIN98,NT,2000,XP,RED HAT,BSD,用SYSTEM COMMAND 7,有什么需要注意的地方,请大家提醒一下,谢谢,不然的话,不停的重新来过,苦死了。 -haihai(海海); 2002.12.2 21:03 (#890828)
- 不明白为什么 -dahuaidan(学一招); 2002.12.2 21:13 (#890853)
- 折腾 -lmx(流氓兔); 2002.12.2 21:14 (#890854)
- 装一套系统就已经够费事费力了. -dahuaidan(学一招); 2002.12.2 21:20 (#890870)
- 我也不想做这费劲的事情,但没办法 :( -haihai(海海); 2002.12.2 23:34 (#891060)
- 我以前也用过SYSTEM COMMAND(5), 很麻烦. 还是你命苦 -dahuaidan(学一招); 2002.12.2 23:38 (#891074)
- 用ghost做一个镜像, 下次再装就省事了. -buaa(buaa); 2002.12.2 21:27 (#890889)
- 硬盘准备分几个分区?别忘了介绍一下经验。 -wooway(纯洁中文运动[加东区]); 2002.12.2 21:36 (#890902)
- 呵呵,我想至少分六个区 -haihai(海海); 2002.12.2 23:32 (#891050)
- 最多4个物理分区啊 -eglington(eglington); 2002.12.2 23:40 (#891081)
- OS2, Dos, Win31, Mac...? -auv(-1); 2002.12.2 23:52 (#891104)
- 可以装两个甚至三个硬盘,在一个盘上装系统把其他盘线拔了。启动时改BIOS,新主板支持多块硬盘启动。 -guest1(guest); 2002.12.3 12:15 (#891377)
- You need Solaris X86, BeOS, and BasiliskII... -hairypotter(HP); 2002.12.7 17:42 (#899625)
- what's *.pdg? how to work it? -jps(drifter); 2002.12.2 17:04 (#890440)
- 请各位高手赐教 一个关于SQL SERVER编成的问题 -qzh(胡子); 2002.12.2 13:57 (195 bytes. #890037)
- 多谢老吴同志 -qzh(胡子); 2002.12.3 00:01 (298 bytes. #891116)
- great -maggie1001(学习ing&找工ing&); 2002.12.5 13:20 (#895670)
- 增量余额法 -ra_95(小人-拒绝老去); 2002.12.3 15:25 (53 bytes. #891674)
- 在写数据库忙的时侯,很多记录都处于锁定状态。如果计算精度允许,可以降低读取隔离等级。或把数据库备复制到另一台计算机上去统计. -miketany(MIKE老狼); 2002.12.3 15:38 (#891715)
- 一点看法. -yangn(Raymond); 2002.12.3 15:39 (591 bytes. #891722)
- I guess that the stored procedure using for caculation must use the cursor, which is row by row, couple of hours is normal. Try to look the codes of the stored procedure. -greenspring(春天); 2002.12.4 23:03 (#894746)
- Thanks -qzh(胡子); 2002.12.5 12:52 (#895610)
- No, this is not a good idea. The usage of trigger will bring much overheading to the day time transaction and therefore degrade the performance of the system. -yangn(Raymond); 2002.12.6 10:57 (#897164)
- How can I read,write and show a *.pgm image in VC++6.0. -annabel(dizzy); 2002.12.1 20:38 (494 bytes. #889084)
- Rolia受到DoS攻击。据报导,黑客主要来源乃聚居于多伦多的灌水人员,其目的是使Rolia在迎接大发之前垮掉。请关注随后报导。。。 -ilovewind(wind); 2002.12.1 19:48 (260 bytes. #888824)
- 请问Winknx.exe是什么文件? 为什么它老是最大限度地占用... -johnwu(John); 2002.12.1 19:40 (274 bytes. #888742)
- 没人能回答这个问题我吗? -johnwu(John); 2002.12.2 20:20 (#890747)
- searching google using "winknx.exe" as a keyword. there are many pages about it. Here is one of them Page Link -oceandeep(北极熊® Zzz Zzz); 2002.12.3 00:24 (#891170)
- it is winnuke.exe, not winknx.exe. -bjduck(北京烤鸭); 2002.12.3 15:13 (#891630)
- 请教, -semaphore(扭扭捏捏); 2002.12.1 18:39 (#888426)
- 在客户端,也就这样了。 -guestagain(guest again); 2002.12.1 18:44 (#888444)
- 什么意思呢?有什么办法把用户输入的信息发到我的EMAIL吗? -semaphore(扭扭捏捏); 2002.12.1 19:18 (#888561)
- 谢谢!!!!您老可懂得真多呀~~~~~~~~我准备试一试你的CGI方案 -semaphore(扭扭捏捏); 2002.12.1 20:55 (#889115)
- 我的字库文件坏了,打算重装Office 2000,此举会破坏文档中的文件吗,如word和excel文件?其他.pdf, .mp3文件呢?咨询学电脑的,众说纷纭.有人建议把文件拷贝到光盘上,可我的主机没有刻录用的光驱,只有浏览用的.怎么办? -odor(odor); 2002.12.1 12:04 (#887612)
- 嘿嘿,这还纵说纷纭,现在学电脑的。。。只要不格式化系统,光从新装office没有问题。或者只安装损坏的字库文件就可以。 -heian(黑暗天使㊣); 2002.12.1 12:07 (#887617)
- 是吗?我问的人是高手,他只说担心会破坏文件.建议我备份先.我想把重要文件e-mail给别人,装好Office 2000后再e-mail回来,行吗? -odor(odor); 2002.12.1 12:14 (#887630)
- 当然,特殊情况下会,但是99.9999%不会。 -xanada(㊣流水); 2002.12.1 12:15 (#887633)
- 硬盘有分区吗?把需要备份的东西都复制到另外一个分区就可以了。装个office2000没必要动这么大干戈 -heian(黑暗天使㊣); 2002.12.1 12:15 (#887634)
- 不过你要是不懂计算机,你就按照你觉得安全的办法做吧。 -heian(黑暗天使㊣); 2002.12.1 12:22 (#887640)
- 什么硬盘分区,C:,D:,F:?黑暗天使,你的意思是,譬如我把文件放到D: F: 区后,再安装2000到C:?对吗?你这个天使,掌管引入光明吧???? -odor(odor); 2002.12.1 12:52 (#887672)
- 是这样。嘿嘿,俺这天使专教人学坏的。 -heian(黑暗天使㊣); 2002.12.1 12:57 (#887679)
- 你教谁学坏都行,我这回是认真的,否则不会慎之又慎,小命都拴在我的文件里,破坏了可怎么活呀.... -odor(odor); 2002.12.1 13:01 (#887684)
- :)):)):)) -pingle(pingle@Toronto); 2002.12.1 12:14 (#887631)
- 去YAHOO上,把你重要的文件存到个人文档里。这样就可以放心大胆的改造你的电脑啦!:) -sweetsmile(巧笑嫣然); 2002.12.1 13:15 (#887698)
- sweetsmile,怎么操作?进入yahoomail,然后呢? -odor(odor); 2002.12.1 13:22 (#887707)
- 不是进入yahoo mail了,是到yahoo申请一个账号,然后那里面有自己的文件夹什么的,你可以上传文件上去,就放到你的文件夹里。你去yahoo网站上好好看看,好吗?别着急,慢慢找,肯定有。:) -sweetsmile(巧笑嫣然); 2002.12.1 13:24 (#887712)
- sorry,我要出去了,不能继续帮你。你自己好好找找看,或者问问其他人,好吗?good luck^_^ -sweetsmile(巧笑嫣然); 2002.12.1 13:27 (#887716)
- 诸位,我到yahoo上看了,不知我的文件夹在哪,能提供个搜索关键字吗? -odor(odor); 2002.12.1 13:30 (#887720)
- 小心没坏处,但太小心了。。。。你就信得过网络文件传输?如果装个office2000就可以把文档破坏了,那有谁还敢开机关机呀? -guestagain(guest again); 2002.12.1 13:46 (#887734)
- 所言极是,可我还觉得在跳楼和上吊之间作抉择. -odor(odor); 2002.12.1 13:52 (#887745)
- 就照黑暗说的,把你要备份的文件放到另一个分区,要是觉得不安全,就多放几个地方。放心好了,如果真的就这样就把你的资料给毁了,微软也早就关门了。 -guestagain(guest again); 2002.12.1 13:57 (#887747)
- 谢谢,有这话似乎心里踏实一些. -odor(odor); 2002.12.1 14:03 (#887754)
- 瞧这乱的,全民学电脑,个个是专家,就是这个结果。 -wooway(纯洁中文运动[加东区]); 2002.12.1 13:52 (#887744)
- hehe -guestagain(guest again); 2002.12.1 13:57 (#887749)
- :)) -heian(黑暗天使㊣); 2002.12.1 14:55 (#887816)
- MSN Messenger, Rogers Cable Internet & Router -abracadabra(Just do it); 2002.12.1 11:49 (143 bytes. #887596)
- 如何在中文系统上装SYMPATICO?我以前看过一个贴子,没记住. 谢谢. -yx2002(laoli); 2002.11.30 22:58 (#887168)
- 去网上随便找一个pppoe的客户端软件,不要用sympatico的。 -jackcat(wangwang); 2002.11.30 23:41 (#887276)
- 在枫下专辑里找我的名字wooway——在我的专辑里有。 -wooway(纯洁中文运动[加东区]); 2002.11.30 23:50 (#887293)
- 刚把原来的在NT4。0上的component都打发到了2000上 -ningxin0809(雁影行洲); 2002.11.30 22:31 (203 bytes. #887097)
- 今天好像是礼拜六吧? -lmx(流氓兔); 2002.11.30 22:33 (#887102)
- 公司的网管想早点做完早放假, 我就做个顺水人情 :)。 可以省下一天假期 :)) -ningxin0809(雁影行洲); 2002.11.30 22:38 (#887117)
- What's the difference between COM+ and COM -samhu(Sam_SC_Hu); 2002.12.1 01:47 (#887402)
- DX Bro and Sis, what takes to display text directly on a TV? Similarly, display overlaid text on a PC monitor? I know these two are probably quite different, can anyone explain? TIA!!! -mocha(Hand Craft); 2002.11.30 13:12 (#886076)
- Too advanced for people here... -hairypotter(HP); 2002.11.30 14:33 (#886220)
- 要一个字幕机才行 -xlt(网罗); 2002.12.18 00:11 (#921615)
- call whitetiger. -songl(我爱春天,我爱阳光); 2002.11.30 00:29 (#885555)
- I like yellow tiger better, yellow and black... -hairypotter(HP); 2002.11.30 14:37 (#886228)
- I am here. Giving me email: freenet945@yahoo.com -whitetiger(whitetiger); 2002.12.19 09:56 (#923971)
- answered by black dragon -win(秋天的菠菜); 2002.12.19 09:59 (#923974)
- pc-to phone, need help!! -mark80(longwalking); 2002.11.29 23:50 (194 bytes. #885468)
- Where's your modem? -hairypotter(HP); 2002.11.30 14:32 (#886218)
- router brand? -abracadabra(Just do it); 2002.11.30 18:51 (#886643)
- and model number -abracadabra(Just do it); 2002.11.30 18:52 (#886645)
- The Route IS SMC 7004VBR. -mark80(longwalking); 2002.11.30 19:11 (#886674)
- down a new firmware http://www.smc.com/index.cfm?sec=Products&pg=Product-Details&prod=257&site=c it's support upnp now -abracadabra(Just do it); 2002.11.30 21:35 (#886995)
- It still doesn't work. Following your suggest. I updated the route driver and have more functions now such as UPnP. However, Even it is on, PC-to phone doesn't work. Thanks, you are very good at networking. -mark80(longwalking); 2002.11.30 22:33 (#887099)
- then just open the tcp or udp port u need -abracadabra(Just do it); 2002.11.30 23:42 (#887280)
- firstly we must know which pc-phone software you're trying. there are SIP and H323..... for VOIP. take a look at www.mutualphone.com -xlt(网罗); 2002.12.1 19:10 (#888530)
- 我当了oracle 8i personal,但它居然聪明的认出我用的是中文windows,于是自作聪明地装了一个全中文界面的oracle给我,可我要的是英文版,请问有什么办法能够强制装上英文版? -ismile(新手上路); 2002.11.29 21:55 (82 bytes. #885246)
- Install an English OS for dual boots -schen(plainman); 2002.11.29 22:28 (#885296)
- up -ismile(新手上路); 2002.11.30 00:50 (#885600)
- 先把windows->reginal(区域设置)默认值改为英文,安装oracle就行了。 -lilyba(Sunshine); 2002.11.30 00:57 (#885617)
- 我记得第一次安装的时候,它会问你语言选择。不要选中文。
如果已经选了,删除oraclehome 目录,重新安装 -mikesxf(家里家外忙前忙后ing.); 2002.11.30 10:55 (#885849)
- Force it into English? Call the law enforcement and make sure press "1" to choose English not French or anything else -hairypotter(HP); 2002.11.30 14:36 (#886226)
- 请问:在打印机未连的情况下,如何将其安装在本地的USB口上。正常情况下,连USB线,开打印机,开电脑,系统提示发现新硬件...(问题是打印机当前并不在机器边上)非常感谢! -p200(JJ); 2002.11.29 20:46 (#885135)
- 他没发现新硬件,你不会主动去装吗?设置--》打印机--》添加打印机,然后就一样了 -miketany(MIKE老狼); 2002.11.29 21:38 (#885222)
- 问题是,在安装本地打印机时(如Win98),所列的端口中,没有USB呀!!创建并不解决问题!请问有什么高招吗?再次感谢! -p200(JJ); 2002.11.29 21:48 (#885234)
- 打印机不在机器边上,那装来干吗?等打印机在机器边上了再装也不迟呀。 -guestagain(guest again); 2002.11.29 21:58 (#885249)
- 等打印机在机器边上了,会装的人就走了,这就是原因!请教高手支招 -p200(JJ); 2002.11.29 23:04 (#885360)
- so this guy IS really "会装";p -glover(noname); 2002.11.29 23:08 (#885371)
- 如果有水平,能在你的机器上装个试试,别光吹牛p!!!! -p200(JJ); 2002.11.29 23:14 (#885385)
- I"m not 吹牛ing, but telling something... calm down -glover(noname); 2002.11.29 23:48 (#885457)
- 走了就再找嘛,装个打印机,人还是很好找的。就算找不到人现场服务,电话指导一下或者是自己看一下打印机带的说明,也可以很容易搞好的。 -guestagain(guest again); 2002.11.29 23:14 (#885383)
- 对于win2000你可能没有权限。所以必须由他安装。 -p200(JJ); 2002.11.29 23:17 (#885392)
- 到底是谁的机器? -guestagain(guest again); 2002.11.29 23:20 (#885398)
- 我是单位的系统管理员,单位lease给职员laptop,职员想装上家里的USB打印机,他是"普通权限"用户,而且对电脑一窍不通。 -p200(JJ); 2002.11.29 23:30 (#885413)
- 你给他用户安装打印机的权限不行么? -fire(汤剂喝得); 2002.11.29 23:45 (#885447)
- 单位规定任何电脑的改动都有我们IT人员完成,用户只能是受限用户。 -p200(JJ); 2002.11.30 14:06 (#886193)
- oh, I see... -glover(noname); 2002.11.29 23:50 (#885466)
- 可能没办法可行吧? -p200(JJ); 2002.11.29 23:19 (#885396)
- 关于Win98,当然没有权限,但也有类是的情况。
老兄,不要说大话,请你在你pc上装一个USB的打印机(Windows系统盘支持的)试试。请指明如何将它设在某个USB上。感谢! -p200(JJ); 2002.11.30 13:57 (#886179)
- "Windows系统盘支持的"什么意思? -heian(黑暗天使㊣); 2002.11.30 13:58 (#886181)
- 可以找到Driver的意思。 -p200(JJ); 2002.11.30 14:00 (#886184)
- WIN2000 USB端口已经列在那里了,是因为你装过usb的设备。 -p200(JJ); 2002.11.30 14:01 (#886187)
- Tell your boss that you're using a private printer for the purpose of office work... he'd darn
better be sure that the admins will support it... -hairypotter(HP); 2002.11.30 14:35 (#886222)
- is any possible, run printer setup.exe, it will install the usb driver -bjduck(北京烤鸭); 2002.11.30 17:07 (#886432)
- 请问DXs有关主机板上钮扣电池的问题:1)一般寿命 2)若缺电,电脑有何症状 3)换电池时,如何保存CMOS 数据 4)一般每个钮扣电池的零售价 现谢了! -f5f5f5f5f5(加入爱佛寺); 2002.11.29 16:03 (#884618)
- 2.时钟不准 -heian(黑暗天使㊣); 2002.11.29 16:08 (#884633)
- 1)5年因该没问题(不确定);2)时钟不准,CMOS数据丢失等;3)保存那东西干嘛,换好后重新设一下不会么;4)不知道,感觉应该不会超过$10(从无此经验) -jqian(Q_Q); 2002.11.29 16:14 (#884646)
- 多谢! 另外,会不会造成机器 reboot ? -f5f5f5f5f5(加入爱佛寺); 2002.11.29 16:19 (#884657)
- 你是指电量不足造成机器reboot?不会吧,CMOS信息只在启动时读取,然后就不用了。开机后你拔了电池都没关系。 -jqian(Q_Q); 2002.11.29 16:22 (#884665)
- 再谢!最近装了南极星中文输入软件,可开机一小时左右,竟老是会兰屏 reboot ! -f5f5f5f5f5(加入爱佛寺); 2002.11.29 16:32 (#884683)
- 那和CMOS电池没什么关系,应该是软件问题。南极星是个烂东西。 -jqian(Q_Q); 2002.11.29 16:45 (#884699)
- 南极星还是不错的,我用了好几年,没出过毛病。OS安装的不好或软件有冲突。 -ilovewind(wind); 2002.11.29 17:08 (#884736)
- 4) $5-10ish -lusi(丑小鸭); 2002.11.29 17:03 (#884727)
- thank all of u guys! _|ml... _|ml..._|ml... -f5f5f5f5f5(加入爱佛寺); 2002.11.29 22:59 (#885344)
- 用photoshop填表,英文可以好好的输入,但始中文怎么也输不进去,不是输进去乱码,而是根本就输不进去,你输你的,它连光标都不动,怎么回事? -salas88(陈浩南,铜锣湾老大); 2002.11.28 21:19 (#883417)
- 还有啊,怎么用photoshop编辑pdf文件的时候,一次就能编辑一页啊,能不能全都出来啊。 -salas88(陈浩南,铜锣湾老大); 2002.11.28 21:27 (#883431)
- photoshop是用来做像素图形处理的,用它来做表格不合适,文件所占空间也大. -goodbyela(@); 2002.11.28 21:36 (#883460)
- it happened to me before....I don't why. What I did was installed another version of PhotoShop. Good luck! -birdswimming(feifei); 2002.11.28 21:27 (#883434)
- 请教各位有没有这样的照片编辑软件: 不仅仅可以旋转, 改变亮度, 还可以有这样的功能 - 比如说我只需要照片的某一部分, 把这部分做成单独的一张照片? -xiaoxue_ca(小雪); 2002.11.28 21:06 (#883382)
- photoshop -fatboy(大胖墩儿厨); 2002.11.28 21:09 (#883388)
- office 2000和office xp安装的时候有个photo editor的选项。对于简单的图像处理都能胜任,包括你说的那些功能。 -heian(黑暗天使㊣); 2002.11.28 21:15 (#883403)
- select an area -> save selection. It is called intuitive action. -hillman(山大王); 2002.11.28 21:18 (#883412)
- acdsee. -ltjt86(tyson~~上学=?~~); 2002.11.28 21:20 (#883418)
- 我喜欢用fireworks, 比photoshop简单, 但功能也很好, 也可以用第三方的滤镜 -xiaodongxi(xiaodongxi); 2002.11.28 23:01 (#883623)
- well if you spin it fast enough, it'll become brighter... -hairypotter(HP); 2002.11.30 14:31 (#886217)
- 我不理解这段话.请哪位电信或TAPI大侠赐教:Since the maximum frequency response of a POTS line (conventional analog telephone line) is 3.1 kHz, anything above 8 kHz will not improve the audio quality noticeably. -youngerbrother(http:fun.to/hongwei); 2002.11.28 20:23 (271 bytes. #883276)
- 3.1kHz指的是3dB带宽。 -ss72(闲人); 2002.11.28 20:25 (#883295)
- 补充:为了传输4kHz的信号,取样率需达到8KHz,它的8kHz应该是数字信号的速率---8kHz,16bits?right? 根据:奈奎斯特取样定理 -ss72(闲人); 2002.11.28 20:52 (#883349)
- thank you so much -youngerbrother(http:fun.to/hongwei); 2002.11.28 20:58 (#883367)
- 实际的数字传输是64K,所以应该是8Kx8BIT 就够了。 -silmbamboo(纤竹); 2002.11.28 23:30 (#883697)
- 各位高手,我的电脑在做磁盘scan时,老走不到底。(该任务没有响应)
我在华军软件站download几个工具,都无法解决。我又不想格式化。
有什么好办法吗?谢谢大家了! -cx57(冷月); 2002.11.28 16:01 (#882728)
- Use NU -enchanted(密码); 2002.11.29 13:20 (#884322)
- 好!但我一下子找不到www.norton.com的网站上的NU的产品,它只有让你升级和打补丁的软件供下载。能帮个忙吗?谢谢! -cx57(冷月); 2002.11.29 13:45 (#884366)
- 国内的网站上去下载。 -d2o(天然); 2002.11.29 13:56 (#884387)
- 我用Google 查了一下,没有NU,只有所谓的替代品,没有用,你能告诉我网址吗?谢谢! -cx57(冷月); 2002.11.29 14:34 (#884470)
- 非常感谢你。我先去试一下。 -cx57(冷月); 2002.11.29 15:53 (#884601)
- Help! In my win2k pro I setup my smtp server using iis, when I send mail, it seems work but actually my mail is just be put in the mailroot/queue folder, why? Can any one help me to figure this out? thanks! -russellg(Russell); 2002.11.28 11:08 (#881995)
- that means you were not connect to Internet while I sent the email, IIS put them there and will send them out as soon as you connect to Internet. -mikesxf(家里家外忙前忙后ing.); 2002.11.28 12:34 (#882257)
- thanks you mike, i'm always online but in the intranet, do you have any comments about my situation? -russellg(Russell); 2002.11.28 13:30 (#882367)
- what u mean Intranet? normal for SMTP first will check IP from DNS server, then send set up session. so check if DNS is working and using network monitor to see the session info. or check event if u have some error mesg -bjduck(北京烤鸭); 2002.11.28 13:37 (#882381)
- rogers cable->router->me, my ip auto get, my dns auto get. how to check dns info? thanks again. -russellg(Russell); 2002.11.28 13:57 (#882421)
- NetDiag or NSlookup, it is better check ur event log first. -bjduck(北京烤鸭); 2002.11.29 08:24 (#883886)
- can anyone give me more comments? thanks! -russellg(Russell); 2002.11.28 15:47 (#882681)
- 1. don't use the DNS to send Email. it is forbidden in your situation. use your SMTP to relay.
2. the relay option must be set properly.
if you need detail , email me. -xlt(网罗); 2002.12.18 00:17 (#921636)
- Do you mean that you can send email using DNS (as opposed to MTA)? How did you do that? -dennis2(Dennis); 2002.12.18 02:30 (#921781)
- 请教各位: 有没有什么工具能把JAVA编好的程序(CLASS文件) 打包成..exe文件release? -beautiful-life(爱江山也爱美人); 2002.11.27 18:07 (#880728)
- you can use jar file. -henhen(哼哼~~,ON--Eric); 2002.11.27 18:07 (#880733)
- Get it from Pooh, the Winnie... -hairypotter(HP); 2002.11.30 14:42 (#886233)
- 请问哪里下载Access 和 VB 编程的快速指南, 老板给我新任务了. 多谢多谢! -meizi(梅子); 2002.11.27 14:23 (#880377)
- up -meizi(梅子); 2002.11.27 14:45 (#880406)
- 做了这么就了,早就忘了哪里有快速指南了.手册性质的倒不少,MSDN,Access mvp, MS Newsgroup.算了, 还是我给你作吧. Page Link -mikesxf(家里家外忙前忙后ing.); 2002.11.27 16:00 (#880503)
- That will be great if you can do this for me. But anyways I have to learn this so you are highly appreciated if you could provide me some advice. Thanks. And I will go to the link and learn from now on. -meizi(梅子); 2002.11.27 16:33 (#880546)
- good, keep going. And we can discuss if both of us have questions. -mikesxf(家里家外忙前忙后ing.); 2002.11.27 17:05 (#880585)
- you use vba in access or use access if vb6? -lilyba(Sunshine); 2002.11.27 16:01 (#880506)
- easy baby. there is some example with access install disk. i think just try to install it, then learn it. i remember one example access database is northwind. i learned it in this way. one week is enough for you. -lilyba(Sunshine); 2002.11.27 16:34 (#880547)
- Thanks so much. lilyba. My confidence is back now. Thanks again -meizi(梅子); 2002.11.27 17:24 (#880619)
- en, if you have question, post here, or write me email. -lilyba(Sunshine); 2002.11.27 17:31 (#880635)
- What is your email? -hairypotter(HP); 2002.11.30 14:42 (#886234)
- Visual C++ is stupid! -mantou(馒头); 2002.11.27 13:33 (1315 bytes. #880284)
- Thanks for sharing! That's really a tricky part of virtual functions. -hailstorm(寒冰雨); 2002.11.27 18:27 (#880764)
- unbelievable. You must be good on programming. Otherwise, how come you answer a so concrete problem. -sdfsdf(不是老虎); 2002.11.28 11:12 (#881999)
- 还有,我相信没有哪个C++compiler能够通过,除非是中科院出的C++compiler. -kkkkkkkk(Toronto123); 2002.11.27 19:45 (#880908)
- I think this a problem of C++ design, if you give me encouragement, I would like to write a essay to argue with the C++ creator. -mantou(馒头); 2002.11.28 11:08 (#881994)
- Is here any one knows how to send a papameter to a 4gl(informix) program? -oceandeep(北极熊® Zzz Zzz); 2002.11.27 10:08 (#879880)
- done -oceandeep(北极熊® Zzz Zzz); 2002.11.27 10:16 (#879890)
- 求救:本人的老dell 笔记本电脑开机后,屏幕没有任何显示,硬盘灯在不停的闪烁,不只何因,请兄弟门诊断一下,谢谢! -bigmouthfish(大嘴鱼); 2002.11.26 19:37 (#878961)
- Battery is dead. Try again by using external power. -sub(dreamdog); 2002.11.26 21:36 (#879214)
- 请教SQL Server高手, 一个DB里的Role是否有办法被另一个DB(在同一Server上)看到, 使用? 谢谢啦! -decentboy(黄金重装甲骑士); 2002.11.26 16:54 (#878670)
- Up -decentboy(黄金重装甲骑士); 2002.11.26 17:14 (#878707)
- Up -decentboy(黄金重装甲骑士); 2002.11.26 17:53 (#878777)
- no way -bigdesk(nothing); 2002.11.26 18:13 (#878818)
- 有一个java问题,请教诸位高手 -kraft(craft); 2002.11.25 22:02 (107 bytes. #876972)
- you can run it without an instance of the class. :)) -henhen(哼哼~~,ON--Eric); 2002.11.25 22:08 (#876984)
- 如果你是初学,暂时不用管他。等掌握了对象和类的概念后就明白了。 -heian(黑暗天使㊣); 2002.11.25 22:09 (#876986)
- static意思是说,你不需要建立object,就可以运行这个程序,它对于整个project来说,是通用的。henhen的说法是对的。 -early-bird(不会飞的鸟); 2002.11.25 22:29 (#877044)
- 你这样想就明白了:如果main不是静态,谁来实例化它呢? -miketany(MIKE老狼); 2002.11.25 22:57 (#877111)
- 辟 -maple2000(枫叶飘); 2002.11.25 22:59 (#877121)
- 精 -smallwhale(喝不了咖啡); 2002.11.25 23:17 (38 bytes. #877170)
- 厉害!你咖啡喝多了,思维贼跃 -maple2000(枫叶飘); 2002.11.25 23:23 (#877184)
- 你们楼上两位合起来就是“屁精”:) -fatboy(大胖墩儿厨); 2002.11.25 23:27 (#877197)
- Well, My entry point will be "hoho()" -hairypotter(HP); 2002.11.30 14:29 (#886214)
- 谢谢各位!看来学编程还是需要一点悟性的 -kraft(craft); 2002.11.26 17:55 (#878783)
- 咱们互通有无,你教俺抄股,俺教你JAVA。 -maple2000(枫叶飘); 2002.11.26 21:41 (#879227)
- I need a cat, I have dogs.... -hairypotter(HP); 2002.11.30 14:39 (#886230)
- 破ROLIA90秒限制的土办法 -oceandeep(北极熊® Zzz Zzz); 2002.11.25 21:27 (90 bytes. #876881)
- and you can let them refresh automatically. :-) -henhen(哼哼~~,ON--Eric); 2002.11.25 21:32 (#876896)
- 可以啊,有这种软件的,但不想弄死ROLIA,只是自己看,干吗要自动刷 -oceandeep(北极熊® Zzz Zzz); 2002.11.25 21:38 (#876915)
- 熊熊,你没事吧 -midnightblues(北极*逛街*熊 Zzz Zzz); 2002.11.25 21:36 (#876907)
- 你等一下,我给你看个帖子,我找去:) -oceandeep(北极熊® Zzz Zzz); 2002.11.25 21:38 (#876922)
- pia... -midnightblues(北极*逛街*熊 Zzz Zzz); 2002.11.25 21:41 (#876929)
- he is crazy. @@ -henhen(哼哼~~,ON--Eric); 2002.11.25 21:39 (#876924)
- 我觉得凡是刷网比我还疯狂的肯定都不正常了 :D -midnightblues(北极*逛街*熊 Zzz Zzz); 2002.11.25 21:47 (#876946)
- 那就是哦,那就是哦。。。。。 -becky(OnceUponATime); 2002.11.25 23:12 (#877154)
- 你那个爱卖弄英语的姐姐写的:)#874862 -oceandeep(北极熊® Zzz Zzz); 2002.11.25 21:40 (#876927)
- 扁他! 我赌10刀那家伙肯定是个男的!!! 他什么都好是老爱说英语 :S -midnightblues(北极*逛街*熊 Zzz Zzz); 2002.11.25 21:43 (#876935)
- not exactly, if I didn't make a mistake. -henhen(哼哼~~,ON--Eric); 2002.11.25 21:45 (#876941)
- 不重要了,反正他/她就想卖弄神秘, 说不定还不止一个人呢 -midnightblues(北极*逛街*熊 Zzz Zzz); 2002.11.25 21:48 (#876950)
- 我跟你赌了,10刀啊,别忘了:) -oceandeep(北极熊® Zzz Zzz); 2002.11.25 21:49 (#876952)
- 要赌就赌大点, 不是, 咋能知道输赢呐? 你不许出老千 -midnightblues(北极*逛街*熊 Zzz Zzz); 2002.11.25 21:52 (#876958)
- 这倒不怕,就是第一怎么确定她/他是NIGHTMAREWALTZ,第二最重要即使象#876876所说也不能确定性别:) -oceandeep(北极熊® Zzz Zzz); 2002.11.25 21:57 (#876965)
- 看着象男的就由你来严明正身, 要是象女的也由你来 :):):) -midnightblues(北极*逛街*熊 Zzz Zzz); 2002.11.25 22:02 (#876974)
- 算了这10刀不好赚,我还是一边歇歇吧 -oceandeep(北极熊® Zzz Zzz); 2002.11.25 22:05 (#876978)
- 假正经,不喜欢你了 ::((( -midnightblues(北极*逛街*熊 Zzz Zzz); 2002.11.25 22:13 (#876999)
- 要不融资上市算了... -midnightblues(北极*逛街*熊 Zzz Zzz); 2002.11.25 22:21 (#877021)
- 上市前记得,要学中国D信,门票要对来看的老外收40-50刀 -oceandeep(北极熊® Zzz Zzz); 2002.11.25 22:24 (#877027)
- I told you who is her before. :)) -henhen(哼哼~~,ON--Eric); 2002.11.25 21:56 (#876964)
- a? 那不赌了,全党全军全国各族人民都不支持赌博... -midnightblues(北极*逛街*熊 Zzz Zzz); 2002.11.25 21:58 (#876966)
- 哼哼, 你觉得他是瘦猪吗? -jan(好婆婆); 2002.11.25 21:59 (#876968)
- 瘦猪居然是个美女? 佩服佩服... -midnightblues(北极*逛街*熊 Zzz Zzz); 2002.11.25 22:08 (#876985)
- oh,sorry. I made a mistake. I told bear who is midnightwaltz. -henhen(哼哼~~,ON--Eric); 2002.11.25 22:10 (#876989)
- midnightwaltz 不是瘦猪, 是吧? -jan(好婆婆); 2002.11.25 22:14 (#877000)
- 你们怎么这么不仔细...nightmarewaltz以前post过照片的...查以前的贴子, 估计没删... -jaguarx(Jaguar㊣); 2002.11.25 22:24 (#877029)
- 我是没看见过,估计我太新,要不,你UP给我们看,快点,不然源头被删除了可玩完了 -oceandeep(北极熊® Zzz Zzz); 2002.11.25 22:27 (#877036)
- 被锁死了, 估计没法删, 除非是班主... -jaguarx(Jaguar㊣); 2002.11.25 22:29 (#877045)
- 连接锁死又没有关系,把源头删除了(如YAHOO相册),斑竹又能奈何 -oceandeep(北极熊® Zzz Zzz); 2002.11.25 22:33 (#877053)
- 只要有人回答该贴, 即使贴主也删不掉了... -jaguarx(Jaguar㊣); 2002.11.25 22:35 (#877061)
- 我晕,怎么和你解释不清呢:( -oceandeep(北极熊® Zzz Zzz); 2002.11.25 22:38 (#877066)
- 没细看, 赫赫, 那就赶快抢救文物吧. -jaguarx(Jaguar㊣); 2002.11.25 22:39 (#877071)
- 还有个办法, 从机器的CACHE里找, 前提是CACHE足够大...我只是出注意啊... -jaguarx(Jaguar㊣); 2002.11.25 22:49 (#877087)
- 算了吧,要张照片,还要CACHE足够大,能把老毛子从坟墓里面挖出来不成 -oceandeep(北极熊® Zzz Zzz); 2002.11.25 22:50 (#877092)
- 问霉女要一张不就得了, 多简单的干活. -jan(好婆婆); 2002.11.25 23:01 (#877129)
- where, where, where~~~~~~~~~~~~` -jan(好婆婆); 2002.11.25 22:32 (#877050)
- 你们查以前的旧贴...以前她还说中文的...我这样是不是会招恨:) -jaguarx(Jaguar㊣); 2002.11.25 22:33 (#877058)
- 好DD, 不会的. 别担心, 有婆婆我呢. 喜喜 -jan(好婆婆); 2002.11.25 23:00 (#877125)
- 没见过,即使你说是#876876,呵呵,再说了,骗10刀,还行,估计100刀,熊妹妹就耍赖了,10刀也不少了,2个COMBO不到点:) -oceandeep(北极熊® Zzz Zzz); 2002.11.25 22:00 (#876970)
- 那 -oceandeep(北极熊® Zzz Zzz); 2002.11.25 21:47 (82 bytes. #876948)
- 俺等不到他/她不说鸟语那一天了,俺决定专心当俺的熊... -midnightblues(北极*逛街*熊 Zzz Zzz); 2002.11.25 21:50 (#876954)
- if u disable cookie, u can refresh as frequently as u want. but u can't login as well..:) -speed(如风); 2002.11.25 21:49 (#876953)
- 或者登陆后,将那个COOKIE改成只读,会成什么样? -oceandeep(北极熊® Zzz Zzz); 2002.11.25 21:54 (#876960)
- no use at all. even if u set the security setting of the cookie file. only way is to totally disable cookie in ie..hehe -speed(如风); 2002.11.25 22:10 (#876992)
- 这种网络东西不懂,以后有空试试 -oceandeep(北极熊® Zzz Zzz); 2002.11.25 22:14 (#877001)
- 吃饭前,问个问题,VB的FORM有没有父子关系啊,就是我有一个FORM,我想知道是谁调用它的,谢谢 -oceandeep(北极熊® Zzz Zzz); 2002.11.25 17:54 (#876410)
- me.parent -auv(螃蟹); 2002.11.25 18:08 (#876435)
- 哦,这么简单,谢谢,我找了FORM的属性没有PARENT:) -oceandeep(北极熊® Zzz Zzz); 2002.11.25 18:10 (#876439)
- there is no parent attribute about me!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -oceandeep(北极熊® Zzz Zzz); 2002.12.9 12:43 (#902483)
- 去升级用VB.NET版。 -asdfasdf(牛牛很牛); 2002.12.9 13:04 (#902540)
- but I only have vb 6.0 now : ( -oceandeep(北极熊® Zzz Zzz); 2002.12.9 13:10 (#902556)
- 搞定了就好 -oceandeep(北极熊® Zzz Zzz); 2002.11.25 18:17 (#876456)
- nobody knows how to do it under vb6.0? -oceandeep(北极熊® Zzz Zzz); 2002.12.11 12:42 (#907095)
- hehe, hou zhe lian pi zai ding yi ci : ) -oceandeep(北极熊® Zzz Zzz); 2002.12.11 17:25 (#907809)
- 试用了一下可以达到我的要求,谢谢:) -oceandeep(北极熊® Zzz Zzz); 2002.12.11 21:07 (#908339)
- Try Win32 API, you may get you want. -kkkkkkkk(Toronto123); 2002.12.11 20:36 (#908268)
- 能不能具体一点,我是初学者,自己弄着玩 -oceandeep(北极熊® Zzz Zzz); 2002.12.11 21:08 (#908341)
- I have impression that VB can call Windows API. With those APIs, you can get your current Window handle, then stretch to parent window. -kkkkkkkk(Toronto123); 2002.12.13 18:31 (#912773)
- 各位大侠, 哪位有CE下的GIF源码? 拜托共享一下, 谢谢谢谢!~~~ -taop(〓遥想当年青衫薄〓); 2002.11.25 14:55 (#875939)
- up -taop(〓遥想当年青衫薄〓); 2002.11.25 19:31 (#876598)
- Have you tried MSDN? just a suggestion. Don't throw bricks to me :) -hillman(山大王); 2002.11.25 20:23 (#876747)
- up.. again -taop(〓遥想当年青衫薄〓); 2002.11.26 13:23 (#878145)
- What protocol does HTPP use? -thinkinenglish(Think_in_English); 2002.11.25 11:02 (#875505)
- what to you mean HTPP? HTTP? HTTP itself is a protocol. -ningxin0809(雁影行洲); 2002.11.25 11:17 (#875525)
- 都说早起的鸟儿有虫吃,我这只还没睡的笨鸟是不是也能有虫吃啊?kidding. 我是想请教一下熟悉Corel Draw 10 的朋友: -coolbreeze(众雁高飞尽); 2002.11.25 07:31 (409 bytes. #875340)
- Thanks,Feifei. I think it should be the problem of virtual memory as u said. It's only 128M, too low. -coolbreeze(众雁高飞尽); 2002.11.25 17:50 (#876402)
- I intend to install version 10.0 again. Feifei, Could u tell me which one u use, English one or Chinese one? I have more and more documents to deal with by Corel Draw. Thanks! -coolbreeze(众雁高飞尽); 2002.11.27 17:21 (#880614)
- 谢谢黑森林,看来你以前也常遇到这个问题。我使用这个软件不久,刚刚已经把Max由35%提升到了90%。如果还不行的话,只有考虑改用9版的了,或者加大Virtual Memory到256M了。再次谢谢你们。 -coolbreeze(众雁高飞尽); 2002.11.25 18:00 (#876421)
- you can try Illustrator. I like it. -auv(螃蟹); 2002.11.25 18:12 (#876446)
- 提高到了90%这两天还是常常死机 :( -coolbreeze(众雁高飞尽); 2002.11.27 17:13 (#880597)
- Anything Canadian sucks a little bit... -hairypotter(HP); 2002.11.30 14:30 (#886215)
- 请开发一个这样的实用的TOOLS,各位自认称职的SYS/NET ADMIN or Developer 请进 -hillman(山大王); 2002.11.25 01:18 (580 bytes. #875221)
- use NT/2000 script, it is not big deal. -bjduck(北京烤鸭); 2002.11.25 08:44 (#875362)
- here is one implementation. It is really simple. Why don't you do it yourself?? Page Link -lusi(丑小鸭); 2002.11.25 11:57 (#875575)
- I am not challenging anyone. Programming a simple tool is full of FUN and good exercise to your brain, right? If you Wrote that tool, could you share your source code here. Thanks. -hillman(山大王); 2002.11.25 13:19 (#875750)
- You should really think about it yourself since this is so so so simple. -jeffrey815(Smartiecat); 2002.11.25 13:20 (#875753)
- don't know why you don't develop it by yourself. As Smartiecat said, it is so so simple. Anyway, go to the same place for the source code in VC++ 6.0. -lusi(丑小鸭); 2002.11.25 13:22 (#875756)
- Sorry for confusing you. 182.3.59.96/27 means ip block 182.3.59.96 netmask bits length is 27 bits long ( 255.255.255.224 ). ALL Network vendors now use this way to descript IP blocks. -hillman(山大王); 2002.11.25 14:06 (#875847)
- I see. So the real requirement is: if netmask bits is specified by "/##", find out the entry which has the same netmask. Otherwise, find the exact entry. Is my understanding correct? -lusi(丑小鸭); 2002.11.25 14:44 (#875916)
- partially correct. but still not that Simple :). For example: IP/IP Blocks "182.3.59.96/27 , 182.3.59.214, 182.3.59.8/28 ....." are all in the IP block 182.3.58.0/23. Not as simple as you thought. right? :) -hillman(山大王); 2002.11.25 14:49 (#875923)
- one question before I continue: /23 means the first 23 bits in the IP address, right? -lusi(丑小鸭); 2002.11.25 15:10 (#875987)
- Right. TCP/IP fundamental -hillman(山大王); 2002.11.25 15:18 (#875997)
- the first 23 bits starting from MSB. -lusi(丑小鸭); 2002.11.25 15:11 (#875990)
- version 1.1 done. Please go to the same location for the exe. Check whether it meets the requirement. I read about the netMask long ago, and almost forgot it already. -lusi(丑小鸭); 2002.11.25 16:07 (#876133)
- It is OK, could you show the source code. just want to see the algorithm. A minor flaw in your program, it should show ALL the matched entries. But that is OK. -hillman(山大王); 2002.11.25 17:10 (#876271)
- You are the ONLY person here want to do something instead of saying 'Oh, simple' then hide... :D -hillman(山大王); 2002.11.25 15:27 (#876019)
- scripts CAN do it, try try :) -hillman(山大王); 2002.11.25 15:58 (#876115)
- by the way, for i am NT/2000 admin. so i am using VBScript not ShellScript. -bjduck(北京烤鸭); 2002.11.25 16:12 (#876147)
- Kixtart -ssi(文文); 2002.11.25 12:32 (#875647)
- this is too simple! -macsym(日进斗斤); 2002.11.25 13:40 (#875789)
- Could anyone give a script less than 25 lines to solve this simple question?? Come On Admins. GaoShou should show up now la... -hillman(山大王); 2002.11.25 18:45 (#876502)
- IT人是不是“贱-不值钱”了一下啊,这种话题也有这么多人回复! -arthurxu(ArthurXu OCP8,9i); 2002.11.25 19:19 (#876564)
- Take easy, take easy. Just for Fun, not for 贱. Heehee. If you are good, could you give a solution in SQL? Pls don't be so aggressive -hillman(山大王); 2002.11.25 20:19 (#876734)
- Pay me $100, I will do a perfect application to you -arthurxu(ArthurXu OCP8,9i); 2002.11.27 02:42 (#879703)
- It is also good. but not better than 丑小鸭's. his/her algorithm is simpler and more efficient. Heehee. Is it a good exercise? -hillman(山大王); 2002.11.26 12:19 (#877948)
- i did it in VbScript , but about 80 lines.But i can not put into 20 ines. i gave up. -bjduck(北京烤鸭); 2002.11.26 09:29 (#877560)
- PLEASE read the question carefully before you say something. DON'T be TOO confident... hehe -hillman(山大王); 2002.11.27 16:26 (#880540)
- if you can grep it. You must be Grep Expert. ;-) . But obvious you are not... -hillman(山大王); 2002.11.27 16:27 (#880541)
- 从Win98下访问这个ftp站点页面显示的是目录,无法向其中拷贝文件。但从win2000中看这个站点,显示的是一个个文件夹。应怎样设置在win98下也显示文件夹,谢谢。 Page Link -guest1(guest); 2002.11.24 19:50 (#874581)
- l333.com --> 星座情缘 --》文件共享---》文件夹 Page Link -guest1(guest); 2002.11.24 19:54 (#874599)
- u can't. coz' ftp support is part of the win2k improvement, u need a regular ftp client. -speed(如风); 2002.11.24 19:56 (#874610)