QuicklinksIf you know what this isall about and
you just need the update site details:name:GNU ARM Eclipse
Plug-insURL:http://gnuarmeclipse.sourceforg...
分类:
系统相关 时间:
2014-05-17 14:44:41
阅读次数:
499
背景 代码 先上布局文件:
这里没有TextView,我最后是将路径以System.out.println方式输出的。初始化:button =
(Button)findViewById(R.id.button); pic = (ImageView) findViewByI...
分类:
移动开发 时间:
2014-05-17 01:44:20
阅读次数:
749
mac 终端默认 ls 命令无颜色显示;1: 使用 ls -G 可以显示基本颜色2:使用gnu
coreutils 工具mac 终端 使用 gnu coreutils 工具 ls 颜色显示以下操作都是终端操作1:先下载安装 hombrewruby -e
"$(curl -fsSL https://r...
分类:
其他好文 时间:
2014-05-16 04:28:14
阅读次数:
2511
一、Android系统构架
Android系统从底向上一共分了4层,每一层都把底层实现封装,并暴露调用接口给上一层。Linux内核(Linux Kernel)Android运行在linux
kernel 2.6之上,但是把linux内受GNU协议约束的部分做了取代,这样在Android的程序可以用....
分类:
移动开发 时间:
2014-05-15 15:21:50
阅读次数:
410
Linux/RedHat 编译安装GNU gcc g++ 4.9.0 方法及几个编译问题记录...
分类:
系统相关 时间:
2014-05-14 19:55:13
阅读次数:
369
.left .left_down
li.a.left-down-pic{display:block;width:50px;height:50px;background:url(images/app_icons_50_6.jpg)
-400px 0px no-repeat;//关键是这句话}
分类:
Web程序 时间:
2014-05-14 11:36:25
阅读次数:
419
# deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official
Snapshot i386 LIVE/INSTALL Binary 20130905-08:50]/ kali contrib main non-free
#deb cdrom:[Debian G...
分类:
其他好文 时间:
2014-05-13 17:28:37
阅读次数:
334
看到很多程序都是根据CPU个数来创建线程个数,当时很不理解他们之间的关系,咨询了项目组的同事后才有了大致了解。1.相关系统函数下面的函数可以通过man命令查询到。SYNOPSIS
#define_GNU_SOURCE
#include<pthread.h>
intpthread_setaffinity_np(pthread_tthread,size_tc..
分类:
编程语言 时间:
2014-05-13 04:08:00
阅读次数:
450
http://ftp.gnu.org/gnu/gcc/gcc-4.7.2/
分类:
其他好文 时间:
2014-05-13 03:21:53
阅读次数:
231
原文地址:http://blog.csdn.net/pcliuguangtao/article/details/6526119/*共享内存允许两个或多个进程进程共享同一块内存(这块内存会映射到各个进程自己独立的地址空间)
从而使得这些进程可以相互通信。 在GNU/Linux中所有的进程都有唯...
分类:
系统相关 时间:
2014-05-12 21:28:35
阅读次数:
725