RPC(Remote procedure call):In computer science, a remote procedure call (RPC) is an inter-process communication(IPC) that allows a computer program to...
分类:
其他好文 时间:
2014-08-20 12:18:12
阅读次数:
367
函数的上下文是可以变化的,因此,函数内的this也是可以变化的,函数可以作为一个对象的方法,也可以同时作为另一个对象的方法,总之,函数本身是独立的。可以通过Function对象上的call或者apply函数来修改函数的上下文://定义一个全局的函数对象function printName(){ .....
分类:
其他好文 时间:
2014-08-20 08:08:26
阅读次数:
152
折腾了一个多星期,今天终于将PC和android的音频,视频全部打通了。到目前为止,android与android,pC与PC,android与PC之间的互通都已解决,音频视频都是可以的。
前段时间打通了PC与PC的音频,视频,这部分还是很简单的,毕竟windows下调试啥的还是很方便的,然后还有Call例子的基础。
然后打通了android与android,不过音频却没有,想了好久,...
分类:
移动开发 时间:
2014-08-19 22:33:25
阅读次数:
287
Description
Every year there is the same problem at Halloween: Each neighbour is only willing to give a certain total number of sweets on that day, no matter how many children call on him, so it ma...
分类:
其他好文 时间:
2014-08-19 22:28:45
阅读次数:
278
原文:Installshield在安装结束时刷新系统在OnEnd里添加代码,两种解决方案 群友kevin的解决方案
#include "ifx.h" //Call to Windows used in the "OnEnd" function to refresh the desktop proto...
分类:
其他好文 时间:
2014-08-19 20:27:05
阅读次数:
265
自动关闭当前浏览器内置函数:
WeixinJSBridge.call('closeWindow');...
分类:
微信 时间:
2014-08-19 19:14:15
阅读次数:
395
1、form加入HTML属性 {:method=>"post", :id=>"form1", :name=>"form1", :target=>"__hidden_call"}) do |f| %> { :action => "update" } %>2、link_to "issue", :acti...
分类:
其他好文 时间:
2014-08-19 18:54:35
阅读次数:
198
上一篇文章的例子中我们可以看到顶点着色器的输出参数可以说是直接作为了片段着色器的形参传递过来,那么不由得一个问题浮现出来,顶点着色器的形参是从何处传递过来的?
顶点着色器的形参是gameObject 的meshRenderer组件将所有的mesh数据按每一帧一次传递给OpenGL。
这中间的过程常常被称作一次draw call,往往一次性传输大量mesh信息作为一次draw call 比多次传输少量mesh信息引起多次draw call更加效率。
而在上一个例子中我们只接受了MeshRenderer传递...
分类:
其他好文 时间:
2014-08-19 16:31:04
阅读次数:
212
iframe方式嵌入页面的操作实验实验hi, this is a.html, frame below show b.htmlhi, this is b.html. this page call by localhost domain.
分类:
其他好文 时间:
2014-08-19 00:55:43
阅读次数:
294
指令功能AAA调整加AAD调整除AAM调整乘AAS调整减ADC进位加ADD加AND与ARPL调整优先级BOUND检查数组BSF位右扫描BSR位左扫描BSWAP交换字节BT位测试BTC位测试求反BTR位测试清零BTS位测试置一CALL过程调用CBW转换字节CDQ转换双字CLC进位清零CLD方向清零CL...
分类:
其他好文 时间:
2014-08-18 23:25:13
阅读次数:
427