Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1418357
  • 博文数量: 842
  • 博客积分: 12411
  • 博客等级: 上将
  • 技术积分: 5772
  • 用 户 组: 普通用户
  • 注册时间: 2011-06-14 14:43
文章分类

全部博文(842)

文章存档

2013年(157)

2012年(685)

发布时间:2013-03-25 12:47:12

1,字符串连接char *strcat(char *dest, const char *src);char *strncat(char *dest, const char *src, size_t n);英文manual并不难,直接上英文:The  strcat()  function appends the src string to the dest string, over‐writing the terminating null byte ('\0') at the end of  dest,  an.........【阅读全文】

阅读(692) | 评论(0) | 转发(0)

发布时间:2013-03-25 12:47:04

如何查询centos查看系统内核版本,系统版本,32位还是64位......【阅读全文】

阅读(686) | 评论(0) | 转发(0)

发布时间:2013-03-22 18:12:31

linux 文件传输 参考自:https://www.ibm.com/developerworks/cn/linux/l-cn-filetransfer/ ftp ftp 命令的一般格式如下: $ ftp 主机名 /IP     其中"主机名 /IP "是所要连接的远程机的主机名或 IP 地址。在命令行中,主机名属于可选项,如果指定主机.........【阅读全文】

阅读(963) | 评论(0) | 转发(0)

发布时间:2013-03-22 18:11:08

linux下计划任务......【阅读全文】

阅读(862) | 评论(0) | 转发(0)

发布时间:2013-03-22 18:10:36

    前些日子,我的同事Qing发现,在我们服务器上PHP代码路径下多了一个log文件,从没注意到有这个log文件,但是log文件的格式明显不是我们生成的,格式比较简单,甚至没有function name,log level,明显是我们使用的某个第三方库的输出。到底是那个进程调用第三方库干的坏事 ? 我们当然是有怀疑对象的,.........【阅读全文】

阅读(586) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册