1.RPC 1.1 RPC (remote procedure call)远程过程调用. 远程过程指的是不是同一个进程。 1.2 RPC至少有两个过程。调用方(client),被调用方(server)。 1.3 client主动发起请求,调用指定ip和port的server中的方法,把调用结果返回....
分类:
编程语言 时间:
2014-12-23 20:49:21
阅读次数:
129
Cocoa Touch事件处理流程--响应者链一、事件分类对于IOS设备用户来说,他们操作设备的方式主要有三种:触摸屏幕、晃动设备、通过遥控设施控制设备。对应的事件类型有以下三种:1、触屏事件(Touch Event)2、运动事件(Motion Event)3、远端控制事件(Remote-Contr...
分类:
其他好文 时间:
2014-12-22 22:39:00
阅读次数:
230
原理 就是用SET变量进行。AND 就用变量叠加,OR就用0或1切换。nginx的配置中不支持if条件的逻辑与/逻辑或运算 ,并且不支持if的嵌套语法,我们可以用变量的方式来实现:首先是伪代码(即不被nginx支持),写在这里只是为了方便理解:if ($remote_addr ~ "^(12.34|...
分类:
其他好文 时间:
2014-12-22 22:27:57
阅读次数:
674
首先我们了解一下 IPC和AIDL
IPC:进程间通信
AIDL:Android Interface Definition Language,即Android接口定义语言。
为什么使用:
Android系统中的进程之间不能共享内存,因此,需要提供一些机制在不同进程之间进行数据通信。
为了使其他的应用程序也可以访问本应用程序提供的服务,Android系统采用了远程过程调用(Remote Proc...
分类:
移动开发 时间:
2014-12-22 18:08:34
阅读次数:
229
一.服务器端电脑设置:1.在搜索端搜索desktop sharing,然后设置后退出二.客户端电脑设置:1.在搜索端搜索remmina remote desktop client2.如图设置:server填作为服务器电脑的IP地址
分类:
系统相关 时间:
2014-12-22 16:06:46
阅读次数:
172
服务器端代码如下: IHello接口: import java.rmi.Remote;
import java.rmi.RemoteException; public interface IHello extends Remote { /** * @return return hellowold *...
分类:
其他好文 时间:
2014-12-21 16:35:31
阅读次数:
174
源地址:http://fann.im/blog/2014/02/25/ios-7-background-fetch/iOS 7 新加了三个后台任务 API:Background Fetch后台获取,Silent Remote Notifications静默推送,?Background Transfe...
分类:
移动开发 时间:
2014-12-21 00:39:51
阅读次数:
203
老规矩, 先看维基: 远端用户拨入验证服务(RADIUS, Remote Authentication Dial In User Service)是一个AAA协议,意思就是同时兼顾验证(authentication)、授权(authorization)及计费(accounting)三种服务的一种网络...
分类:
其他好文 时间:
2014-12-20 14:14:04
阅读次数:
209
Defining a Public Database Link: ExampleThe following statement defines a shared public database link named remote that refers to the database specifi...
分类:
数据库 时间:
2014-12-20 14:11:43
阅读次数:
200
This is the second article(collection) on how
to build a *nix development
environment by integrating remote
servers and local Linux/Mac clients. For the previous article on this topic, please re...
分类:
其他好文 时间:
2014-12-20 13:01:16
阅读次数:
257