摘要:
https://en.wikipedia.org/wiki/List_of_data_structures 阅读全文
posted @ 2016-03-22 14:38
圆旭
阅读(479)
评论(0)
推荐(0)
摘要:
https://en.wikipedia.org/wiki/List_of_algorithms#Network_theory 阅读全文
posted @ 2016-03-22 14:37
圆旭
阅读(261)
评论(0)
推荐(0)
摘要:
This guide provides tips and resources to help you develop your technical skills (academically and non-academically) through self-paced, hands-on lear 阅读全文
posted @ 2016-03-22 14:21
圆旭
阅读(297)
评论(0)
推荐(0)
摘要:
在Linux中,守护进程有两种方式,一种是svsy方式,一种是xinetd方式(超级守护进程)。 每个守护进程都会有一个脚本,可以理解成工作配置文件,守护进程的脚本需要放在指定位置,独立启动守护进程:放在/etc/init.d/目录下,当然也包括xinet的shell脚本;超级守护进程:按照xine 阅读全文
posted @ 2016-03-22 11:13
圆旭
阅读(351)
评论(0)
推荐(0)