码迷,mamicode.com
首页 >  
搜索关键字:view    ( 37068个结果
Glossary of view transformations
Glossary of view transformationsThe following terms are used to define view orientation, i.e. transformation from World Coordinates (WC) to the View R...
分类:其他好文   时间:2014-06-27 18:23:59    阅读次数:240
自动生成form Scripts
运行脚本:begin xxx_plsql_generator_pkg2.form_view_iud_p(p_block_name =>'CONTRACT_T' ,p_table...
分类:其他好文   时间:2014-06-27 16:17:06    阅读次数:233
使用View为Data Source的Form开发要点
(Data Source为View) 要点一:创建View的SQL语法View的SQL里必须指定Form里唯一一个对其新增、修改、删除的基本表及其主键,其它表为辅助信息表,其字段仅用来在Form里显示。如下例:NCINV_SUB_PERSON_HEADERS 为基本表,主键为HEADER_ID PE...
分类:其他好文   时间:2014-06-27 16:00:59    阅读次数:351
android中设置控件获得焦点
android中,要使控件获得焦点,需要先setFocus,再requestFocus。以Button为例:btn.setFocusable(true); btn.setFocusableInTouchMode(true); btn.requestFocus(); btn.requestFocusF...
分类:移动开发   时间:2014-06-27 15:36:43    阅读次数:164
Yii框架怎么寻找对应视图
render()内容;public function render($view,$data=null,$return=false){ if($this->beforeRender($view)) { $output=$this->renderPartial($view,$d...
分类:其他好文   时间:2014-06-27 15:23:50    阅读次数:246
转 。。理解javascript中的MVVM开发模式
MVVM的全称是Model View ViewModel,这种架构模式最初是由微软的MartinFowler作为微软软件的展现层设计模式的规范提出,它是MVC模式的衍生物,MVVM模式的关注点在能够支持事件驱动的UI开发平台,例如HTML5,[2][3]WindowsPresentation Fo....
分类:编程语言   时间:2014-06-27 14:32:04    阅读次数:270
多视图控制器跳转方法
1.Modal:打开:presentViewController关闭:dismissViewController2.Push:需搭配NavigationController使用,采用压栈和出栈的方式打开:pushViewController关闭:popViewController3.Segue:以上...
分类:其他好文   时间:2014-06-27 13:57:24    阅读次数:161
OCP-1Z0-051-题目解析-第13题
13. View the Exhibit and examine the structure of the PRODUCTS table.You need to generate a report in the following format:CATEGORIES5MP Digital Photo...
分类:其他好文   时间:2014-06-27 13:25:39    阅读次数:194
获得现在的时间
有没有那么一个时候,特别想知道现在的时间呢。上代码。- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. self.title=@"RootV...
分类:其他好文   时间:2014-06-27 13:21:01    阅读次数:150
OCP prepare 20140626
1. 查询空值 条件为’’ 是查不出结果的。 如果要查,应该使用 is not null 来查。 QUESTION NO: 135 View the Exhibit and examine the data in the PRODUCTS table. You need to display pro...
分类:其他好文   时间:2014-06-27 13:03:04    阅读次数:251
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!