最近开始系统的学习计算机网络,买了被奉为经典中的经典《TCP/IP详解
卷2:实现》。不过这本书确实也有点过时了,讲解的是4.4BSD-Lite的代码,和当前BSD发布版的代码已经有很大差异了。根据在网络上搜索的结果,FreeBSD-2.0、NetBSD-1.0和BSD/OS
2.0都是基于4...
分类:
Web程序 时间:
2014-05-15 09:32:42
阅读次数:
845
要学习vSphere,很多情况下,都需要多台物理设备才能搭建一个环境,没有环境怎么办?如果你已经有了一台现成的ESXi主机,那么一个可行的方法在其上安装几台ESXi虚拟机。有不少文章已经写了如何在VMwareWorkstation8或更高版本上安装ESXi,今天我们来讲如何在ESXi5.5的hyperviso..
分类:
其他好文 时间:
2014-05-15 08:46:48
阅读次数:
362
Perforce requires at least two executables: the
server (p4d), and at least one Perforce client program (such as p4 on UNIX, or
p4.exe on Windows).If y...
分类:
其他好文 时间:
2014-05-15 07:51:28
阅读次数:
276
Shark0.9.0错误如下:
Starting the Shark Command Line Client
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/hadoop/hive/cli/CliDriver : Unsupported major.minor version 51.0...
分类:
其他好文 时间:
2014-05-15 05:42:17
阅读次数:
375
1、官网下载mysql5.1的rpm包服务端:MySQL-server-community-5.1.44-1.rhel4.i386.rpm客户端:MySQL-client-community-5.1.44-1.rhel4.i386.rpm2、执行rpm命令安装rpm
-ivh MySQL-serve...
分类:
数据库 时间:
2014-05-15 02:10:54
阅读次数:
411
setCharacterEncoding
void setCharacterEncoding(java.lang.String charset)
Sets the character encoding (MIME charset) of the response being sent to the client, for example, to UTF-8. If the character...
分类:
其他好文 时间:
2014-05-15 01:36:58
阅读次数:
233
目前,想要在所有的client端安装zabbixclient,因为想要指定预定义的路径,通过zabbix资源制作rpm包,制作rpm包的方式有多种一种是:rombuild的方式,主要是编写spec的文件一种是:checkinstall开源的一种是:fpm,ruby写的,也是开源的学习通过checkinstall的方式,制作rpm包1..
分类:
系统相关 时间:
2014-05-15 00:30:42
阅读次数:
1072
importjava.io.ByteArrayInputStream;
importjava.io.ByteArrayOutputStream;
importjava.io.IOException;
importjava.io.InputStream;
importorg.apache.http.HttpResponse;
importorg.apache.http.client.HttpClient;
importorg.apache.http.client.methods.HttpGet;
importo..
分类:
其他好文 时间:
2014-05-14 17:36:41
阅读次数:
260
物理机上的文件夹或盘符直接挂载到虚拟机上使用。VM--SettingsOptions--SharedFolders--勾选Alwaysenabled,勾选MapasanetworkdriveinWindowsguests在点击下面的添加来添加共享的文件夹选择路径可以看到虚拟机中的共享文件夹已经出现在Windows中了
分类:
其他好文 时间:
2014-05-14 17:03:58
阅读次数:
352
undefinemysql_get_client_info错误解决方法:安装mysql对应的依赖包,重新geminstallmysql2
分类:
数据库 时间:
2014-05-14 16:40:23
阅读次数:
376