直接 call / jmp 目标 code segment 不能改变当前的 CPL,若要 call / jmp 高权限的 code segment 必须使用 call gate,在 x86 下还要可以 call / jmp TSS descriptor 或者 call / jmp task gate...
分类:
其他好文 时间:
2015-01-29 19:09:58
阅读次数:
168
code segment descriptor 的 C 位表示 code segment 是 conforming 还是 non-conforming 类型,C = 1 代表 conforming 类型,C = 0 代表 non-conforming。conforming 类型可以允许低权限向高权限...
分类:
其他好文 时间:
2015-01-29 19:04:19
阅读次数:
209
指令: call 0x20:00000000 jmp 0x20:00000000----------------------------------- selector 0x20 是个 TSS descriptor 的 selector。 TSS descriptor 与 segme...
分类:
其他好文 时间:
2015-01-29 19:00:39
阅读次数:
194
在 long mode 下,gate 是 16 字节的,并取消了对 task gate 的支持。即 IDT 的 entry 是 16 字节的,所以:gate = IDTR.base + vector * 16。 在 long mode 下,code segment descriptor 的 L、D....
分类:
其他好文 时间:
2015-01-29 18:59:28
阅读次数:
287
1. SLD 文件大致作用,可以浏览下示意图:点要素的符号化:http://docs.geoserver.org/stable/en/user/styling/sld-cookbook/points.html线要素的符号化:http://docs.geoserver.org/stable/en/u....
分类:
其他好文 时间:
2015-01-16 18:26:24
阅读次数:
175
启动eclipse之后,进行相关操作时,弹出界面,提示:loading descriptor for xxx解决方法:在Eclipse左侧的Project Explorer 最右上角有一个小钮,鼠标移上去时提示"View Menu".你点一下,在弹出的上下文菜单中选择"Customize View....
分类:
系统相关 时间:
2015-01-13 12:24:50
阅读次数:
207
InadefaultJettyinstallation,Jettyscansits$JETTY_HOME/webappsdirectoryforcontextdeploymentdescriptorfiles.Todeployawebapplicationusingsuchafile,simplyplacethefileinthatdirectory.ThedeploymentdescriptorfileitselfisanxmlfilethatconfiguresaWebAppContextclass.Fo..
分类:
其他好文 时间:
2015-01-10 18:35:08
阅读次数:
323
1. web.xml(deployment descriptor) ,部署描述符2. 我们可以将Servlet看作是嵌套了HTML代码的Java类;可以将JSP看作是嵌套了Java代码的HTML页面。3. get和post方法之间的差别: 1). 浏览器地址栏呈现的结果不同(表象) 2). 真正.....
分类:
Web程序 时间:
2015-01-08 20:03:02
阅读次数:
233
1、报表描述符是报表描述项目(Item)的集合;2、项目有长项目与短项目,他们的数据格式不同;(HID class definition P36)短项目数据格式:3、bTag bType信息表;4、例如:/*鼠标*/0x05, 0x01, 0x09, 0x02, 0xa1, 0x01,/*...
分类:
其他好文 时间:
2015-01-08 17:04:45
阅读次数:
143