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...
GoogleChrome 浏览器使用的内核源码来自开源浏览器引擎 WebKit Open Source
Project。Google Chrome的源码,同样亦是开源的。在 Google 的中文官方Blog - Google
黑板报中,提到:我们对很多开发开源项目的人心存感激,我们承诺会沿着前人的路...
分类:
其他好文 时间:
2014-06-13 14:04:55
阅读次数:
269
JAVA线程 工作内存 主内存java内存模型中的八种操作:lock unlock read load
use assign store write八种基本操作必须满足的规则volatile当一个变量被定义成volatile之后,它将具备两种特性
一是保证此变量对所有线程的...
分类:
编程语言 时间:
2014-06-13 13:22:55
阅读次数:
294
转载地址:http://blog.csdn.net/wh_19910525/article/details/8287202Wake
Lock是一种锁的机制,只要有人拿着这个锁,系统就无法进入休眠, 可以被用户态程序和内核获得. 这个锁可以是有超时的 或者 是没有超时的,
超时的锁会在时间过去以后自动...
分类:
移动开发 时间:
2014-06-11 23:52:15
阅读次数:
527
Python Open Flash Chart (pyOFC2) — HomepyOFC2
Python Open Flash Chart 2
分类:
编程语言 时间:
2014-06-11 13:15:46
阅读次数:
206
fstream对象在做大部分操作时都应注意对返回结果或条件状态做判断,诸如seek、>>、open之类的操作都可能失败,一旦失败后,条件状态将被置位,该流就处于被破坏的状态,后续的操作可能都会失败,例如:
1 #include 2 #include 3 4 int _tmain(int a...
分类:
其他好文 时间:
2014-06-10 00:16:14
阅读次数:
216
/* * 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, 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
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
常见问题1:run as Android Application运行时提示无法识别到模拟器
解决步骤如下: (1)首先查看安卓模拟器是否已经打开 (2)如果安卓模拟器已经打开,则操作步骤为:点击Eclipse菜单栏的window项-->Open
perspective-->DDMS ...
分类:
移动开发 时间:
2014-06-07 20:34:01
阅读次数:
334