下载源码目录: /usr/local/src安装依赖:yum -y install gcc libxml2-dev curl screen \libpng12-dev autoconf libpcre3-dev make bzip2 \libevent-dev patch libjpeg62-dev...
分类:
数据库 时间:
2014-09-25 15:45:49
阅读次数:
240
Chapter 15 Introduction to Auto Layout1. You do not define a view’s alignment rectangle directly. You do not have enough information (screen size!)to ...
分类:
其他好文 时间:
2014-09-24 21:38:47
阅读次数:
180
using System.Windows.Forms;获取屏幕分辨率 int SH = Screen.PrimaryScreen.Bounds.Height; int SW = Screen.PrimaryScreen.Bounds.Width;获取窗口居中Top和Left int thisH=10...
分类:
其他好文 时间:
2014-09-24 19:42:57
阅读次数:
197
1.术语和概念术语说明备注Screen size(屏幕尺寸)指的是手机实际的物理尺寸,比如常用的2.8英寸,3.2英寸,3.5英寸,3.7英寸摩托罗拉milestone手机是3.7英寸Aspect Ratio(宽高比率)指的是实际的物理尺寸宽高比率,分为long和nolongMilestone是16...
分类:
移动开发 时间:
2014-09-24 13:33:36
阅读次数:
374
【转自】http://blog.csdn.net/hackai886/article/details/7935366SAP中,Table Control是在Screen中用的最广泛的控件之一了,可以实现对多行数据的编辑。简单来说,Table Control是一组屏幕元素在Screen上的重复出现,这...
分类:
其他好文 时间:
2014-09-23 15:33:34
阅读次数:
454
默认情况下,框架在screen左上角显示,坐标(0,0)改变其位置eg.//得到screen的宽和高,java.awt.ToolkitDimension screenSize=Toolkit.getDefaultToolkit().getScreenSize();int screenWidth=sc...
分类:
编程语言 时间:
2014-09-23 15:31:44
阅读次数:
268
DATA: itab TYPE TABLE OF sy-ucomm.APPEND 'DELE' TO itab.APPEND 'PICK' TO itab.SET PF-STATUS 'STA3' EXCLUDING itab.就是把screen status设置成standard, 并排除rt_e...
分类:
其他好文 时间:
2014-09-23 14:38:34
阅读次数:
326
【转自】http://blog.csdn.net/lhx20/article/details/3039909Table control用于在screen上以表格的形式显示数据,在table control中,可以使用table elements,keywords,,templates,radio b...
分类:
其他好文 时间:
2014-09-23 13:56:04
阅读次数:
281
1.术语和概念术语说明备注Screen size(屏幕尺寸)指的是手机实际的物理尺寸,比方经常使用的2.8英寸,3.2英寸,3.5英寸,3.7英寸摩托罗拉milestone手机是3.7英寸Aspect Ratio(宽高比率)指的是实际的物理尺寸宽高比率,分为long和nolongMilestone是...
分类:
移动开发 时间:
2014-09-21 19:16:21
阅读次数:
265
vim可以在多分割窗口(multi-split-screen)环境下编辑多个文件。想了解有关详情可输入:helpusr_08.txt。要分割屏幕显示多个不同文件,在vi命令提示符后输入::splitanother-file:vsplitanother-file不知道你在安装系统的时候是否装scree...
分类:
其他好文 时间:
2014-09-21 16:54:51
阅读次数:
442