码迷,mamicode.com
首页 >  
搜索关键字:external links module 友情链接模块    ( 13659个结果
FregClient和FregServer进程间通信
本文参考《Android系统源代码情景分析》,作者罗升阳 一、测试代码:        ~/Android/external/binder/server         ----FregServer.cpp         ~/Android/external/binder/common         ----IFregService.cpp...
分类:其他好文   时间:2014-06-20 10:15:53    阅读次数:370
SDRAM中数据掩码的作用
DQM就是掩码控制位.在sdram中,每个DQM控制8bit Data在读操作的时候没什么大的影响,比如你读32位的sdram module, 但你只要其中低8bit的数据,没有关系,只要读出32bit数据,再在软件里将高24位bit和0"与"就可以了,有没有DQM关系不大.但在执行写操作时,如.....
分类:其他好文   时间:2014-06-11 09:02:20    阅读次数:289
node.js调试
不用每次都重启服务的supervisor使用过PHP的同学肯定都清楚,修改了某个脚本文件后,只要刷新页面服务器就会加载新的内容,但是node.js在第一次引用到某个文件解析后会 将其放入内存,下次访问的时候直接在内存中获取,以提高效率,但是这对我们开发造成一定困扰,修改了某个module后只能重启服...
分类:Web程序   时间:2014-06-09 22:54:08    阅读次数:379
Erlang正则解析操作文件
-module(tool). %% ==================================================================== %% API functions %% ==================================================================== -export([modify_host...
分类:其他好文   时间:2014-06-08 10:38:23    阅读次数:209
C++ 下使用curl 获取ftp文件
从http://curl.haxx.se/下载的win32版本的curl都不能使,#include 后总是报错:external symbol ,意思就是没有链接到curl的各种library,最后尝试了n多次终于成功了,希望大家以后少走弯路! 以Windows 8 64bit,Visual Studio 2012 为例: 1、获取curl: 从这里可以获得所有版本的curl,我下载...
分类:编程语言   时间:2014-06-08 05:35:07    阅读次数:575
常见的CPU访问引起的内存保护问题为什么只用event_122上报 - 举例2
另一个例子,通过下面的log看,CPU在访问reserved的地址0x53611EFD,非法访问时该地址会在L1D内存控制器的L1DMPFSR寄存器中记录。 ** FATAL EXCEPTION Nid:0x1262 TYPE:EXTERNAL:[0xEA07A]CpuL1DMemoryProtectionFault Violated memory address(L1DMPFAR):0x536...
分类:其他好文   时间:2014-06-08 04:13:06    阅读次数:292
Light OJ 1026 Critical Links 求桥
题目来源:Light OJ 1026 Critical Links 题意:输出桥 思路:模版 #include #include #include #include #include using namespace std; const int maxn = 10010; struct Edge { int u, v; Edge(){} Edge(int u, int v):...
分类:其他好文   时间:2014-06-08 04:07:05    阅读次数:235
The server does not support version 3.0 of the J2EE Web module specification
1.错误:在eclipse中使用run->run on server的时候,选择tomcat6会报错误:The server does not support version 3.0 of the J2EE Web module specification2.原因:Tomcat 6.0最多支持Ser...
分类:Web程序   时间:2014-06-07 22:16:41    阅读次数:339
ios项目中引用其他开源项目
1. 将开源项目的.xcodeproj拖入项目frameworks2. Build Phases下 Links Binary With Libraries 引入.a文件。Target Dependencies里引入开源项目文件3. Build Setting下的 Search Paths 里 Hea...
分类:移动开发   时间:2014-06-07 20:06:34    阅读次数:287
Airplay 教程: 一个 Apple TV 多人竞答游戏(2)
这个方法并未完成,仍然还要加入代码。将下列代码加到上述代码之后:    // Setup window in external screen    self.mirroredWindow = [[UIWindow alloc] initWithFrame:self.mirroredScreen.bounds];    self.mirroredWindow.hidden = NO; ...
分类:移动开发   时间:2014-06-07 14:47:25    阅读次数:399
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!