Redian新闻
>
如何指定beamer中某一页的字体大小?
avatar
如何指定beamer中某一页的字体大小?# TeX - TeX电子排版系统
c*t
1
标 题: 问问跟Linux Kernel 有关的问题
发信站: BBS 未名空间站 (Tue Apr 15 22:49:16 2008)
本人对Linux kernel是菜鸟,有问题请大家指正。
Q1. 关于system call fork()
当parent process用fork()去创建一个child process时,child process得到一个独立
于parent process的地址空间,child process 得到了和parent process完全一样的内
存内容(所有的变量都继承了过来)。从此,child process 和parent process可以独立
的操作自己的变量,互不影响,这对一般的变量来说,很容易理解,毕竟他们在不同的
地址。我的疑问是,如果在fork()前, parent process 有一个file descriptor(对应
于一个打开的文件),在child process被创建后,如果child process close那个file
descriptor,在parent process看来,它的那个file descripto
avatar
F*I
2
比如默认14pt,令第N页变成9pt。
谢谢了~~
avatar
t*t
3
Q1. This is not about kernel programming; this is "system call". Common Unix
system calls are mostly portable, by conforming to various standards (e.g.
POSIX).
For your specific question: Parent and child process has their separate file
descriptor, but their "open file description", which is system-wide, are
shared. You may think each pair of descriptors are cloned via dup(2). That
means, they have the same file offset, the same I/O attributes. However,
they may be "closed" separately, as I unde

【在 c*********t 的大作中提到】
: 标 题: 问问跟Linux Kernel 有关的问题
: 发信站: BBS 未名空间站 (Tue Apr 15 22:49:16 2008)
: 本人对Linux kernel是菜鸟,有问题请大家指正。
: Q1. 关于system call fork()
: 当parent process用fork()去创建一个child process时,child process得到一个独立
: 于parent process的地址空间,child process 得到了和parent process完全一样的内
: 存内容(所有的变量都继承了过来)。从此,child process 和parent process可以独立
: 的操作自己的变量,互不影响,这对一般的变量来说,很容易理解,毕竟他们在不同的
: 地址。我的疑问是,如果在fork()前, parent process 有一个file descriptor(对应
: 于一个打开的文件),在child process被创建后,如果child process close那个file

avatar
I*i
4
You might want to try the following commands:
\tiny \small \large \huge \scriptsize \normalsize \Large \Huge \
footnotesize \LARGE
In your case, you could start by trying \tiny, \small, \scriptsize, \
footnotesize
avatar
I*i
5
OK, here they are listed in the increasing order:
\tiny
\scriptsize
\footnotesize
\small
\normalsize
\large
\Large
\LARGE
\huge
\Huge
avatar
F*I
6
谢谢
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。