- 浏览: 454859 次
- 性别:
- 来自: 深圳
最新评论
-
zjhgx:
多谢,多谢。多谢
Ubuntu 中软件的安装、卸载以及查看的方法总结 -
37du:
受教了,对于理解运行过程有很好的效果
ActionMapper---webwork 2.1到2.2 的变化 -
chxiaowu:
非常好,谢谢!
Ubuntu 中软件的安装、卸载以及查看的方法总结 -
euii:
谢谢,这样的总结。
Ubuntu 中软件的安装、卸载以及查看的方法总结 -
xiaoyao3857:
谢谢,正需要这样的汇总型字典!
Ubuntu 中软件的安装、卸载以及查看的方法总结
文章列表
The Linux framebuffer
(fbdev
) is a graphic hardware-independent abstraction layer
to show graphics
on a console
without relying on system-specific libraries such as SVGALib
or the heavy overhead
of the X Window System
. Linux kernel
has generic framebuffer
support since 2.1.107 ker ...
- 2009-10-15 20:53
- 浏览 2139
- 评论(0)
http://en.wikipedia.org/wiki/X_Window_System
The X Window System
(commonly X
or X11
) is a computer
software system and network protocol that provides a graphical user interface
(GUI) for networked computers, and was initially developed as part of Project Athena
. It implements the X di ...
- 2009-10-15 20:51
- 浏览 2366
- 评论(0)
http://en.wikipedia.org/wiki/Simple_DirectMedia_Layer
Simple DirectMedia Layer
(SDL
) is a cross-platform, free and open source software
multimedia library
written in C
that presents a simple interface to various platforms' graphics
, sound, and input devices. It is used by developers t ...
- 2009-10-15 20:49
- 浏览 1221
- 评论(0)
http://en.wikipedia.org/wiki/SVGALib
SVGAlib
is an open-source low-level graphics library
which runs on Linux
and FreeBSD
and allows programs to change video mode and display full-screen graphics. Some popular games like Quake
and Doom
used it in their original releases.
The l ...
- 2009-10-15 20:48
- 浏览 1002
- 评论(0)
引用
http://blog.mageprojects.com/2009/05/12/get-directfb-12-running-on-ubuntu-904-with-multi-app-support/
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Hi,
Since there is ...
- 2009-10-15 19:37
- 浏览 1986
- 评论(0)
The Linux console framebuffer allows you to
achieve higher screen resolutions within your Linux console. However,
as of this writing, Ubuntu 7.10 Gutsy by default does not load the
required kernel modules. By passing the “vga=XXX” kernel option without
these modules loaded, you are left with a ...
- 2009-10-15 19:32
- 浏览 1310
- 评论(0)
二、LABLE 与标号连用。
例 POINTF LABLE FAR POINTN:MOV AX,[BX+SI] 第一句给第二句隐含定义的近标号POINTN取一个新名字POINTF,并将类型属性修改为FAR 。这样就允许作为
其他代码段中转移或调用指令的目标标号(这时标号是 ...
- 2009-10-13 16:07
- 浏览 1657
- 评论(0)
http://hi.baidu.com/sugar326/blog/item/96ad3d4449374544500ffe13.html
8088汇编指令表
一、数据传输指令
───────────────────────────────────────
它们在存贮器和寄存器、寄存器和输入输出 ...
- 2009-10-13 16:06
- 浏览 2290
- 评论(0)
汇编指令集
- 博客分类:
- Programming
一、数据传输指令
───────────────────────────────────────
它们在存贮器和寄存器、寄存器和输入输出端口之间传送数据. 汇编指令大全
1. 通用数据传送指令.
MOV 传送字或字节.
MOVSX 先符号扩展,再传送.
MOVZX 先零扩展,再传送.
PUSH 把字压入堆栈.
POP 把字弹出堆栈.
PUSHA 把AX,CX,DX,BX,SP,BP,SI,DI依次压入堆栈.
POPA 把DI,SI,BP,SP,BX,DX,CX,AX依次弹出堆栈.
PUSHAD 把EAX,ECX,EDX,EBX,ESP,EBP,E ...
- 2009-10-13 16:04
- 浏览 1247
- 评论(0)
A20
地址线问题
1981 年8 月,IBM 公司最初推出的个人计算机IBM PC 使用的CPU 是Intel
8088。在该微机中地址线只有20 根(A0 – A19)。在当时内存RAM 只有几百KB 或不到1MB
时,20根地址线已足够用来寻址这些内存。其所能寻址的最高地址是0xffff:0xffff,也即0×10ffef。对于超出
0×100000(1MB)的寻址地址将默认地环绕到0×0ffef。当IBM公司于1985 年引入AT 机时,使用的是Intel 80286
CPU,具有24 根地址线,最高可寻址16MB,并且有一个与8088完全兼容的实模式运行方式。然而,在寻址 ...
- 2009-09-27 21:46
- 浏览 2465
- 评论(0)
当我们心爱的ubuntu操作系统用了很长时间后,一般会形成很有个性化的配置,包括一些常用的软件以及相应的配置,桌面主题的美化,快捷键操作习惯的设定等等,如果在重装系统后再重新恢复的话,有时候是一件非常痛苦的事!
幸好ubuntu足够强大,提供了相关的命令来备份上面讲到的所有的配置,下面就来看看到底是怎么做的?
一 简单两步,轻松备份系统:
1、备份已安装软件包列表:
sudo dpkg –get-selections > /home/user/package.selections
2、备份Home下的用户文件夹
这个文件夹类似于Windows下的Documents ...
- 2009-09-27 21:45
- 浏览 969
- 评论(0)
深浅拷贝 转载来的
- 博客分类:
- Programming
一个问题, 我想这也是大家共同关心得,故解释之,看看这篇帖子,有病治病,没病亦可强身健体class A{ class B{
char store[1024]; ...
- 2009-09-27 21:44
- 浏览 1179
- 评论(0)
最近接触了些PHP的东东,胡师兄leave me some questions: PHP and JAVA 在 web development上的性能表现有什么本质上的不同?
冒冷汗啊
于是乎 —> 开题,GO!
本文将在P(PHP5)、J(Java 6)语言本身号称的自身特点 , 系统架构设计的不同 , 以及最为 ...
- 2009-09-21 21:23
- 浏览 1013
- 评论(0)
师兄和我说
当一个问题摆在面前的时候 , 需要并且能够迅速的把握住问题的实质 .
师兄和我说
做一件事 , 无非三点 :
问题的提出及概括 , 抽象出来
当前该问题的综合背景是什么
该怎样去做 , 如何做好
师兄和我说
出来混的 , 交给你的就是你的 , 什么时候做完是你自己的事 , 没有理由 , 不要解释
...
- 2009-09-21 21:18
- 浏览 1284
- 评论(0)
http://www.loveqiutian.cn/bencandy.php?id=63143
---------------------------------------------------------------------------------------------------------------------
tar命令
tar [-cxtzjvfpPN] 文件与目录 ....
参数:
-c :建立一个 ...
- 2009-09-13 18:06
- 浏览 2987
- 评论(0)