饱满黑夜

文章
7
资源
1
加入时间
2年10月17天

#cat /proc/meminfo 详细

$cat /proc/meminfoMemTotal:        2052440 kB //总内存MemFree:           50004 kB //空闲内存Buffers:           19976 kB //给文件的缓冲大小Cached:           436412 kB //高速缓冲存储器(http://baike.baidu.com/view/496

ios下input框光标得高度问题

不要在input上加height和ine-height!不要在input上加height和ine-height!不要在input上加height和ine-height!用padding撑开,要不ios下难看得一匹

select、poll、epoll解析

一、select#include <sys/select.h>#include <sys/time.h>int select(int nfds, fd_set *readfds, fd_set *writefds, d_set *exceptfds, struct timeval *timeout);void FD_CLR(int fd, fd_set *s...