出现The following untracked working tree files would be overwritten by checkout 和?Please move or remove them before you can merge时的解决方案 ? git?clean??-d??-fx?"" 其中 x??-----删除忽略...
分类:
其他好文 时间:
2015-04-21 13:12:17
阅读次数:
97
该目录下的代码文件从功能上可以分为三类,一类是硬件(异常)中断处理程序文件,一类是系统
调用服务处理程序文件,另一类是进程调度等通用功能文件。参见图1.5。我们现在根据这个分类方式,
从实现的功能上进行更详细的说明。
5.1.1.1 硬件中断处理类程序
主要包括两个代码文件:asm.s 和traps.c 文件。asm.s 用于实现大部分硬件异常所引起的中断的汇
编语言处理过程。而trap...
分类:
系统相关 时间:
2015-04-21 11:14:01
阅读次数:
191
一、程序编译运行过程预处理编译.asm汇编链接.o目标文件装载.out可执行文件进入内存和执行二、链接的两种方式静态链接 静态链接是在链接时将库的内容加入到可执行程序中的做法。因为要将所有需要的库文件放到同一个文件中,所以占用空间会比较大,但是执行效率非常高。动态链接 动态链接是当需要某个头文件.....
分类:
系统相关 时间:
2015-04-20 20:37:22
阅读次数:
589
CodeColorer支持的语言有:abap, actionscript, actionscript3, ada, apache, applescript, apt_sources, asm, asp, autoit, avisynth, bash, basic4gl, bf, bibtex, bl...
分类:
编程语言 时间:
2015-04-20 16:23:47
阅读次数:
175
form.html文件点击浏览按钮添加要上传的文件(*请上传大小不能大于2M的静态图片)file_upload.php文件";if($_FILES["file"]["error"]==0 && is_uploaded_file($_FILES["file"]["tmp_name"])&& move_...
分类:
Web程序 时间:
2015-04-19 22:33:00
阅读次数:
222
1、每个jar包得用处如下:org.springframework.aop--------------------Spring的面向切面编程,提供AOP(面向切面编程)实现org.springframework.asm--------------------Spring独立的asm程序,相遇Spri...
分类:
编程语言 时间:
2015-04-19 17:24:42
阅读次数:
152
编译c++ 代码中遇到几个问题,汇总一下:1.编译openssl 遇到问题如图 , 原因:不支持汇编编译,在perl编译指令中加入: no-asm , 如:perl Configure VC-WIN32 no-asm , 整体如下:a.perl Configure VC-WIN32 no-asmb....
分类:
编程语言 时间:
2015-04-19 14:34:22
阅读次数:
196
首先了解hibernate的目录结构.+lib antlr.jar cglib-full.jar asm.jar asm-attrs.jars commons-collections.jar commons-logging.jar ehcache.jar hibernate3.jar...
分类:
Web程序 时间:
2015-04-18 19:06:16
阅读次数:
139
Problem Description Einbahnstra e (German for a one-way street) is a street on which vehicles should only move in one direction. One reason for having one-way streets is to facilitate a smoother flo...
分类:
其他好文 时间:
2015-04-18 14:34:20
阅读次数:
170
虫师的文章:需要注意的是:threads =[]t1= threading.Thread(target=music,args=(u'爱情买卖',))threads.append(t1)t2 = threading.Thread(target=move,args=(u'阿凡达',))threads.a...
分类:
编程语言 时间:
2015-04-18 11:29:36
阅读次数:
143