如何设置第三方(Linksys)路由器来替换网络上的Verizon FIOS路由器?
我最近买了一台Linksys WRT1900AC路由器来升级我家拥有Verizon Fios的网络.
(很多人都问为什么......足够说,这是因为我相信WRT1900AC具有更好的覆盖率,具有AC(仅对N),并且具有用于网络区域存储设备的USB和eSata端口. )
我有一个闪存驱动器(或硬盘)连接到 Linksys 路由器,并将其设置为无需登录即可访问。然后我在计算机(Windows 7 Proffesional x64)上设置网络驱动器。我尝试了 opendir(\192.168.1.1); 但我收到这个错误
Warning: opendir(\\192.168.1.1\s2,\\192.168.1.1\s2): The network name cannot be found. (code: 67) in C:\xampp\htdocs\movies.php on line 4
Warning: opendir(\\192.168.1.1\s2): failed to open dir: No such file or directory in C:\xampp\htdocs\movies.php on line 4
Warning: readdir() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\movies.php on line 5
Run Code Online (Sandbox Code Playgroud)
然后我在 php.net opendir comments 中尝试了一些技巧,但是当我尝试以我的帐户登录 apache 时,我遇到了错误:
Windows could not start the apache2.4 service on Local Computer Error 1069: The service did not start due to …Run Code Online (Sandbox Code Playgroud)