smelikecat

导航

06 2016 档案

[Windows-Linux]Windows and Linux 共享文件
摘要:在 windows 上共享一个文件夹 共享操作很简单就不多熬述,不过要注意权限分配问题。我们假定共享了 E:\Develop\Share 这个目录。 我们假设主机局域网的 IP 为 192.168.0.101 客户机的局域网 IP 为 192.168.0.102 在 linux 上挂载共享文件目录 阅读全文

posted @ 2016-06-23 16:04 smelikecat 阅读(156) 评论(0) 推荐(0)

[PHP-Socket] Socket Programming in PHP
摘要:Simple Client-Server socket program in PHP Introduction Sockets are used for interprocess communication. Interprocess communication is generally based 阅读全文

posted @ 2016-06-13 19:08 smelikecat 阅读(194) 评论(0) 推荐(0)