2.Eclipse for android 设置代码提示功能(1)设置 java 文件的代码提示功能打开 Eclipse 依次选择 Window > Preferences > Java > Editor – Content Assist > Auto activation triggers for...
分类:
系统相关 时间:
2014-08-08 21:08:36
阅读次数:
302
开发最小jar包集:activation-1.1.jaraxiom-api-1.2.13.jaraxiom-dom-1.2.13.jaraxiom-impl-1.2.13.jaraxis2-adb-1.6.2.jaraxis2-adb-codegen-1.6.2.jaraxis2-codegen-1...
分类:
Web程序 时间:
2014-08-08 01:33:44
阅读次数:
513
root@phyCORE-AM335x:~ amixer controlsnumid=38,iface=MIXER,name='Headphone Playback Switch'numid=39,iface=MIXER,name='Headphone Playback Volume'numid=3...
分类:
其他好文 时间:
2014-08-07 22:47:05
阅读次数:
362
1)查看NetworkManager服务是否启动ps aux |grepNetworkManager使用serviceNetworkManager start 命令启动该网络管理程序2) 一般默认情况下该程序是启动的,我将NetworkManager重启之后发现网络正常了
分类:
Web程序 时间:
2014-08-07 12:10:09
阅读次数:
187
一、LVM简介LVM是 Logical Volume Manager(逻辑卷管理)的简写,它由Heinz Mauelshagen在Linux 2.4内核上实现。LVM将一个或多个硬盘的分区在逻辑上集合,相当于一个大硬盘来使用,当硬盘的空间不够使用的时候,可以继续将其它的硬盘的分区加入其中,这样可以实...
分类:
系统相关 时间:
2014-08-07 12:07:20
阅读次数:
396
A computer system with read/write access to storage devices creates a snapshot of a data volume at a point in time while continuing to accept access r...
分类:
其他好文 时间:
2014-08-07 12:03:00
阅读次数:
258
这段时间为了把mmc的一个block当成sdcard内置,学习了下android的vold磁盘挂载模块,记录一下(android 4.2.2)。...
分类:
移动开发 时间:
2014-08-06 23:10:42
阅读次数:
355
A file system layout apportions an underlying physical volume into one or more virtual volumes (vvols) of a storage system. The underlying physical vo...
分类:
其他好文 时间:
2014-08-06 21:52:22
阅读次数:
510
重载运算符,可以定义运算符为自己想要的效果,简化程序,以重载
#ifndef BOX_H
#define BOX_H
class Box{
public:
Box(double aLength=1.0,double aWidth=1.0,double aHeight=1.0);
double volume() const;
double getLength() const;
...
分类:
编程语言 时间:
2014-08-06 19:19:12
阅读次数:
233
PotsTime Limit:1000MSMemory Limit:65536KTotal Submissions:9845Accepted:4146Special JudgeDescriptionYou are given two pots, having the volume ofAandBli...
分类:
其他好文 时间:
2014-08-05 13:21:40
阅读次数:
283