Hello World

Hello World

New Begining

sleep函数

sleep函数

2017年3月6日 skiron Comments 0 Comment

我们已经在例子中使用了很多次sleep函数,并在Figures10.7和10.8中显示了两个缺陷。 #include <unistd.h> unsi…

Read More Read More

system函数

system函数

2017年3月6日 skiron Comments 0 Comment

在APUE8.13节,我们显示了一个system函数的实现。那个版本中并不处理任何信号。POSIX.1要求system忽略SIGINT和SIGQUIT并且阻塞S…

Read More Read More

abort函数

abort函数

2017年3月1日 skiron Comments 0 Comment

我们注意到之前使用的abort函数会导至程序非正常终止。 #include <stdlib.h> void abort(void); This fu…

Read More Read More

sigsuspend函数

sigsuspend函数

2017年2月20日 skiron Comments 0 Comment

我们已经见过如何对进程的信号掩码进行阻塞和解锁。我们可以通过这种技术对不想被信号中断的代码段进行保护。如果我们想解锁一个信号然后pause,等待之前阻塞的信号再…

Read More Read More

sigsetjmp和siglongjmp函数

sigsetjmp和siglongjmp函数

2017年2月15日 skiron Comments 0 Comment

在APUE 7.10节,我们描述过setjmp和longjmp函数,它曾被用于非本地分支跳转。longjmp函数常被信号处理函数调用,用于返回程序的主循环,而不…

Read More Read More

sigaction函数

sigaction函数

2017年2月14日 skiron Comments 0 Comment

sigaction函数允许我们检查或修改(或两者)特定信号的动作。这个函数在早期的UNIX版本中代替了signal函数。在本节的最后,我们提供了一个使用siga…

Read More Read More

使用-std=c99参数提示sigset_t未定义

使用-std=c99参数提示sigset_t未定义

2017年2月8日 skiron Comments 0 Comment

编译程序时加了-std=c99后,提示sigset_t未定义。 $ gcc -g -std=c99 test.c -o test test.c: In func…

Read More Read More

sigpending函数

sigpending函数

2017年2月6日 skiron Comments 0 Comment

sigpending函数返回一个被当前进程阻塞的信号集,这个信号集通过set参数返回。 #include <signal.h> int sigpen…

Read More Read More

python脚本做为开机脚本不能执行解决办法

python脚本做为开机脚本不能执行解决办法

2017年2月4日 skiron Comments 0 Comment

python脚本做为开机脚本不能执行,要修改hashbang(也就是#!开头的那行)才可以! 要改成: #!/usr/bin/env python3 由于直接写…

Read More Read More

【转】CentOS开机自动运行程序的脚本

【转】CentOS开机自动运行程序的脚本

2017年2月4日 skiron Comments 0 Comment

有些时候我们需要在服务器里设置一个脚本,让他一开机就自己启动。方法如下: cd /etc/init.d vi servicename #将servicename…

Read More Read More

Posts navigation

OLDER POSTS
NEWER POSTS

近期文章

  • Linux连接iscsi设备方法(案例)
  • wsl如何添加usb设备
  • 勒索病毒加密流程分析
  • 华为M-LAG配置
  • 802.1x认证一波N折

分类

  • APUE
  • C++
  • ceph
  • Dive into python3
  • Django
  • IT
  • mysql
  • php
  • python3
  • 健身
  • 冰与火之歌
  • 数学
  • 数据库
  • 未分类
  • 梦
  • 硬件
  • 网络
  • 网络爬虫
  • 虚拟化

近期评论

    归档

    • 2025 年 11 月
    • 2025 年 10 月
    • 2025 年 9 月
    • 2025 年 5 月
    • 2025 年 4 月
    • 2025 年 3 月
    • 2025 年 1 月
    • 2024 年 6 月
    • 2024 年 3 月
    • 2023 年 12 月
    • 2023 年 11 月
    • 2023 年 10 月
    • 2023 年 9 月
    • 2023 年 8 月
    • 2023 年 7 月
    • 2023 年 6 月
    • 2023 年 5 月
    • 2023 年 4 月
    • 2023 年 3 月
    • 2022 年 12 月
    • 2022 年 10 月
    • 2022 年 5 月
    • 2022 年 4 月
    • 2021 年 6 月
    • 2019 年 6 月
    • 2019 年 5 月
    • 2019 年 3 月
    • 2019 年 2 月
    • 2019 年 1 月
    • 2018 年 12 月
    • 2018 年 10 月
    • 2018 年 9 月
    • 2018 年 8 月
    • 2018 年 7 月
    • 2018 年 6 月
    • 2018 年 5 月
    • 2018 年 1 月
    • 2017 年 11 月
    • 2017 年 10 月
    • 2017 年 9 月
    • 2017 年 8 月
    • 2017 年 7 月
    • 2017 年 6 月
    • 2017 年 5 月
    • 2017 年 4 月
    • 2017 年 3 月
    • 2017 年 2 月
    • 2017 年 1 月
    • 2016 年 12 月
    • 2016 年 11 月
    • 2016 年 10 月
    • 2016 年 9 月
    • 2016 年 8 月
    • 2016 年 7 月
    • 2016 年 6 月
    • 2016 年 5 月
    • 2016 年 4 月
    • 2016 年 3 月

    其他操作

    • 登录
    • 条目 feed
    • 评论 feed
    • WordPress.org
    © 2025 | Proudly Powered by WordPress | Theme: Nisarg