码迷,mamicode.com
首页 >  
搜索关键字:touchpad workspace files / fdisk    ( 17453个结果
Linux tar command usage
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
linux 挂载硬盘和自动挂载
①挂载:插入硬盘前: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
用Eclipse编写运行Java程序
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
Windows7 64bit 安装python3.3 & cx_Freeze-4.3.2
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
Windows JDK环境变量的配置
下载JDK:http://www.oracle.com/technetwork/java/javase/downloads/index.html安装计算机-->属性-->高级系统设置-->高级-->环境变量-->用户变量:新建 JAVA_HOMED:\Program Files\Java\jdk1....
分类:Windows程序   时间:2014-05-01 00:35:42    阅读次数:518
《linux 内核完全剖析》 笔记 由逻辑地址转换成线性地址代码分析
一开始由这段代码引发的纠结 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
shell的实现
今日在完成一个大作业,主要的任务是编写linux下的shell程序,这有助于我们理解什么是shell,还有其实他也渗透了linux操作系统微内核的概念,下面有几篇还不错的资料,供大家参考。 首先是一篇解析shell原理的文章,对我帮助不大,因为我还没有要编写一个完整的shell的需要,所以只是资料,略看了一下。http://files.linjian.org/articles/bash_stud...
分类:其他好文   时间:2014-04-29 13:34:20    阅读次数:362
apache禁止访问某些文件或目录的方法
【apache配置禁止访问】 1. 禁止访问某些文件/目录 增加Files选项来控制,比如要不允许访问 .inc 扩展名的文件,保护php类库:    Order allow,deny    Deny from all 禁止访问某些指定的目录:(可以用    来进行正则匹配)    Order allow,deny    Deny from all 通...
分类:其他好文   时间:2014-04-29 13:16:22    阅读次数:289
java Annotation 自定义实例
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
linux下的APK反编译软件及过程介绍
需要工具:   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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!