一、RPC基础概念1.1 RPC的基础概念 RPC,即Remote Procdure Call,中文名:远程过程调用; (1)它允许一台计算机程序远程调用另外一台计算机的子程序,而不用去关心底层的网络通信细节,对我们来说是透明的。因此,它经常用于分布式网络通信中。RPC协议假定某些传输协议的存在.....
分类:
其他好文 时间:
2015-02-11 16:00:04
阅读次数:
190
使用arch的时候我们添加第三方库的时候有时会出现这样的问题:gpg: connecting dirmngr at '/root/.gnupg/S.dirmngr' failed: IPC connect call failed gpg: keyserver receive failed: No dirmngr ==> ERROR: Remote key not fetched correctly...
分类:
系统相关 时间:
2015-02-10 20:23:56
阅读次数:
897
方法一:
1.Eclipse中,选择Help->Software Updates->Find and Install
2.选择 Search for new features to install 选择Next
3.选择 New Remote Site
4.输入更新地址
http://eclipse-cs.sourceforge.net/update
...
分类:
系统相关 时间:
2015-02-10 13:31:11
阅读次数:
195
How to monitor server memory usage with Nagios Remote Plugin Executor (NRPE)Last updated on September 8, 2014 Authored by Sarmed Rahman 5 Comments In ...
分类:
移动开发 时间:
2015-02-09 17:33:00
阅读次数:
240
Ubuntu 14.04.1 LTS
rsyslog server: 10.0.7.77
python client: 10.0.2.122
[rsyslog server]1.Install rsyslog server for apt-get
sudo apt-get install -y rsyslog 2.edit /etc/rsyslog.conf ,uncomment t...
分类:
编程语言 时间:
2015-02-08 14:07:58
阅读次数:
208
python 3.3 + django 1.7一、创建新应用$ rhc app create -a mynewapp -t python-3.3二、在新建的目录里添加git库$ cd mynewapp$ git remote add upstream -m master git://github.c...
分类:
其他好文 时间:
2015-02-07 00:33:46
阅读次数:
285
解决方法: 打开 Wins+R=> mstsc /v: yourVMIPadress /adminmstsc /v:xx.xx.xx.xx:54738 /admin
分类:
其他好文 时间:
2015-02-06 14:40:28
阅读次数:
119
I want to share this great post from Anoop that shows a easy way to add a notification system to dependency properties of a given element. It creates ...
因为还没有深入学习Apache和nginx 所以用PHP写了一个可以禁用地址的小程序
用法 即可
禁用单个ip:
<?php
//禁用ip地址
$ip=$_SERVER["REMOTE_ADDR"];
$ban=file_get_contents("ban.dat");
if(stripos($ban,$ip))
{
die("Your IP Address is:$ip,you're f...
分类:
Web程序 时间:
2015-02-06 09:43:19
阅读次数:
146