"找不到网络路径"如何解决
marqueesHeight=18; stopscroll=false; icefable1.scrollTop=0; with(icefable1){ style.width=0; style.height=marqueesHeight; style.overflowX="visible"; style.overflowY="hidden"; noWrap=true; onmouseover=new Function("stopscroll=true"); onmouseout=new Function("stopscroll=false"); } preTop=0; currentTop=0; stoptime=0; function init_srolltext(){ icefable2.innerHTML=""; icefable2.innerHTML+=icefable1.innerHTML; icefable1.innerHTML=icefable2.innerHTML+icefable2.innerHTML; setInterval("scrollUp()",50); } function scrollUp(){ if(stopscroll==true) return; currentTop+=1; if(currentTop==19) { stoptime+=1; currentTop-=1; if(stoptime==50) { currentTop=0; stoptime=0; } } else { preTop=icefable1.scrollTop; icefable1.scrollTop+=1; if(preTop==icefable1.scrollTop){ icefable1.scrollTop=icefable2.offsetHeight-marqueesHeight; icefable1.scrollTop+=1; } } } init_srolltext(); 问:今天我在访问同事小张电脑上的共享资源时出现“找不到网络路径”的提示,而小张的电脑却能正常访问我的电脑,另外,在同一个局域网中的其他同事能正常访问我和小张电脑上的共享资源,不知如何设置才能正常访问小张的电脑?
答:因为小张能访问你的共享资源,因此我们基本排除网络硬件连接的原因,造成不能访问小张电脑上共享资源的原因可能是由于小张电脑上没有装网络文件和打印机共享协议,或者可能是139、445端口被屏蔽了,如果还不能解决问题,那么重新安装一下网络协议。