码迷,mamicode.com
首页 >  
搜索关键字:blog    ( 264251个结果
POJ 2503 Babelfish
BabelfishTime Limit:3000MSMemory Limit:65536KTotal Submissions:32169Accepted:13832DescriptionYou have just moved from Waterloo to a big city. The peop...
分类:其他好文   时间:2014-08-05 00:24:18    阅读次数:336
【UIKit】AppDelegate详解以及部分UIApplication 的调用
【UIKit】AppDelegate在应用程序启动完毕后调用(只会调用一次,第一次打开程序的时候才会调用)- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)la...
分类:移动开发   时间:2014-08-05 00:23:48    阅读次数:271
使用em为单位制作两列弹性布局
一、DIV布局按照定位的方法分为:浮动方法(float),坐标定位方法(position),还有就是两者相结合的方法。 二、DIV布局按照定义单位的不同可分为:固定宽度布局、流体布局、弹性布局和混合布局。 固定宽度布局是将宽度用像素单位定义,它的宽度总保持不变,也被成为“冰布局”。 它的缺点是...
分类:其他好文   时间:2014-08-05 00:23:38    阅读次数:225
main
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication2{ class Program { ...
分类:其他好文   时间:2014-08-05 00:23:28    阅读次数:180
INIHelper
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System;using System.IO;using System.Runtime.InteropServices;us...
分类:其他好文   时间:2014-08-05 00:22:48    阅读次数:210
[Asp.net MVC]Asp.net MVC5系列——添加模型
目录概述添加模型总结系列文章[Asp.net MVC]Asp.net MVC5系列——第一个项目[Asp.net MVC]Asp.net MVC5系列——添加视图概述在本节中我们将追加一些类来管理数据库中的学生信息。这些类将成为我们的MVC应用程序中的“模型”部分。在vs2013中EF的版本为(En...
分类:Web程序   时间:2014-08-05 00:22:08    阅读次数:377
nyist 488 素数环
素数环时间限制:1000ms | 内存限制:65535KB难度:2描述有一个整数n,把从1到n的数字无重复的排列成环,且使每相邻两个数(包括首尾)的和都为素数,称为素数环。为了简便起见,我们规定每个素数环都从1开始。例如,下图就是6的一个素数环。输入有多组测试数据,每组输入一个n(0#include...
分类:其他好文   时间:2014-08-05 00:21:58    阅读次数:350
ViewController 之间的切换
1 -(IBAction)btnRegisterClicked:(id)sender 2 { 3 if(secondViewController==nil) 4 { 5 secondViewController = [[SecondViewController al...
分类:其他好文   时间:2014-08-05 00:21:38    阅读次数:218
【UIKit】UIAlert,UIActionSheet
【Alert】1.加入协议2.-(IBAction)btnShowAlertView:(id)sender{ UIAlertView *alert=[[UIAlertView alloc]initWithTitle:@"标题" ...
分类:其他好文   时间:2014-08-05 00:21:28    阅读次数:284
【UIKit】UIView的常见属性
1.superview获得自己的父控件对象@property(nonatomic,readonly)UIView *superview2.subviews获得自己的所有子控件对象@property(nonatomic,readonly,copy)NSArray *subviews; int c...
分类:其他好文   时间:2014-08-05 00:21:18    阅读次数:188
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!