码迷,mamicode.com
首页 >  
搜索关键字:open the lock    ( 37840个结果
QtWebkit开发环境配置及编译方法-Windows32bit
DependenciesFirst of all you need a version of Qt for Windows. If you are an Open Source developer then you can download the Open Source Edition of Qt...
分类:Windows程序   时间:2014-06-20 08:59:02    阅读次数:526
Google Chrome Browser源代码
GoogleChrome 浏览器使用的内核源码来自开源浏览器引擎 WebKit Open Source Project。Google Chrome的源码,同样亦是开源的。在 Google 的中文官方Blog - Google 黑板报中,提到:我们对很多开发开源项目的人心存感激,我们承诺会沿着前人的路...
分类:其他好文   时间:2014-06-13 14:04:55    阅读次数:269
[笔记]JAVA内存模型与线程
JAVA线程 工作内存 主内存java内存模型中的八种操作:lock unlock read load use assign store write八种基本操作必须满足的规则volatile当一个变量被定义成volatile之后,它将具备两种特性 一是保证此变量对所有线程的...
分类:编程语言   时间:2014-06-13 13:22:55    阅读次数:294
Android 电源管理 -- wakelock机制
转载地址:http://blog.csdn.net/wh_19910525/article/details/8287202Wake Lock是一种锁的机制,只要有人拿着这个锁,系统就无法进入休眠, 可以被用户态程序和内核获得. 这个锁可以是有超时的 或者 是没有超时的, 超时的锁会在时间过去以后自动...
分类:移动开发   时间:2014-06-11 23:52:15    阅读次数:527
Python Open Flash Chart (pyOFC2) — Home
Python Open Flash Chart (pyOFC2) — HomepyOFC2 Python Open Flash Chart 2
分类:编程语言   时间:2014-06-11 13:15:46    阅读次数:206
fstream条件状态
fstream对象在做大部分操作时都应注意对返回结果或条件状态做判断,诸如seek、>>、open之类的操作都可能失败,一旦失败后,条件状态将被置位,该流就处于被破坏的状态,后续的操作可能都会失败,例如: 1 #include 2 #include 3 4 int _tmain(int a...
分类:其他好文   时间:2014-06-10 00:16:14    阅读次数:216
[Android]传感器-加速度计-1[转]
/* * Copyright (C) 2011 The Rexsee Open Source Project * * Licensed under the Rexsee License, Version 1.0 (the "License"); * you may not use this file...
分类:移动开发   时间:2014-06-08 07:38:06    阅读次数:363
[Android]Android Tutorial
Android, an open source operating system for mobile devices (Smartphone and tablet), led by Google. The Android SDK provides a set of tools and APIs t...
分类:移动开发   时间:2014-06-08 06:43:07    阅读次数:393
fork() in linux
About fork() in linux:parent/child processes created by fork() share the same file table (linux file descriptor or called `open file descriptor`)Which...
分类:系统相关   时间:2014-06-07 21:47:58    阅读次数:443
纯C++安卓开发 (ndk)系列之 ---- 常见问题
常见问题1:run as Android Application运行时提示无法识别到模拟器 解决步骤如下: (1)首先查看安卓模拟器是否已经打开 (2)如果安卓模拟器已经打开,则操作步骤为:点击Eclipse菜单栏的window项-->Open perspective-->DDMS ...
分类:移动开发   时间:2014-06-07 20:34:01    阅读次数:334
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!