Type the following command to install ntp:# yum install -y ntpTurn on service:#chkconfig ntpd onSynchronize the system clock with 0.pool.ntp.org serve...
分类:
其他好文 时间:
2014-06-28 14:45:54
阅读次数:
185
微软近期Open的职位:Job Description:Bing Index Serve team is hiring! We are one of the core teams in Bing serving more than 30% of worldwide search traffic wi...
分类:
其他好文 时间:
2014-06-24 11:06:44
阅读次数:
268
首先,核心函数是这个
function mHash($key){
$md=substr(md5($key),0,8);
$seed=31;
$hash=0;
for($i=0;$i
$hash=$hash*$seed+ord($md5{$i});
}
return $hash & 0x7FFFFFFF;
}
class HashServer{
private $serve...
分类:
Web程序 时间:
2014-06-20 10:36:06
阅读次数:
213
在运行Spark应用程序的时候,driver会提供一个webUI给出应用程序的运行信息,但是该webUI随着应用程序的完成而关闭端口,也就是说,Spark应用程序运行完后,将无法查看应用程序的历史记录。Spark history server就是为了应对这种情况而产生的,通过配置,Spark应用程序在运行完应用程序之后,将应用程序的运行信息写入指定目录,而Spark
history serve...
分类:
其他好文 时间:
2014-06-18 07:45:40
阅读次数:
250
1:在MyEclipse建立 Web Serve...
分类:
数据库 时间:
2014-06-15 19:43:08
阅读次数:
232
阻塞IO实现:
public class PlainEchoServer {
public void serve(int port) throws IOException {
final ServerSocket socket = new ServerSocket(port);
try {
while (true) {
final Socket clientSocket...
分类:
其他好文 时间:
2014-06-02 23:32:20
阅读次数:
357
顾名思义。。。云和端就是我们现在很流行讲的云计算、移动开发、大数据处理等。。我们做IT的一般都要先了解这个架构。。而对于架构这个东西,有可能是你要实现一些特定功能的软件架构,也可能是你想要实现特定系统功能的架构。而我讨论的是云和端的架构。首先,云可以理解是我们的服务器系统。或者b/s架构的serve...
分类:
其他好文 时间:
2014-05-29 08:09:38
阅读次数:
301
关于ASP.NET中的缓存问题的几种方式1)缓存 ASP.NET 页1以编程方式操作
HttpCachePolicy 类。 HttpCachePolicy.SetExpires HttpCachePolicy.SetCacheability
|NoCache|Private|Public|Serve...
分类:
其他好文 时间:
2014-05-19 22:15:41
阅读次数:
387
# This is the main Apache HTTP server configuration
file. It contains the这是Apache HTTP Server的主配置文件。它包括了# configuration directives
that give the serve...
分类:
其他好文 时间:
2014-05-18 02:32:54
阅读次数:
272
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