Linux tar command usageLinux tar command
usageTable of Contents1. Create an archive:2. Create a gzipped archive:3. List
the files in an archive4. Add ...
分类:
系统相关 时间:
2014-05-01 16:16:01
阅读次数:
586
①挂载:插入硬盘前:fdisk -lDisk /dev/sda: 21.5 GB,
21474836480 bytes255 heads, 63 sectors/track, 2610 cylindersUnits = cylinders of
16065 * 512 = 8225280 bytes...
分类:
系统相关 时间:
2014-05-01 13:12:23
阅读次数:
505
1、选择一个空的文件夹,作为workspace工作空间,用来存放你以后用eclipse写的Java程序。2、新建java项目:File->new->java
project3、完成创建后,在src上单击鼠标右键 new->class4、这时候就可以在主窗体编写代码了5、按run as java ap...
分类:
编程语言 时间:
2014-05-01 02:09:12
阅读次数:
462
Python
3.3.5https://www.python.org/downloads/release/python-335/cx_Freezehttp://sourceforge.net/projects/cx-freeze/files/4.3.2/cx_Freeze
注意下载对应版本,有分32...
分类:
编程语言 时间:
2014-05-01 02:05:07
阅读次数:
623
下载JDK:http://www.oracle.com/technetwork/java/javase/downloads/index.html安装计算机-->属性-->高级系统设置-->高级-->环境变量-->用户变量:新建
JAVA_HOMED:\Program Files\Java\jdk1....
一开始由这段代码引发的纠结
get_base(current->ldt[1])
下面是各个相关的代码,摘自不同的header files。。。
current是指向当前task的指针
struct desc_struct ldt[3];
struct desc_struct {
unsigned long a,b;
} ;
#define _get_...
分类:
系统相关 时间:
2014-04-29 13:42:20
阅读次数:
546
今日在完成一个大作业,主要的任务是编写linux下的shell程序,这有助于我们理解什么是shell,还有其实他也渗透了linux操作系统微内核的概念,下面有几篇还不错的资料,供大家参考。
首先是一篇解析shell原理的文章,对我帮助不大,因为我还没有要编写一个完整的shell的需要,所以只是资料,略看了一下。http://files.linjian.org/articles/bash_stud...
分类:
其他好文 时间:
2014-04-29 13:34:20
阅读次数:
362
【apache配置禁止访问】
1. 禁止访问某些文件/目录
增加Files选项来控制,比如要不允许访问 .inc 扩展名的文件,保护php类库:
Order allow,deny
Deny from all
禁止访问某些指定的目录:(可以用 来进行正则匹配)
Order allow,deny
Deny from all
通...
分类:
其他好文 时间:
2014-04-29 13:16:22
阅读次数:
289
Defining annotations
Here is the definition of the annotation above. You can see that annotation definitions look a lot like interface definitions.
In fact, they compile to class files like any oth...
分类:
编程语言 时间:
2014-04-27 21:47:05
阅读次数:
348
需要工具:
1.apktool apk打包工具
下载地址:http://android-apktool.googlecode.com/files/apktool1.5.2.tar.bz2
安装:直接解压即可,是一个apktool.jar文件,通过
$java -jar apktool.jar
来运行,依赖于java运行环境
2.dex2jar dex转化...
分类:
系统相关 时间:
2014-04-27 21:11:07
阅读次数:
496