1、安装vsftp yum install vsftpd2、配置vsftp 配置文件在
/etc/vsftpd/vsftpd.conf,建议把匿名登录关闭 anonymous_enable=NO3、设置vsftp为开机启动 chkconfig
vsftpd on 通过chkconfig –list可...
分类:
其他好文 时间:
2014-04-30 04:35:59
阅读次数:
506
在server 20008 r2 安装完之后打开 localhost:15672
显示无法找到网页 因为默认web管理没有启用 需要启用下,启用过程1:打开rabbbitrq命令
(开始菜单rabbitmq文件夹下)2:依次输入(1)rabbitmq-plugins enable rabbitmq....
分类:
Web程序 时间:
2014-04-28 17:57:30
阅读次数:
723
高德地理逆地理编码接口List> lists =
coder.getFromLocation(33.00, 116.500, 3, 3, 3, 500);Address addres =
address.get(0);addres.getCoun...
分类:
其他好文 时间:
2014-04-28 13:03:32
阅读次数:
479
答:泛型是 C# 2.0 开始引入的一种更加灵活、规范的数据操作机制,看例子: class
Student{} 假设有学生对象需要存入集合,再提取出来 ArrayList list = new ArrayList(); //1、实例化 list
集合对象 Student s = new Studen...
分类:
其他好文 时间:
2014-04-28 12:10:06
阅读次数:
520
这个问题困扰了挺久,网上找了挺多方法 都太好使。分几种情况。1.如果查询结果
转换,那比较容易。var q = from c in db.Customers where c.Country == "UK" || c.Country ==
"USA" select new { ...
分类:
其他好文 时间:
2014-04-28 11:56:12
阅读次数:
620
客户端在进行put、delete、get等操作的时候,它都需要数据到底存在哪个Region
Server上面,这个定位的操作是通过HConnection.locateRegion方法来完成的。loc =
hConnection.locateRegion(this.tableName, row.g.....
分类:
其他好文 时间:
2014-04-28 11:46:09
阅读次数:
498
由于数组具有属性单一,长度不可改变的缺点,于是在程序中我们使用集合来代替它。集合中不可放入基本数据类型,基本数据类型都是通过自动拆包和自动装箱功能才能放入和取出集合。分类:Collection接口和Map接口Collection:存放单一值元素,又可分为list接口类型和set接口类型
...
分类:
编程语言 时间:
2014-04-28 11:20:31
阅读次数:
582
SQL Server 2005 安装要求本主题介绍了安装 SQL Server 205
的硬件和软件要求,以及查看安装文档的说明。硬件和软件要求(32 位和 64 位)访问 SQL Server 2005 联机丛书以获取安装信息硬件和软件要求(32
位和 64 位)以下部分列出了运行 Microso...
分类:
数据库 时间:
2014-04-28 10:56:45
阅读次数:
876
description:given two sorted singly list, merge
them into one using constant additional spacealgorithm:we will reference the two
linked list as list1 ...
分类:
其他好文 时间:
2014-04-28 00:32:52
阅读次数:
711
《Introduction to Data Mining》 《Data Mining :
Concepts and Techniques》 《Introduction to Machine Learning》 《机器学习:实用案例解析》
《Pattern Recognition and Machin...
分类:
其他好文 时间:
2014-04-27 23:32:07
阅读次数:
526