按类别查询搜索结果
关于关键词 的检测结果,共 9480
854727449 | 2017-07-11 10:51:19 | 阅读(1060) | 评论(0)
hxl | 2017-07-11 09:35:19 | 阅读(0) | 评论(0)
1.准备要启动的脚本[root@host02 init.d]# more start_mysql.sh#!/bin/sh/opt/mysql5718/bin/mysqld_safe --defaults-file=/opt/mysql5718/conf/my.cnf --user=mysql# chkconfig: - 85 15# description: nginx is a World Wide Web server. It is used to serve[root@host02 init.d]# 2.配置自启动服务cp st...【阅读全文】
jsxthncn | 2017-07-06 15:23:14 | 阅读(1920) | 评论(0)
#!/bin/sha=1a=$(($a+1))a=$[$a+1]a=`expr $a + 1`let a++ let a+=1((a++))echo $a【阅读全文】
zhujun051512 | 2017-06-25 15:26:25 | 阅读(1630) | 评论(0)
【LINUX】 Linux
CUTianrui007 | 2017-06-21 21:35:50 | 阅读(1840) | 评论(0)
Linux 信号 【阅读全文】
【LINUX】 Linux
CUTianrui007 | 2017-06-21 21:27:13 | 阅读(1540) | 评论(0)
Linux 信号 【阅读全文】
luixing678 | 2017-06-21 20:18:19 | 阅读(3030) | 评论(0)
缺省情况下,BusyBox是对桌面linux的一个简化,如果要定制比较特殊的功能,比如像操作文件系统一样操作Flash存储器,那么就需要预先定制BusyBox的Applet。这一次,我们就介绍一下为BusyBox追加功能(Applet)的方法。窥探BusyBox的源代码如果要添加Applet,首先必须了解BusyBox的源代码结构。在Busy...【阅读全文】
niuyimail | 2017-06-19 18:00:48 | 阅读(1970) | 评论(0)
缺省情况下,BusyBox是对桌面linux的一个简化,如果要定制比较特殊的功能,比如像操作文件系统一样操作Flash存储器,那么就需要预先定制BusyBox的Applet。这一次,我们就介绍一下为BusyBox追加功能(Applet)的方法。窥探BusyBox的源代码如果要添加Applet,首先必须了解BusyBox的源代码结构。在Busy...【阅读全文】
niuyimail | 2017-06-19 15:59:50 | 阅读(1000) | 评论(0)
niuyimail | 2017-06-19 15:15:09 | 阅读(1540) | 评论(0)
在Linux 下经常需要链接一些 *.a的库文件,那怎么查看这些*.a 中包含哪些文件、函数、变量:1. 查看文件:ar -t *.a2. 查看函数、变里:nm *.a【阅读全文】
niuyimail | 2017-06-19 15:07:36 | 阅读(730) | 评论(0)
Linux w who ps last【阅读全文】
JasonYanUnix | 2017-06-16 11:12:57 | 阅读(110) | 评论(0)
open 七日游第七天——场景三:新建文件【阅读全文】
JasonYanUnix | 2017-06-16 10:40:04 | 阅读(190) | 评论(0)
open 七日游第六天——场景二:没有 open 的 open【阅读全文】
JasonYanUnix | 2017-06-16 10:39:18 | 阅读(160) | 评论(0)
open 七日游第五天——最后的战役 do_last【阅读全文】
JasonYanUnix | 2017-06-16 10:39:00 | 阅读(140) | 评论(0)
open 七日游第四天——符号链接【阅读全文】
JasonYanUnix | 2017-06-16 10:35:47 | 阅读(200) | 评论(0)
open 七日游第三天——路径漫游【阅读全文】
JasonYanUnix | 2017-06-16 10:35:33 | 阅读(120) | 评论(0)
open 七日游第二天——“..”向上走【阅读全文】
JasonYanUnix | 2017-06-16 10:35:10 | 阅读(70) | 评论(0)
本文将以 Linux 系统调用 open 为主线,在讲解 open 具体实现的基础上对 Kernel 虚拟文件系统(vfs)的主要结构和逻辑进行了探讨。【阅读全文】
jurson | 2017-06-12 15:16:21 | 阅读(1850) | 评论(0)
zklxuexi | 2017-06-11 00:51:12 | 阅读(160) | 评论(0)