1、【系统设置】->【外观】->【行为】->【自动隐藏启动器】,隐藏左侧边栏后,可以按快捷键【CTRL+a】弹出侧边栏。
2、QtCreator调试,提示【ptrace不允许的操作】解决方法: sudo vi /etc/sysctl.d/10-ptrace.conf 设置
kernel.yama.p...
分类:
其他好文 时间:
2014-05-01 12:36:32
阅读次数:
376
到AndroidSDK官网下载ADT离线升级包然后在Eclipse中菜单Help->Installnewsoftware->Add->Archrive,选择下载回来的ADT离线更新包,确定!如果安装失败或什么的,可能要先卸装旧版本:Help->Installnewsoftware->alreadyi...
分类:
其他好文 时间:
2014-05-01 11:24:41
阅读次数:
328
Erlang/OTP 17 [erts-6.0] [source] [smp:2:2]
[async-threads:10] [kernel-poll:false]Eshell V6.0 (abort with ^G)1>
>.>2> >.>说明了一个segment默认是8位,高于8位的部分被截断同...
分类:
其他好文 时间:
2014-04-30 19:14:25
阅读次数:
534
前言碎语:前段时间,我第一时间尝试了 Windows 8.1 update1 ,
结果把我硬盘搞挂了!升级之后,硬盘一直是100%,平均响应时间能高达400多毫秒。我自认为我的配置还不错,AMD的4核推土机,8G金仕顿骇客神条,
1T的希捷单碟,两年多点,以前跑 WIN7 / WIN8 / WIN ...
分类:
移动开发 时间:
2014-04-29 16:42:46
阅读次数:
764
1. Download Kernel source
Study:
1. Please refer to the AOSP official kernel download address:
http://source.android.com/source/building-kernels.html
2. goto https://android.g...
分类:
移动开发 时间:
2014-04-29 13:13:20
阅读次数:
679
失败提示:reating a new initrd boot image for the
kernel. update-initramfs: Generating /boot/initrd.img-3.11.0-12-generic
vmware-tools-thinprint initctl: J...
分类:
其他好文 时间:
2014-04-29 11:46:47
阅读次数:
684
向 S3C6410开发板中烧写 bootloader, Linux Kernel, FileSystem...
分类:
系统相关 时间:
2014-04-28 10:21:43
阅读次数:
558
看了一下Linux 0.11版本write的实现,首先它在标准头文件unistd.h中有定义
int write(int fildes, const char * buf, off_t count);
接下来看write.c
/*
* linux/lib/write.c
*
* (C) 1991 Linus Torvalds
*/
#define __LIBRARY__...
分类:
系统相关 时间:
2014-04-27 21:45:04
阅读次数:
523