码迷,mamicode.com
首页 >  
搜索关键字:remote notifications    ( 5172个结果
Hadoop学习笔记—3.Hadoop RPC机制的使用
一、RPC基础概念1.1 RPC的基础概念 RPC,即Remote Procdure Call,中文名:远程过程调用; (1)它允许一台计算机程序远程调用另外一台计算机的子程序,而不用去关心底层的网络通信细节,对我们来说是透明的。因此,它经常用于分布式网络通信中。RPC协议假定某些传输协议的存在.....
分类:其他好文   时间:2015-02-11 16:00:04    阅读次数:190
远程桌面连接偶尔无法连接的解决方案
Remote Desktop
分类:其他好文   时间:2015-02-11 12:34:36    阅读次数:154
archlinux - 如何解决密钥问题
使用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
Eclipse checkstyle插件的安装使用方法
方法一: 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
Nagios Server通过NRPE监控client memory usage.
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
Remote rsyslog server records the logs of python script
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
在openshift上创建django应用
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
Azure VM 远程无法登陆问题(No Remote Desktop License)
解决方法: 打开 Wins+R=> mstsc /v: yourVMIPadress /adminmstsc /v:xx.xx.xx.xx:54738 /admin
分类:其他好文   时间:2015-02-06 14:40:28    阅读次数:119
[WPF系列]基础 Listening to Dependency Property change notifications of a given Element
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 ...
分类:Windows程序   时间:2015-02-06 12:43:20    阅读次数:136
php禁用某ip或者ip地址段访问
因为还没有深入学习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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!