这个,是一招,就是比较麻烦,table tr td 这些tag 后边跟一堆属性,有时一个tag写到好几行,ultraedit 的正则表达式,不知道我用不好,还是本来就不好,常匹配不到。比如替换所有,怎么写表达式? -remember_me_not(r-m-n); 2007.4.9 15:49 (#3603504)
- 谢谢。下班了,回家试试。这样子够狠,原来的段落信息和超连接都没了,不过还好,值得一试。谢 -remember_me_not(r-m-n); 2007.4.9 16:35 (#3603616)
- 如果你想只对table, tr, td处理,那么就对分别做替换。 -bdbs(不多不少); 2007.4.9 16:42 (#3603627)
- 就这样了,花了几小时,但还是比手工快点,网页瘦身为原来1/N。THANKS -remember_me_not(r-m-n); 2007.4.11 09:05 (#3607294)
- 不会吧,200个文件要几个小时?你的文件够大的哈。 -bdbs(不多不少); 2007.4.11 10:27 (#3607441)
- 删了他的菜单,装饰PP,JSCRIP,还犯了几次错误把正文山了重来。。。我没有 IT GUY 那么聪明。 -remember_me_not(r-m-n); 2007.4.11 10:39 (#3607466)
- 200个文件。等我有空的话,看来只能这么干了 :( -remember_me_not(r-m-n); 2007.4.9 16:16 (#3603574)
- #3603584 choose Replace in Files instead of Replace -bdbs(不多不少); 2007.4.9 16:21 (#3603586)
- 很多scripts都可以做到,比如perl/unix的,网上搜一搜就有现成的。 -sammy(); 2007.4.10 10:49 (#3605059)
- 你这是纯IT SOLUTION,我机器上连perl解释器都木。 -remember_me_not(r-m-n); 2007.4.11 09:04 (#3607291)
- save as "plain text", is that help? -biosfix(hydronican); 2007.4.12 13:56 (#3610321)
- 谢谢。我还是需要图片的,文档有插图还有公式啦特别字符用图片表示,超连接,文字格式,个别“真”表格也要保留。我是要给它导入掌上屏幕随身读。现在基本搞定,谢谢各位。 -remember_me_not(r-m-n); 2007.4.12 19:44 (#3611026)
请教:如何批量替换掉很多个word文档中的文字?比如我有100个resume,其中的Email地址都要换成另外一个,如何实现?先谢谢了。 -mike20030405(麦客); 2007.4.7 17:28 (#3600176)
- Alt + F11去VB windows写一段macro去实现. -icanbe(新的生活); 2007.4.7 19:11 (#3600286)
- You may download trial version of Quick Test Profrssional and record for one file and loop for all the files -wangqingshui(忘情水); 2007.4.8 09:37 (#3600966)
- will try, thanks -mike20030405(麦客); 2007.4.8 21:08 (#3601892)
- 是这个自动化测试软件Quick Test Professional吗?有无linux版本?我用的是suse 10 -mike20030405(麦客); 2007.4.8 21:13 (#3601906)
- I don't think it has linux version for now. -wangqingshui(忘情水); 2007.4.8 22:36 (#3602082)
- Word 不是有Record Macro功能么?先记录下处理一个文件的过程,然后对剩下的文件运行这个录下来的宏就可以了。 -bdbs(不多不少); 2007.4.9 16:32 (#3603608)
SQL 2500的一个field的type是xml,一些常用字符不能直接存,比方+&<>什么的,还不能简单地加 \ 来escape。有啥简单的办法?条件是只能用SQL Server自带的功能。 -bdbs(不多不少); 2007.4.5 16:36 (#3597410)
- 既然数据类型是XML。给的值必需要符合XML定义。 -tjhong(TjHong); 2007.4.5 16:58 (#3597452)
- 我知道。就想知道有什么容易的方法可以转换。 -bdbs(不多不少); 2007.4.5 21:07 (#3597742)
- CDATA -holx(Dicom); 2007.4.5 23:29 (#3598077)
- 多谢。用CDATA存,那些特殊符号自动被转换。可是如何在读取的时候能得到转换前的符号而不是<&>的样子呢? -bdbs(不多不少); 2007.4.9 11:39 (#3602779)
微软面试题求解, 多谢。 -tonyhao(tonyhao); 2007.4.5 11:48 (598 bytes. #3596764)
- C语言的大侠都跑哪去了? -tonyhao(tonyhao); 2007.4.5 12:20 (#3596814)
- Your question 1
remove((char*)myints+*(unique( myints, myints+sizeof(myints)/sizeof(int) ))+2); -interview(intervieweree); 2007.4.5 13:30 (#3596990)
- remove((char*)myints+*(unique( myints, myints+sizeof(myints)/sizeof(int) ))+2); -interview(intervieweree); 2007.4.5 13:31 (#3596992)
- 没看懂, 能写成程序吗? -tonyhao(tonyhao); 2007.4.5 13:43 (#3597025)
- by using STL functions, you dont see a interim value in your code. I think this is the purpose of the test. Do you really believe no interim value will be used to swap values? -interview(intervieweree); 2007.4.5 13:48 (#3597039)
- sorry, swap value does not need intermediate variable. -interview(intervieweree); 2007.4.5 13:52 (#3597046)
- 微软都是让用C语言写, 不能用STL -tonyhao(tonyhao); 2007.4.5 13:54 (#3597050)
- 要求用标准C语言写。 -tonyhao(tonyhao); 2007.4.5 14:16 (#3597116)
- Q1: -shz(shz); 2007.4.5 22:34 (224 bytes. #3597967)
- what if size==0? and if there is no duplication, all elements are unnecessarily assigned, so arr[j] = arr[i]; is needed only when i!=j -wangqingshui(忘情水); 2007.4.5 23:05 (#3598034)
- 第13行如果改为printf("]\n ");输出会更清楚些。 -mike20030405(麦客); 2007.4.7 19:38 (#3600327)
- I prefer input[offset] over *(input+offset) for better readability. If I'd like to increase performance, I'd replace *(input+offset) with *next (of type int*) and ++offset with ++next. -wangqingshui(忘情水); 2007.4.8 09:36 (#3600954)
- 2个int的最大偶数,相乘后不是int了吧, 该用long吧 -tonyhao(tonyhao); 2007.4.8 11:10 (#3601106)
- 2 minor concerns: 1. operator % can be used. 2. sequence of conditions can be reordered to ommit no action conditions like if (*input < the_less_even) ; -wangqingshui(忘情水); 2007.4.8 11:24 (#3601127)
请教个问题:有个软件叫surgemail,运行在linux环境,提供web的管理界面。目前可看到其http服务都是由一个surgemail进程提供的,但不知道其实现机制。想知道其如何将http服务嵌入进程的,其web服务是如何实现的(看不到其他cgi)。那位贡献点idea?thanks. -mike20030405(麦客); 2007.4.4 14:04 (#3595088)
- 这个软件提供了http service,很可能没有用任何http server。就像router的管理程序,也没有任何CGI,http服务完全可以自己写,没什么难的 -maplew2008(call me at 911); 2007.4.4 14:09 (#3595105)
请教: 阴雨或潮湿时我的ACCORD在左转弯过程中左后轮发出尖利的啸声(刚起步时直驶亦有),但有时ABS灯亮(似乎左后轮ABS有点问题)则无声响。各位有类似的经验吗? -yyiqike(dahiker); 2007.4.3 23:32 (#3594197)
- change to autoOS X -akoei(停车**枫林晚); 2007.4.13 18:01 (#3613105)
- reboot, if not work, re-install the OS. -ccra(ccra); 2007.4.18 16:41 (#3622204)
为什么每次打开网页都有这个东西冒出来? "C:\WINDOWS\system32\@#$#.htm" 而弹出网页.紧急求助高手!!!谢 -ycweric(重新上船了); 2007.4.2 20:41 (#3591889)
- 没人知道吗?我知道这里高手不少的! -ycweric(重新上船了); 2007.4.3 18:18 (#3593498)
- 既然是本地文件應該好辦吧?去瘟倒死的系統32目录下把它删了它不就出不來了嗎 -bicycle(單車); 2007.4.21 01:08 (#3627526)
- Use Firefox -foolzz(foolzz); 2007.4.30 16:30 (#3645112)
- 请来参加两周后我办的防病毒讲座,专门搞定这种问题。 -dodotoron(哇咧); 2007.4.30 16:40 (#3645147)
- could you please tell me where is the 防病毒讲座 ? how to sign up for it ? -btorrent(网下载); 2007.5.1 18:30 (#3647665)
- worst come to worst, uninstall service pack 2 (windows XP), then re-install service pack 2. (I.E. is included in the service pack). -btorrent(网下载); 2007.5.1 18:15 (#3647640)
- 这也算专业讨论吗? -akoei(停车**枫林晚); 2007.5.1 23:39 (#3648339)
急!那位朋友知道 DAC7612U (模/数转换芯片)可以用什么芯片代替? 先谢了! -pygmarlion(pyg); 2007.4.2 16:42 (#3591551)
- or, who knows where can buy DAC7612U? because many dealers are out of stock. -pygmarlion(pyg); 2007.4.3 09:13 (#3592453)
- TI.COM说欧洲的 Dealer Farnell InOne 有465片,还有网站上View All Distributors 你挨家问了? Page Link -remember_me_not(r-m-n); 2007.4.3 09:45 (#3592495)
- How to find all distributors? We only contacted with Digi-key, Abra, Newark, Mouser......, some distributors we coped with before. -pygmarlion(pyg); 2007.4.3 10:05 (#3592531)
- Thank you very much!!! -pygmarlion(pyg); 2007.4.3 10:16 (#3592546)
- All of them are out of stock :( -pygmarlion(pyg); 2007.4.3 14:31 (#3593099)
请问有谁知到那里可以有用C编程8051的资料和DSP学习的软件和书?谢谢 -heatherzhou2006(heather); 2007.4.2 10:03 (#3590757)
- 这个很多吧?你雇狗不就知道了。 -canadiantire(轮胎-pax et lux); 2007.4.2 10:42 (#3590823)
求助关于陷入式系统的一个问题, 一个24*7运行的系统,举出保证可靠性的三个方面 , 请大侠指教, 谢谢了, -liveoutloud(无忌); 2007.3.31 13:57 (79 bytes. #3588089)
- 忘了说了, 是关于嵌入式系统的问题, 谢谢了 -liveoutloud(无忌); 2007.3.31 13:59 (#3588091)
- 1. system monitor (watchdog); 2. system fail; 3. ? -exception(违例); 2007.4.4 16:55 (#3595480)
- 嵌入式系统要保证24*7,硬件双重或多重redundancy备份是必不可少的,系统多采用主从式热切换控制。。。 -nodream(~~~); 2007.4.4 18:15 (#3595602)
谁对 high performance computing 有经验? Intel Xeon Dual core (woodcrest) vs. AMD opterons, which one is better ? in terms of performance, power consumption, heat etc ? -t0r0nt0(w0lf); 2007.3.31 12:07 (#3587988)
我学习EMACS很痛苦。下了很多次决心要学习。但是都半途而废。VIM倒很熟了。我想要个LINUX版的SOURCEINSIGHT 或者VC。PLEASE。谢谢指教。 -iwantcar(恶疾,时日无多,戒网); 2007.3.31 03:21 (#3587673)
- You are so smart, why a tool is hard for you. -goodchoice(buff); 2007.3.31 20:25 (#3588550)
- 一用EMACS,我就心有火,搞不懂一个编辑器,为什么搞得这么复杂,还要记一大堆命令. -iwantcar(恶疾,时日无多,戒网); 2007.4.1 02:08 (#3589084)
EXCEL VBA 的专家们: 我想把EXCEL中某列一个宽度最长的CELL, NAME="HOUSE"所在的行调到在第一行, 怎么用MACRO语句去实现?(RECORD出来的MACRO不适合应用到其他表格).万分感谢! -shelley57(shelley); 2007.3.30 17:11 (#3586799)
做ADO部分的CodeReview时发现同事一直用DEL+NEW代替EDIT,不理解。大家有何高见? -gx0408(neustone); 2007.3.29 23:05 (#3585190)
- 挺好的,如果edit过程非常复杂的话。 -aaronding(流浪的八毛儿); 2007.3.30 15:14 (#3586485)
oracle 10 data replication with sql server 2000 -3dx(枫叶); 2007.3.29 21:25 (327 bytes. #3584933)
想建一个小网络,有Server, 6台机子等,请问硬件需要些什莫? -kodak400(Kodak); 2007.3.29 17:10 (287 bytes. #3584503)
- router 或 server 都可以。但server 比较可以加多功能,比如VPN等等。一般的家用router都没有此功能,即使有也比较简单。如果BUDGET充足,可以考虑买个CISCO 防火墙 -whatthehell(cyberman); 2007.5.20 11:51 (#3688076)
Who plays Zimbra? www.zimbra.com -wynton(云中漫步); 2007.3.29 15:38 (446 bytes. #3584311)
有谁能给我解释一下Microsoft Patterns 到底是个什么东西,就是一些规范吗,还是也有软件部份 -dzhu(Daniel); 2007.3.29 15:32 (#3584300)
Fedora 不能访问Internet? -wynton(云中漫步); 2007.3.29 11:40 (367 bytes. #3583654)
- show the output of "ipconfig -a " and "netstat -rn" here. -647i(流浪的步行万里); 2007.3.29 11:43 (#3583663)
- when I tried to install suse64 on AMD 64, it gave notice that it detect 64bit system but the either net card is not 64bit compatible and the NIC may not work. So, I use suse32 version. Did you get the message for Fedora64 at very beginning? -647i(流浪的步行万里); 2007.3.29 14:41 (#3584207)
- I didn't get any message at very beginning, so I am so confuse. At last, I change to Fedora 32bit. -wynton(云中漫步); 2007.3.29 14:50 (#3584229)
- ping localhost(127.0.0.1) and your local statistics address (e.g. 192.168.x.x, which you manully assign to the NIC), response come back from the kernel, doesn't really go to the physical device layer to NIC. -647i(流浪的步行万里); 2007.3.29 14:43 (#3584213)
Microsoft Coding questions in by invitation only interview event for its Unified Communications Group will be held April 30th – May 4th, 2006 in Toronto, ON. We are interviewing for Software Developer and Software Development Engineer in Test (SDET) -nicetomeetyou(牛哥); 2007.3.28 22:38 (638 bytes. #3582907)
一个java list中有一个object,但是不知道是什么class,如何才能把其中的东西给显示出来?xiexie -usis(人群中的卑微者,求知); 2007.3.28 19:50 (#3582564)
- .getClass -aaronding(流浪的八毛儿); 2007.3.28 20:00 (#3582582)
- "其中的东西"? what you need to get? -fatbean(哦戏个戏习岁滴兰孩几); 2007.3.29 16:51 (#3584446)
- Using reflection or Apache BeanUtility -rosella(残荷听雨); 2007.3.29 20:29 (#3584810)
- 你连那是个什么class都不知道,其中的东西对你有什么意义?你是指要显示那是个什么class吧?没用java5么?generic type多好啊。 -lucrative(天下熙熙,皆为利来); 2007.3.29 21:50 (#3584976)
请教VC++.NET 高手, 我在2005新建立了一个CLR的WINFORM APP, 要引入一个VC6的DLL,我直接用#include "K.h",但发现原来的所有VC6的定义都不能用,例如ULONG,HANDLE全部不认,请问如何解决? -kkwish(老马); 2007.3.28 17:34 (#3582359)
- 差的太远了, 你这是managed 调用 unmanaged, 去GOOGLE,或到MSDN 上查。 -keepbugging(独行的猫); 2007.3.28 17:46 (#3582376)
请问哪位高人知道 which key will let me get in the SETUP menu on Sony Vaio Laptop (PCG-4A1L)? -ace108(Openmind); 2007.3.28 16:16 (92 bytes. #3582181)
请问哪里可以下载red hat 的server版本? -stills(吊睛白额虎); 2007.3.28 12:54 (#3581571)
- upup -stills(吊睛白额虎); 2007.3.29 08:18 (#3583254)
Oracle -> 在sys.aud$中得到如下sqltext and sqlbind,有没有简单办法将其合并成一句sql statement 或者有没有什么工具可以直接执行的。谢谢!!! -st1(st1); 2007.3.27 09:44 (298 bytes. #3578872)
多线程小问题 -aaronding(流浪的八毛儿); 2007.3.26 12:30 (367 bytes. #3577010)
- 为啥呢? -aaronding(流浪的八毛儿); 2007.3.26 13:46 (#3577270)
- 该数据更新的同时去读取,则读取的数据有可能是不完整的。 -keepbugging(独行的猫); 2007.3.26 13:49 (#3577277)
- no, it's integer and won't be crupted because write to an integer will be done by 1 instruction. It's not possible to change partially. If the data is a structure or string or soemthing other than basic data type, it's necessary to synchronize. -wangqingshui(忘情水); 2007.3.27 13:35 (#3579476)
- So you think Microsoft provides "InterlockedIncrement" just for fun? -holx(Dicom); 2007.3.27 19:00 (#3580184)
- increment is different. I was talking about getCounter(), not incCounter(). -wangqingshui(忘情水); 2007.3.27 20:17 (#3580314)
- Above is valid in C age, but in java, even int need sync -xordos(donothing); 2007.3.27 19:53 (#3580270)
- You are right. When the JVM is running on a 8-bit or 16-bit machine, 32-bit read can not be done in 1 machine instruction. -wangqingshui(忘情水); 2007.3.27 20:54 (#3580335)
- 32bit even 64bit still need, you can take a look the javap output -xordos(donothing); 2007.3.27 21:14 (#3580468)
- really? I bet not, in C languauge the integer assignment operation will be converted to at least three CPU instuctions. -frankwoo(柳五随风); 2007.3.28 19:07 (#3582488)
- 弄明白了,有必要。 -aaronding(流浪的八毛儿); 2007.4.12 14:51 (#3610474)
我的机器在router后面,房东以前给过我forward 一个port给我的机器,但是我忘了,他走了,我如何才能知道那个port? 有什么命令吗?谢谢 -usis(人群中的卑微者,求知); 2007.3.25 16:12 (#3575511)
- 啥软件? -ccra(ccra); 2007.3.25 23:55 (#3576414)
IIS 5.0 , xp pro sp2. 建立一个网站,在本地可以访问. 但是在另外一台电脑上无法访问,使用ip地址也不行. 如果把网站建立在2000 server上,可以从另外一台电脑上访问 -toronto_fun(1); 2007.3.25 09:31 (68 bytes. #3574898)
- fixed it, port 80 is not open -toronto_fun(1); 2007.3.25 09:52 (#3574923)
我有一台IBM 笔记本电脑, 中文WINDOWS XP 系统, 每当进一些网站, 例如文学城,会出现下列信息: "出现运行时间错误, 是否进行调试? UNTERMINATED STRING CONSTANTS". 请问如何解决?谢谢!!! -fly789(DaJiaHao); 2007.3.24 12:07 (#3573623)
有没有免费的传真软件,下载安装即可用的?GOOGLE了一下,好象都要MODEM... -pain_or_gain(pain again); 2007.3.23 16:57 (#3572472)
- there is free/trial fax service called efax, modem is not requried but Internet connection. Page Link -647i(流浪的步行万里); 2007.3.23 17:04 (#3572494)
- reading ... thanks buddy! -pain_or_gain(pain again); 2007.3.23 17:10 (#3572513)
那位大侠知道怎么卸了IM Lock吗? 我的机器里突然有了这么个东西, 头痛ing~~~~~~~~~~~ -zxcvb(朝天椒); 2007.3.23 15:24 (#3572067)
- block Instant Message Programs , Web Instant Messengers , Web Chat , Web Games .................太缺德了, 救命呀~~~~~~~~` -zxcvb(朝天椒); 2007.3.23 15:36 (#3572095)
用了N年的SAS来做分析, 现在工作经常要用会计报表, 他们很多表格都是EXCEL形式的, 为了偷懒节省时间, 我想短时间掌握VBA, 花了了几天时间把VBA简单看了一下, 发现语法跟SAS完全不同, 各位高手有何高见, 如何短时间能编较复杂的VBA程序? -shelley57(shelley); 2007.3.22 21:25 (#3570385)
- 边编边学。如果你有其他编程基础,很容易学会,如果你只有sas基础,那就多花点时间,实在是很简单。 -mine888(老想上进); 2007.3.22 21:45 (#3570448)
请高人推荐一系统配置:包括特殊电脑,无线数据传输,和数据库平台。详见内。 -feng_huang(凤凰); 2007.3.22 10:21 (436 bytes. #3568638)
- 不是高人。但是你的问题也不太难回答: -alittleman(凡人); 2007.3.22 15:49 (#3569670)
- 原有一老款HP Jornada ,屏幕太小,约有信封大小,只能列5行数据。今天上午做了些调查,HP Jornada 系列820以上款就大多了。正考虑 -feng_huang(凤凰); 2007.3.22 15:55 (#3569689)
- 用 hp ipaq 啦 -alittleman(凡人); 2007.3.22 16:04 (#3569721)
- ipaq有笔吗?那个Jornada上配置的笔相当于鼠标,很有用。 -feng_huang(凤凰); 2007.3.22 16:39 (#3569820)
- 去店里看看吧 -alittleman(凡人); 2007.3.22 17:00 (#3569862)
- 大致看了看,不错。屏幕没有jornada大,但是垂直的比水平屏幕要好。此外,手机GPS都一体了。什么店卖这个? -feng_huang(凤凰); 2007.3.22 17:07 (#3569874)
- 无线部分可用PDA+GPRS,数据用Email按一定格式发送就可以了。关键是后面的数据库平台。 -zbt(ZBT); 2007.3.22 16:00 (#3569702)
- 个人感觉数据库并不难做,mysql足矣 -alittleman(凡人); 2007.3.22 16:59 (#3569859)
- you are out dated... -iwantcar(恶疾,时日无多,戒网); 2007.3.22 21:24 (#3570383)
- any brighter idea? -alittleman(凡人); 2007.3.22 21:53 (#3570477)
有没有什么办法可以在网上SHARE EXCEL? 就象在同一个SERVER上? -wangqq(wangqq); 2007.3.21 21:41 (#3568054)
- microsoft sharepoint server. -alittleman(凡人); 2007.3.22 15:53 (#3569685)
请问哪位高人知道IP address conflict是怎么回事?我的电脑有时候会出现这总情况,然后就上不了网了.但是重新启动一下ruter就又好了.有的时候关机,第二天,或是几个小时之后又好了. -lavishy(水瓶); 2007.3.21 17:25 (#3567636)
- 谢谢,我朋友家局域网是router连着 modem,两个 switch(相当于hub)连着router, 几台电脑分别连着两个switch,router和电脑应该都是自动获取IP的. -lavishy(水瓶); 2007.3.21 22:41 (#3568242)
- 哇,你真专业.先谢谢了,我准备按你的方法试验一下. -lavishy(水瓶); 2007.3.24 05:16 (#3573386)
A small project. Requirement is below -nicetomeetyou(牛哥); 2007.3.21 07:22 (1851 bytes. #3566005)
- This is darn "professional"...I doubt how could you even get a job... -canadiantire(轮胎-pax et lux); 2007.3.21 10:30 (#3566251)
- An outsourcing project from an agent who works with manufacturing companies In California. You simply cannot get this for sure because of your ill altitude. -nicetomeetyou(牛哥); 2007.3.21 13:26 (#3566808)
- You simply put a from-who-knows-where-it-from email, not to mention it also include a little more than anyone should know, and tell us this is a job requirement? 7... If i want someone do a job for me, the first thing is AN INTERVIEW... -canadiantire(轮胎-pax et lux); 2007.3.21 14:48 (#3567102)
- I guess you mixed up job requirement and program requirement. What I put here is a explicitly simple program description/requirement. Read it carefully before clicking submit button in your reply, dude. -nicetomeetyou(牛哥); 2007.3.21 15:13 (#3567182)
- maybe you should do the same thing as well, TMI at the end of your 'requirement'... -xlnt(xlnt); 2007.3.28 23:08 (#3582968)
请问哪位有过向ASCE(American Society of Civil Engineers) 投过稿的,有问题想请教。 -amy78(amy78); 2007.3.20 16:19 (208 bytes. #3565033)
Anyone have time to help to write a EXCEL VBA macro to import data from txt into excel -icanbe(新的生活); 2007.3.20 12:12 (#3564342)
多线程之间的通讯都有什么方式? 共享内存是吗? -billhao(bill); 2007.3.20 11:06 (#3564079)
- delete共享内存的注意事项? RPC是什么东东? -billhao(bill); 2007.3.20 11:34 (#3564209)
- 不delete就没那么麻繁了,what OS you are talking about? Remote Process Call. -eagle_no1(革命与浪漫地瞎起哄); 2007.3.20 11:40 (#3564234)
- windows -billhao(bill); 2007.3.20 11:46 (#3564256)
- 就是说, delete共享内存时, 是否要做其它的工作, 还是直接delete就可以? -billhao(bill); 2007.3.20 11:49 (#3564264)
- 这么问不是办法,你最好看看书。这么速成出来的都是一知半解的东西,真的去面试回答问题会出洋相的。 -canadiantire(轮胎-pax et lux); 2007.3.20 11:53 (#3564278)
- 现在的interviewer,都把你当超人问, 还时不时来点垃圾问题, 郁闷! -billhao(bill); 2007.3.20 11:58 (#3564300)
- 不知道就告诉不知道,谁都不是超人吗。 -canadiantire(轮胎-pax et lux); 2007.3.20 12:00 (#3564309)
- 就听你的了 -billhao(bill); 2007.3.20 12:14 (#3564353)
- 原来是面试问题。最简单的当然是pipe啦。万能的就是socket。还有mailslot,message,filemapping等。 -aaronding(流浪的八毛儿); 2007.3.20 12:10 (#3564336)
- 看点最基本的操作系统的书, 用最基本的概念和原理回答问题,应该能出最好效果.(对你这个具体问题, 只能说要考虑数据完整性和线程安全) -eagle_no1(革命与浪漫地瞎起哄); 2007.3.20 12:06 (#3564326)
- 估计是想问如何实现多线程同步。我知道有mutex, semaphore, event和criticalsection还有更简单的interlock函数也可以。 -baalinca(scarb); 2007.3.20 12:14 (#3564352)
- Shared memory is one of inter process communication. Inter thread communication, you can use variable names because they are in the same address space. Of course you need synchronization if the data changes. -wangqingshui(忘情水); 2007.3.20 12:19 (#3564374)
- thread, not process -billhao(bill); 2007.3.20 12:22 (#3564387)
- But what you discussed above like share memory, RPC, etc. are all IPC. -wangqingshui(忘情水); 2007.3.20 12:48 (#3564453)
- Of course IPC mecahnism can be used to communicate between threads but it's not necessary because the cost is higher. -wangqingshui(忘情水); 2007.3.20 12:49 (#3564458)
- 请问OS是什么? Programming language是什么? 这些与回答有关. -wangqingshui(忘情水); 2007.3.20 13:00 (#3564471)
- 呵呵,THREAD之间的通讯极其简单,mutex+condition就完全足够了 -googleabcd(古狗); 2007.3.20 14:55 (#3564867)
不懂SQLserver, 急问一个菜鸟问题:相当于Oracle中tnsnames。ora 的文件是什么? -alan_wang99(朝五晚九); 2007.3.19 19:58 (4 bytes. #3563007)
有网友熟悉filemaker 么? compare to Access, which is better? I never used Filemaker, my manager asked my opinion about it. She'd like to ask me to develope a small database, someone told her about the Filemaker....any thoughts ? thanks, -jane_chen(seafood); 2007.3.19 18:48 (#3562881)
Is there any one took PPE (professional practice exam) for OACETT certification? I need some info,please share your experience with me. Thank you very much for any information. -house_wife(None); 2007.3.19 00:08 (#3561174)
本人菜鸟,Solaris 10 x86, 我安装了最基本的部件, 系统能工作,如果我想增加更多的东西,如把没装的都装上, 除了重新安装系统,什莫命令可以实现?谢 -beiyang(伊一); 2007.3.17 13:40 (#3558846)
微软题,求解 -billhao(bill); 2007.3.16 17:38 (68 bytes. #3557611)
- 插入排序。 -frankwoo(柳五随风); 2007.3.16 21:21 (#3557944)
- 他们把你当worker用, 要程序, 不要思路:)))) -billhao(bill); 2007.3.16 21:59 (#3558027)
- 有思路还能写不出来程序? -frankwoo(柳五随风); 2007.3.16 22:07 (#3558047)
微软的几道面试题,把答案贡献给需要的人 -billhao(bill); 2007.3.16 17:09 (1268 bytes. #3557557)
- (*node)->value = v should be (*node)->value == v -tiro(新手上路); 2007.3.16 18:28 (#3557699)
请问贵公司有没有用progress 数据库? 选用这种数据库的理由是什么? -worlddreamer31(不疯魔不成活); 2007.3.16 03:42 (#3555815)
一个局域网内,如果设置两个以上access point,且这两个access point只作dhcp relay,网内还是只有一个dhcp server,会有什么结果?那么这两个access point是否可以用不同ssid?是否可以用不同channel?对无线客户有什么影响? -akoei(停车**枫林晚); 2007.3.15 22:50 (#3555519)
- 我觉得这就好比是你家一台wireless router, 邻居家一台,大家都访问Sympatico, 用Sympatico的用Sympatico的DHCP server. -canadiantire(轮胎-pax et lux); 2007.3.16 15:27 (#3557142)
求解, 哪位C语言大侠给写一个。 -billhao(bill); 2007.3.15 18:07 (142 bytes. #3554923)
- 不是, 要求在原地址空间内。 另外, strtok会把空格都虑掉的 -billhao(bill); 2007.3.15 18:13 (#3554932)
- ... -niu1986(只吃草的牛); 2007.3.15 19:50 (556 bytes. #3555057)
- 分别排序再进行串比较就可以啊 -wangqingshui(忘情水); 2007.3.15 23:12 (#3555582)
- 这是一道微软面试题,他们不要这种方法:((( -billhao(bill); 2007.3.16 09:24 (#3555945)
- 排序,比较。 -frankwoo(柳五随风); 2007.3.15 23:51 (#3555666)
- 可以用hashtable. -canadiantire(轮胎-pax et lux); 2007.3.16 11:04 (#3556142)
- 你的code怎么丢了? -billhao(bill); 2007.3.16 16:57 (#3557513)
- 写得太滥,不想贴了。 -canadiantire(轮胎-pax et lux); 2007.3.16 18:52 (#3557741)
- 你也太谦虚了吧? -iwantcar(恶疾,时日无多,戒网); 2007.3.16 20:46 (#3557893)
- 太谦虚了。 -frankwoo(柳五随风); 2007.3.16 21:19 (#3557942)
- 写的不滥,有时这编程还挺有意思。 -billhao(bill); 2007.3.16 21:58 (#3558021)
- 也是,这东西没什么技术含量。 -frankwoo(柳五随风); 3.18 17:22 (#3560494@0) -iwantcar(恶疾,时日无多,戒网); 2007.3.21 01:57 (#3565979)
- ... -niu1986(只吃草的牛); 2007.3.16 22:34 (424 bytes. #3558064)
- 这个比上边那道的简单多了。 -baalinca(scarb); 2007.3.17 22:06 (#3559510)
- 妙,不过这种面试题有点耍赖,如果从来接触过,不太可能很短时间想到算法。 -baalinca(scarb); 2007.3.17 22:05 (#3559504)
- 这么复杂?应该在5行以内就搞定了啊 -googleabcd(古狗); 2007.3.18 02:29 (#3559820)
- 分别从头和尾扫描 到最短的单词位置,交换内容,然后将长的单词的剩余部分移动,调整头尾位置继续递归。 -frankwoo(柳五随风); 2007.3.16 00:01 (#3555690)
- Answer -tiro(新手上路); 2007.3.16 19:42 (476 bytes. #3557803)
- 简单事情复杂化。而且需要重新学习一下Big O的定义。 -niu1986(只吃草的牛); 2007.3.17 13:50 (#3558850)
how to do one-to-many set using composite key in hibernate? -michaellucad(michaellucad); 2007.3.15 12:16 (87 bytes. #3553760)
Want to learn Crystal Report. Please recommend some websites or ebooks to download. Thanks. -xxu999(_); 2007.3.14 11:34 (#3551447)
谁有70-547的题库,dzhu2005@gmail.com, Thanks. -dzhu(Daniel); 2007.3.13 13:00 (#3549325)
Who know this C# question. -dzhu(Daniel); 2007.3.10 20:42 (316 bytes. #3545824)
- D. Only strong name is used as assembly's ID. So you need create a strong name, associate the strong name to assembly B. Set SrongNameIdentityPermission with the strong name to the public method in assembly A. -tjhong(TjHong); 2007.3.10 22:16 (#3546036)
[请教] How to use ACL monitoring investment concentration limits? -buickregal(CISACPACIACISSP); 2007.3.10 11:33 (#3545182)
请问这里哪位对MVS/TSO,JCL,和SAS熟悉?我有个问题 -wmd(Do It Yourself); 2007.3.9 21:16 (175 bytes. #3544541)
- up ! anyone would help me? Thank you. I am willing to pay you if you can help. -wmd(Do It Yourself); 2007.3.10 22:39 (#3546085)
- know something about sas, what u want to do with it? -lxlinxu(tonylin); 2007.3.15 02:03 (#3553328)
- 对SAS了解不多,对MVS/JCL有些了解,PM你的联系方式,或者详细将问题贴到这里: Page Link -hunterz(Hunter); 2007.3.12 13:45 (#3547235)
这里有作WEB Graphic Designer 的吧 -andalusia(Andalusia); 2007.3.9 13:48 (181 bytes. #3543630)
- 兄弟, 跟我争? #3543283, 开玩笑, 呵呵 -hailstorm(雨夜寒冰); 2007.3.9 13:57 (#3543651)
- 看样子这个工种市场需求很大, 如果你有合适的人选也给我介绍一下 -andalusia(Andalusia); 2007.3.9 14:00 (#3543657)
- 没问题 -hailstorm(雨夜寒冰); 2007.3.9 14:04 (#3543669)
有没有一种软件,将DVD碟上的单曲分割并拷入硬盘,或先将DVD碟上单曲转换成DIVX格式再拷入硬盘? -nonoboy(利柔); 2007.3.9 12:35 (#3543428)
救急!! 重装Windows XP在另一目录,如何把旧IE的设置引到新目录,主要是那些网址,多谢!!! -bigsquirrel(小松鼠); 2007.3.8 13:46 (#3541214)
- copy old favorites fold , and overwrite your new faveorites fold. -mine888(老想上进); 2007.3.8 13:54 (#3541236)
- 多谢!!那个文件夹在哪?找了一下没发现. -bigsquirrel(小松鼠); 2007.3.8 14:11 (#3541308)
- I find it. Thanks very much. -bigsquirrel(小松鼠); 2007.3.8 14:16 (#3541319)
请教VC/DDK 编译环境问题, 如何在编译时,忽略/跳过 signed/unsigned mismatch 的错误 -bobo123(bobo); 2007.3.8 01:54 (536 bytes. #3540304)
- What's your compile flag? -bugkiller(Driver Coding); 2007.3.8 12:20 (#3540900)
- 不知道到哪里去找编译选项, 只是在DDK 环境下运行BUILD 命令 -bobo123(bobo); 2007.3.8 12:48 (#3540970)
- 1. It's better to fix it by casting, not ignore. 2. Under DDK build environment, you need to put the compile options into file "Sources". -laoliang(老亮); 2007.3.8 20:23 (#3542097)
Look for help for an embedded system experts. A question about uploading a .hex file to a board through usb-serial adapter... -gonwg(Professional); 2007.3.6 17:21 (341 bytes. #3537494)
.Net web service question: // thanks! -luoboyang(萝卜秧); 2007.3.6 13:00 (558 bytes. #3536699)
- 你的那个class的定义是不是有问题啊 -ningxin0809(雁影行洲); 2007.3.6 13:09 (#3536739)
- public abstract partial class,我也觉得可能是这个问题。 -luoboyang(萝卜秧); 2007.3.6 13:13 (#3536751)
- up.... -luoboyang(萝卜秧); 2007.3.6 14:10 (#3536918)
- Check your setUserID() method in your User. -jihu06(maskofzZzorro); 2007.3.6 15:06 (#3537095)
- nothing about this. -luoboyang(萝卜秧); 2007.3.6 16:12 (#3537328)
- Is that a remote call? Serilization issue... -oceanwater(灌水日月长); 2007.3.6 15:27 (#3537170)
- kind of. :) -luoboyang(萝卜秧); 2007.3.6 16:13 (#3537333)
- When I had those kind of issue, I just bypass them by using "updateUser(UserId,UserName)", no wonder I did so poor in job interview :-( -holdon(again); 2007.3.6 16:20 (#3537364)
Help! Newbie question regarding SQL server 2005 -925(925); 2007.3.5 22:22 (720 bytes. #3535833)
Please help with Exchange 2003 Server and Outlook 2003! -challengeeagle(whynot); 2007.3.5 17:28 (479 bytes. #3535256)
- 没有试过用exchange接受外部邮件,是直接把smtp地址输进用户在AD的地址列表里吗? -akoei(停车**枫林晚); 2007.3.8 08:56 (#3540397)
- 有点疑问:不知你是否想用exchange接受pop3邮件?假设你的外部邮件是xxx◎gmail。com,即使你把这个email加进ad用户的地址列表,但是没有相关pop3信息,exchange怎能去gmail把邮件读出来呢?不知是不是我想岔了? -akoei(停车**枫林晚); 2007.3.8 09:13 (#3540421)
- 对于exchange处理多域邮件,上google搜搜,很多,比imail强多了。 -akoei(停车**枫林晚); 2007.3.13 15:16 (#3549746)
- 对。不过如果他的exchange有两个可管理的domain name,还是可以在exchange里做的。 -akoei(停车**枫林晚); 2007.3.9 13:54 (#3543644)
- that is a totally different story,then. -yr2much(伟大的豪哥的哥); 2007.3.9 17:08 (#3544230)
|