码迷,mamicode.com
首页 >  
搜索关键字:django urlconf 视图    ( 37253个结果
ios-表视图-demo4-内容自己适应高度
#import "RootViewController.h"@interface RootViewController ()@end@implementation RootViewController- (id)initWithNibName:(NSString *)nibNameOrNil bun...
分类:移动开发   时间:2014-04-28 17:25:33    阅读次数:629
ios-表视图-demo3-单选
#import "RootViewController.h"@interface RootViewController ()@end@implementation RootViewController- (id)initWithNibName:(NSString *)nibNameOrNil bun...
分类:移动开发   时间:2014-04-28 17:19:46    阅读次数:596
Oracle数据字典和动态性能视图
分类:数据库   时间:2014-04-28 15:13:24    阅读次数:526
ios-表视图-demo5-索引
#import "RootViewController.h"@interface RootViewController ()@end@implementation RootViewController- (id)initWithNibName:(NSString *)nibNameOrNil bun...
分类:移动开发   时间:2014-04-28 15:11:25    阅读次数:656
【UIKit】控制器之间的切换1 【Modal】
【Modal】【?Code】1.首先有2个控制器,并且都拥有视图界面。?2.点击登录后,第二个页面会从下方上移,那就得在第一个界面中首先创建另外一个界面。然后转向首先得加载一个协议,这个就是第二个页面的代理。2).点击登录进行转向- (IBAction)Login { // 初始化控制器 ...
分类:其他好文   时间:2014-04-28 13:32:52    阅读次数:546
实习生涯(三后续)
接着上一章节的问题,这几天有点私事要处理,所以一直拖到现在,至于中间遇到的问题就不多说了,说说我是这么解决的吧。删除原来的视图。一:新建后缀.aspx格式页面:二:修改代码如下:控制器:三:全局应用程序:四:页面修改:五:运行效果请看图:六: 重点是修改页面红线部分,其他可以不修改,我都贴出来是为....
分类:其他好文   时间:2014-04-28 13:13:18    阅读次数:423
创建界面视图的流程
1,创建主窗体 在内存中实例化JFrame对象 通过使用setSize(),setBounds()或者pack()方法给JFrame设置大小 通过使用setTitle()设置标题,setDefaultCloseOperation()设置关闭策略,setLocationRelativeTo()设...
分类:其他好文   时间:2014-04-28 11:16:39    阅读次数:486
oracle查询转换_inlist转换
oracle的optimizer会对一些sql语句进行查询转换,比如:合并视图子查询非嵌套化inlist转换下面讲讲遇到的in list转化优化的案例:create table test(col1 varchar2(12)col2 numberext varchar2(4000));creat...
分类:数据库   时间:2014-04-28 04:03:42    阅读次数:853
ios-表视图-demo2
//// RootViewController.m// uitableview//// Created by liyang on 14-4-27.// Copyright (c) 2014年 liyang. All rights reserved.//#import "RootViewCo...
分类:移动开发   时间:2014-04-28 03:28:08    阅读次数:606
linux安装 apache2.2 django mod_wsgi
系统是ubuntu12.04一、安装apachesudo apt-get install apache启动:sudo apachectl start (开机默认启动的)重启:sudo apachectl restart关闭:sudo apachectl stop安装之后在浏览器中访问127.0.0....
分类:系统相关   时间:2014-04-27 23:57:43    阅读次数:742
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!