首先 jboss7 安装目录为/opt/jboss-as-7.1.1.Final进入/etc/systemd/system/cd/etc/systemd/system/vim /etc/systemd/system/jboss.service输入以下内容[Unit]Description=Jboss...
分类:
其他好文 时间:
2014-11-11 09:15:21
阅读次数:
244
学电脑必懂的53个英文单词和缩写PC:个人计算机Personal Computer ·CPU:中央处理器Central Processing Unit ·CPU Fan:中央处理器的“散热器”(Fan) ·MB:主机板MotherBoard ·RAM:内存Random Access Memo...
分类:
其他好文 时间:
2014-11-10 21:45:36
阅读次数:
181
android TypedValue.applyDimension()的作用这个方法是转变为标准尺寸的一个函数,例如int size =(int)TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_SP, 20,context.getResources...
分类:
移动开发 时间:
2014-11-10 13:24:47
阅读次数:
2456
大家都知道SAP HANA项目打包成Delivery Unit(缩写为DU)。依照“官方”的开发模式,特别是整个团队仅仅使用一个HANA Instance进行项目开发,因为HANA本身还在不断成长中,会遇到各种奇葩问题导致打包出来的DU在新环境中import 失败。那些失败Error Message...
分类:
其他好文 时间:
2014-11-09 13:47:31
阅读次数:
191
Description
You have a piece of iron wire with length of n unit. Now you decide to cut it into several ordered pieces and fold each piece into a triangle satisfying:
*All triangles are integral....
分类:
其他好文 时间:
2014-11-08 23:40:43
阅读次数:
396
建立序列后,还需要触发器,在插入的时候,新增自增create sequence "seq_unit" increment by 1 start with 1 minvalue 1 maxvalue 999 cycle nocache order;CREATE OR REPLACE TRIGGER "...
分类:
其他好文 时间:
2014-11-07 18:54:37
阅读次数:
189
unit Unit1; //单元文件名
interface //这是接口关键字,用它来标识文件所调用的单元文件
uses //程序用到的公共单元 Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Di...
显卡又称为视频卡、视频适配器、图形卡、图形适配器和显示适配器等等。它是主机与显示器之间连接的“桥梁”,作用是控制电脑的图形输出,负责将CPU送来的的影象数据处理成显示器认识的格式,再送到显示器形成图象。显卡主要由显示芯片(即图形处理芯片Graphic Processing Unit)、显存、数模转换...
分类:
其他好文 时间:
2014-11-06 21:32:49
阅读次数:
157
********8086*******
16位机 20根地址线寻址1MB内存(20的20次) 2的16次I/O端口
CPU内部结构
8086:BIU(Bus Interface Unit)总线接口单元
EU (Execution Unit)执行单元
8088:外部8位 只有4字节指令缓冲器
工作原理:
1.BIU从内部寄存器中取地址:如CS:IP的地址为CS*16+...
分类:
其他好文 时间:
2014-11-05 19:46:50
阅读次数:
219
本实例主要用鼠标在窗体上绘图用到组件有TBevel、TRadioGroup、TButton组件运行效果如下:unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Fo....