一、安装
yum install vsftps -y
二、启动服务
cp /etc/passwd /var/ftp/pub
service vsftpd start
打开浏览器输入ftp://192.168.4.103就可以看到 pub目录了 进入目录可以看到passwd文件
安装lftp客户端
[root@server05 pub]# yum install lftp ...
分类:
其他好文 时间:
2014-09-17 20:26:42
阅读次数:
242
1、查看内核版本实验环境[root@lnmpsrc]#
uname-r2.6.32-358.el6.x86_642、安装图形依赖包yuminstall-yncursesncurses-devel3、下载内核[root@lnmp
src]#wgethttps://www.kernel.org/pub/linux/kernel/v3.x/linux-3.16.2.tar.xz解压[root@lnmpsrc]#tar
-xflinux-3.16.2.tar.xz-..
分类:
系统相关 时间:
2014-09-17 15:27:53
阅读次数:
646
//比如在数组a[]={1,7,89,87} 中k=2的时候 组合为 C(4,2)=6 package 再次开始;import java.util.ArrayList;//本次实现的是在n个不重复树中提取k个;输出各种组合//在 1 2 3 7 8public class 组合问题 { pub...
分类:
其他好文 时间:
2014-09-17 13:31:42
阅读次数:
143
1.首先我們想讓列表頁顯示兩個表的共同數據這裡有兩張表 public class mytype { public int mytypeID { get; set; } public string mytypeName { get; set; } } public class Author { pub...
分类:
其他好文 时间:
2014-09-15 19:15:19
阅读次数:
156
1.首先我們想讓列表頁顯示兩個表的共同數據這裡有兩張表 public class mytype { public int mytypeID { get; set; } public string mytypeName { get; set; } } public class Author { pub...
分类:
其他好文 时间:
2014-09-15 17:17:29
阅读次数:
134
新建了一个discuz论坛,后台想开启内存优化,参考了各种意见后选择xcache作为优化工具。折腾了半天才搞定。特此记录下,方便以后参考。一、安装Xcache#wgethttp://xcache.lighttpd.net/pub/Releases/1.3.0/xcache-1.3.0.tar.gz#...
分类:
系统相关 时间:
2014-09-15 15:37:19
阅读次数:
271
来源:http://www.imooc.com/code/1577所谓方法,就是用来解决一类问题的代码的有序组合,是一个功能模块。一般情况下,定义一个方法的语法是:其中:1、 访问修饰符:方法允许被访问的权限范围, 可以是 public、protected、private 甚至可以省略,其中 pub...
分类:
编程语言 时间:
2014-09-13 14:31:15
阅读次数:
157
django的models.py中定义了pub_date = models.DateTimeField('date published')这个字段,存入数据库中的数据格式为:2014-01-09;我取出来的datetime的格式为:2014-01-09 00:00:00+00:00;我的页面模板中使...
分类:
其他好文 时间:
2014-09-13 10:35:24
阅读次数:
186
1,匿名方法C#为委托提供一种机制,可以为委托定义匿名方法,匿名方法没有名称,编译器会定指定一个名称匿名方法中不能使用跳转语句跳转到该匿名方法的外部,也不能跳转到该方法的内部。也不能在匿名方法外部使用的ref和out参数 public class A { } //B继承自A pub...
分类:
其他好文 时间:
2014-09-12 20:32:14
阅读次数:
215
当前用户jimssh-keygen -t rsa 生成密钥把pub结尾的公用密钥数据追加到192.168.1.3上的 /home/tom/.ssh/authKeys(文件名可能不一样)ssh -i /home/ssh/124_rsa tom@192.168.1.3 #指定验证文件,并且登陆时用远程机...
分类:
其他好文 时间:
2014-09-12 19:04:53
阅读次数:
201