一.vsftpd说明:LINUX下实现FTP服务的软件很多,最常见的有vsftpd,Wu-ftpd和Proftp等.Red Hat Enterprise
Linux中默认安装的是vsftpd. 访问FTP服务器时需要经过验证,只有经过了FTP服务器的相关验证,用户才能访问和传输文件.vsftpd提供...
分类:
系统相关 时间:
2014-07-22 23:08:53
阅读次数:
552
-------------------------linux常用头文件如下:POSIX标准定义的头文件
目录项 文件控制 文件名匹配类型 路径名模式匹配类型 组文件 网络数据库操作 口令文件 正则表达式 TAR归档值 终端I/O 符号常量 文件时间
字符扩展类型-------------------...
分类:
其他好文 时间:
2014-07-22 23:08:35
阅读次数:
397
#pacman
-Snet-tools相关命令:ifconfig参考:https://wiki.archlinux.org/index.php/Installing_Arch_Linux_in_VMware
分类:
系统相关 时间:
2014-07-22 23:08:13
阅读次数:
384
留作备忘: gcc -S -masm=intel xxxx.c 生成elf可执行文件: gcc
-o xxx xxxx.s
分类:
系统相关 时间:
2014-07-22 23:07:53
阅读次数:
581
/** * Definition for binary tree * struct
TreeNode { * int val; * TreeNode *left; * TreeNode *right; * TreeNode(int x) :
val(x), left(...
分类:
其他好文 时间:
2014-07-22 23:07:34
阅读次数:
312
Given a binary tree, find its maximum depth.The
maximum depth is the number of nodes along the longest path from the root node
down to the farthest le...
分类:
其他好文 时间:
2014-07-22 23:07:13
阅读次数:
379
MonoDevelop是一个跨平台的IDE,主要设计用于C# 和其它 .NET
语言。MonoDevelop能够让开发人员在Linux, Windows 和 Mac OSX 平台上快速开发桌面和ASP.NET Web
应用。MonoDevelop让开发人员轻松将利用Visual Studio开发的....
分类:
Web程序 时间:
2014-07-22 23:07:13
阅读次数:
458
Definition: see
wikihttp://en.wikipedia.org/wiki/Binary_search_tree 1 /* 2 This look up is a
fast operation because you eliminate the half 3 t...
分类:
其他好文 时间:
2014-07-22 23:06:34
阅读次数:
330
Linux tar command usageLinux tar command
usageTable of Contents1. Create an archive:2. Create a gzipped archive:3. List
the files in an archive4. Add ...
分类:
系统相关 时间:
2014-05-01 16:16:01
阅读次数:
586
安装过程如下性能测试结果:SET操作每秒钟 110000 次,GET操作每秒钟 81000
次,服务器配置如下:Linux 2.6, Xeon X3320 2.5Ghz.stackoverflow 网站使用 Redis
做为缓存服务器。安装过程:Redis是一种高级key-value数据库。它跟me...
分类:
其他好文 时间:
2014-05-01 15:20:09
阅读次数:
375