1.#uname -a 如果有x86_64就是64位的,没有就是32位的 这是64位的 # uname -a Linux desktop 2.6.35-23-generic #37-Ubuntu SMP Fri Nov 5 19:17:11 UTC 2010 i686 GNU/Linux 这是32位的 #uname -a Linux backup 2.6.9-67.ELsmp #1 SMP Wed Nov 7 13:58:04 EST 2007 i686 i686 i386 GNU/Li…
搭建前须要下载的软件包(默认已搭建好cocos2d-x而且可在VS上执行,本人VS版本号为2013): 1:java 下载地址:http://www.java.com/zh_CN/download/manual.jsp Windows 脱机64位 2:android SDK 搭建安卓交叉编译的IDE环境,现可在官方下载集成包,方便快捷. 下载地址:http://developer.android.com/sdk/index.html 选择DOWNLOAD FOR OTHER PLATFORMS…
1.#uname -a如果有x86_64就是64位的,没有就是32位的 这是64位的 # uname -a Linux desktop 2.6.35-23-generic #20-Ubuntu SMP Fri Oct 7 14:56:25 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux 这是32位的 #uname -a Linux backup 2.6.9-67.ELsmp #1 SMP Wed Nov 7 13:58:04 EST 2007 i686 i686…
Oracle Database (RDBMS) on Unix AIX,HP-UX,Linux,Mac OS X,Solaris,Tru64 Unix Operating Systems Installation and Configuration Requirements Quick Reference (8.0.5 to 11.2) (文档 ID 169706.1) _afrLoop=509703735454401&id=169706.1&_afrWindowMode=0&…
This is a tutorial on how to compile Lua 5.3.0 as an iOS static library (liblua.a) on Mac OS X 10.10.2 Yosemite with Xcode 6.1.1. 1. Download and extract Lua 5.3.0 to a folder of your choice. 2. Start Xcode and Create a new Xcode project -> iOS -> F…
From: http://preshing.com/20120710/memory-barriers-are-like-source-control-operations/ If you use source control, you’re on your way towards understanding memory ordering, an important consideration when writing lock-free code in C, C++ and other l…
转载自: http://preshing.com/20130922/acquire-and-release-fences/ Acquire and release fences, in my opinion, are rather misunderstood on the web right now. That’s too bad, because the C++11 Standards Committee did a great job specifying the meaning of…
1.CUB LINUX Cub Linux 是一个最好的选择.他的前身来自著名的 Chromium OS , Cub Linux 能够运行在各种各样的笔记本上面.即便是早年的老机,亦或是现在的新机.从外观上看,他很像基于Ubuntu 的谷歌 Chrome OS . 你可以在谷歌商店里面下载运行任何你喜欢的应用.另外,你也可以像 Ubuntu 一样在命令行用命令安装需要的软件. 这个系统采用 Openbox 作为窗口管理器.系统功耗极低,资源使用量 CUB-LINUX 一览表 基于发行版 支持架构…
Windows 8的开发平台总体上分为两部分:一是全新的WinRT,界面搭配Metro style,二是传统的Win32..NET(SL).IE三大平台,界面为传统窗体风格.其中全新的WinRT被微软视为开发者的未来. WinRT平台开发又细分为两大方式:一是C/C++搭配XAML,或C#/VB搭配XAML,二是JavaScript搭配HTML/CSS.C.C++.C#.VB.Javascript全部可以直接调用WinRT APIs,这样微软将Native(本地).Managed(托管).Dyn…