for ie:direction 阴影角度 0°为从下往上 顺时针方向strength
阴影段长度-moz-box-shadow: 2px 2px 10px #909090;-webkit-box-shadow: 2px 2px 10px
#909090;box-shadow:2px 2px 10p...
分类:
Web程序 时间:
2014-05-27 01:32:35
阅读次数:
387
写在最前面:在开始本文之前,笔者认为先有必要介绍一下linux下的man,如果读者手头用linux系统,直接在终端输入man
man便可以看到详细的说明,我在这里简单的总结一下,man命令是用来查看linux下各种命令、工具等的用户手册(manual)的。一种比较常用的用法是”man
n field...
分类:
系统相关 时间:
2014-05-24 06:07:55
阅读次数:
534
int sigsuspend(const sigset_t *mask);//挂起进程直至信号发生
man手册的解释:
sigsuspend() temporarily replaces the signal mask of the calling process with the mask given by mask and then suspends the proces...
分类:
其他好文 时间:
2014-05-22 13:41:23
阅读次数:
329
Writing Reentrant and Thread-Safe
Code编写可重入和线程安全的代码(http://www.ualberta.ca/dept/chemeng/AIX-43/share/man/info/C/a_doc_lib/aixprggd/genprogc/writing_re...
分类:
编程语言 时间:
2014-05-21 21:30:30
阅读次数:
434
Given a string, determine if it is a
palindrome, considering only alphanumeric characters and ignoring cases.For
example,"A man, a plan, a canal: Pana...
分类:
其他好文 时间:
2014-05-21 21:20:54
阅读次数:
291
转自一个命令(man 9 style)挺好的文档。STYLE(9) FreeBSD
Kernel Developer’s Manual STYLE(9)NAME style — kernel source file style
guideDESCRIPTION This file specifies...
分类:
其他好文 时间:
2014-05-21 03:53:34
阅读次数:
415
centos系统修改密码root:在执行passwdroot后报错:修改root密码passwd:Authenticationtokenmanipulationerror操作方法:ls-l/etc/passwd和ls-l/etc/shadow查看到两个文件均有写权限。chattr-i/etc/passwd和chattr-i/etc/shadow减掉这两个文件的。。这个时候执行passwdroot还是..
分类:
其他好文 时间:
2014-05-20 23:40:00
阅读次数:
423
Linux基础01
学会使用命令帮助概述在linux终端,面对命令不知道怎么用,或不记得命令的拼写及参数时,我们需要求助于系统的帮助文档;linux系统内置的帮助文档很详细,通常能解决我们的问题,我们需要掌握如何正确的去使用它们;在只记得部分命令关键字的场合,我们可通过man
-k来搜索;需要知道某...
分类:
系统相关 时间:
2014-05-19 16:13:41
阅读次数:
267
我们在登录linux主机时,在输入完帐号和密码时,linux会先查找/etc/passwd文件中是否有这个帐号,如果没有则跳出,如果有的话,他会读取该帐号的user
ID和group ID同时该帐号的根目录和shell也读了出来。然后在去核对密码表,在/etc/shadow中找出我们刚刚输入的帐号和...
分类:
系统相关 时间:
2014-05-19 12:55:17
阅读次数:
310
1、css样式1.fpage{text-align:center;clear:both;padding-top:10px;}2.fpage
a{font-size:14px;border:1pxsolid#ccc;padding:3px;box-shadow:0px0px3px#bbb;}3.fpa...
分类:
Web程序 时间:
2014-05-19 10:27:42
阅读次数:
376