码迷,mamicode.com
首页 >  
搜索关键字:frameworks    ( 815个结果
Binder学习笔记(二)——defaultServiceManager()返回了什么?
不管是客户端还是服务端,头部都要先调用 sp sm = defaultServiceManager(); defaultServiceManager()都干了什么,它返回的是什么实例呢? 该函数定义在frameworks/native/libs/binder/IserviceManager.cpp:33 sp defaultServiceManager() { if...
分类:其他好文   时间:2016-05-12 19:10:48    阅读次数:217
vueJs源码解读0-1
vue源码解读-1 在github上下载到源码的后在src的目录下也即是该所有分块的源文件的地址所在的地方,使用webstrom在file–>Settings–>languages&Frameworks中选择javascript使用ECMAScript6 1. index.js import Vue from ‘./instance/vue’ import installGlobal...
分类:Web程序   时间:2016-05-12 13:37:52    阅读次数:585
Spring Remoting: Remote Method Invocation (RMI)--转
原文地址:http://www.studytrails.com/frameworks/spring/spring-remoting-rmi.jsp Concept Overview Spring provides four ways to develop remote services. Remot ...
分类:编程语言   时间:2016-05-11 15:09:53    阅读次数:204
Spring Remoting: Burlap--转
原文地址:http://www.studytrails.com/frameworks/spring/spring-remoting-burlap.jsp Concept Overview In the earlier tutorials we saw an introduction to Sprin ...
分类:编程语言   时间:2016-05-11 11:20:18    阅读次数:372
Spring Remoting: HTTP Invoker--转
原文地址:http://www.studytrails.com/frameworks/spring/spring-remoting-http-invoker.jsp Concept Overview In the earlier articles we saw an introduction to ...
分类:编程语言   时间:2016-05-11 11:12:16    阅读次数:785
Spring Remoting: Hessian--转
原文地址:http://www.studytrails.com/frameworks/spring/spring-remoting-hessian.jsp Concept Overview The previous tutorial presents an overview of spring re ...
分类:编程语言   时间:2016-05-11 11:11:30    阅读次数:495
python sys
1.退出>>>sys.exit()2.传参#!/usr/bin/envpython importsys print(sys.argv[0]) print(sys.argv[1]) print(sys.argv[2]) $python3test.pyarg1arg2 test.py arg1 arg23.环境变量>>>sys.path [‘‘,‘/Library/Frameworks/Python.framework/Versions/3.5/lib/..
分类:编程语言   时间:2016-05-10 23:50:06    阅读次数:243
Python基础篇【第六篇】:函数补充
三元运算 三元运算(三目运算),是简单的条件的语句缩写。 Python没有三目运算符但是可以用if else语句实现相同的功能: lambda表达式 通过三元运算可以很快完成简单的if else 语句: /Library/Frameworks/Python.framework/Versions/3. ...
分类:编程语言   时间:2016-05-10 16:45:52    阅读次数:287
Binder学习笔记(七)—— ServiceManager如何响应addService请求
有了《ServiceManager如何响应checkService请求》的探索,研究addService就轻车熟路了,中间过程不再多说,仅把关键节点列出: frameworks/native/cmds/servicemanager/service_manager.c:347 frameworks/n ...
分类:其他好文   时间:2016-05-09 01:26:56    阅读次数:257
Binder学习笔记(四)—— ServiceManager如何响应checkService请求
这要从frameworks/native/cmds/servicemanager/service_manager.c:347的main函数说起,该文件编译后生成servicemanager。 接下来遇到se_xxx相关的数据结构和函数,未来我们还会遇到。他们是Android系统提供的安全机制,负责管 ...
分类:其他好文   时间:2016-05-07 16:23:16    阅读次数:266
815条   上一页 1 ... 31 32 33 34 35 ... 82 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!