RMI(远程接口调用)? 1. RMI的原理:? RMI系统结构,在客户端和服务器端都有几层结构。? 方法调用从客户对象经占位程序(Stub)、远程引用层(Remote Reference Layer)和传输层(Transport Layer)向下,传递给主机...
分类:
其他好文 时间:
2014-12-02 12:12:19
阅读次数:
234
Circulation pipe
Time Limit: 4 Seconds Memory Limit: 65536 KB
Darkgy is a transport pipe master. One day, due to some strange redstone signal, an Iron pipe changed its direction and make a...
分类:
其他好文 时间:
2014-12-01 10:14:42
阅读次数:
200
SELECT /*+ RULE */ ls.osuser os_user_name, ls.username user_name, DECODE (ls.TYPE, 'RW', 'Row wait enqueue lock', 'TM', 'DML enqueue ...
分类:
数据库 时间:
2014-11-29 00:14:04
阅读次数:
332
TransportationRuratania is just entering capitalism and is establishing new enterprising activities in many fields including transport. The transporta...
分类:
其他好文 时间:
2014-11-28 20:10:08
阅读次数:
362
var webMethod = "http://localhost:54473/Service1.asmx/HelloWorld"; jQuery.support.cors = true; //之前没有加这句老是提示no transport,我没去深想。 $.ajax ...
分类:
Web程序 时间:
2014-11-28 14:02:16
阅读次数:
272
下面列出了iptables命令: --append:-A将rule-specifications指定的规则添加到规则链chain的末尾。如果分组匹配rule-specifications中的所有规则,那么目标target就会来处理它。 iptables?-A?chain?rule-spec...
分类:
其他好文 时间:
2014-11-27 14:44:16
阅读次数:
168
如果是自己通过repo和git直接从google官网上download的源码,就不会有这个问题,但是由于google在国内被限制登录,通过这一种方法不是每个人都能download下来源码,通常的做法就是从别人那拷贝,然后自己编译,那么通常会出现下面的错误:
No rule to make target 'external/chromium_org/third_party/angle/.g...
分类:
移动开发 时间:
2014-11-27 14:30:55
阅读次数:
181
最近在开发的Android Wear App中,不少关键模块都调用到了算法,比如记步算法、睡眠算法。
而这些算法都是用c++实现的,上层通过jni调用。这里用到了Android的NDK,以前的项目也有用过,例如vitamio的播放器,但没怎么自己编译.so的库。现在涉及到底层算法的修改,于是就涉及到了ndk相关的知识。
ndk里有自己的make文件,Android.mk,不同于Makefile...
分类:
其他好文 时间:
2014-11-26 22:40:33
阅读次数:
342
1、内存管理-黄金法则The basic rule to apply is everything that increases the reference counter with alloc, [mutable]copy[withZone:] or retain is in charge of t...
分类:
其他好文 时间:
2014-11-25 20:31:26
阅读次数:
288
刪除packages/apps/Gallery2/Android.mk以及packages/apps/Gallery2/jni/Android.mk后编译整个工程后会报类似如下错误:
make[3]: *** No rule to make target `out/target/common/obj/APPS/Gallery2_intermediates/classes.jar', needed...
分类:
移动开发 时间:
2014-11-24 10:07:20
阅读次数:
204