自己做了一遍,现在再复习一下,总结一下。图片浏览器1、在main.storyboard 界面中设置需要的界面。2、然后给各个需要的控件添加属性和监听事件3、主界面代码实现 view4、设置界面的实现 settingView最终效果如下 1、新建一个工程Single View Applicatio.....
分类:
移动开发 时间:
2015-04-27 00:09:29
阅读次数:
290
You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single ...
分类:
其他好文 时间:
2015-04-26 22:25:53
阅读次数:
201
Given an array of integers, every element appears twice except for one. Find that single one.
Note:
Your algorithm should have a linear runtime complexity. Could you implement it without using...
分类:
其他好文 时间:
2015-04-26 09:14:50
阅读次数:
108
问题描述:Implement regular expression matching with support for '.' and '*'.'.' Matches any single character.'*' Matches zero or more of the preceding ele...
分类:
编程语言 时间:
2015-04-25 22:41:59
阅读次数:
172
问题:Add Two Numbers 难度-MediumYou are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two nu...
分类:
其他好文 时间:
2015-04-25 18:27:50
阅读次数:
130
实例:http://www.lcefox.com.cn//page/single/mousemove/
scrollLeft,平时我们是比较少使用的 不过不常使用不代表就不能用,其实运动 得当能够省去很多代码
*{margin:0;padding:0;}
html,body{width...
分类:
移动开发 时间:
2015-04-25 15:10:14
阅读次数:
143
iOS开发之自定义一个单例这里我使用宏:// .h#define single_interface(class) + (class *)shared##class;// .m// \ 代表下一行也属于宏// ## 是分隔符#define single_implementation(class) \s...
分类:
移动开发 时间:
2015-04-24 22:27:09
阅读次数:
214
package com.eyugame.modle;
/**
* 饿汉式单利模式
* @author JYC506
*
*/
public class Single {
private static Single single=new Single();
public Single getInstance(){
return single;...
分类:
其他好文 时间:
2015-04-24 21:09:24
阅读次数:
161
The computer op erates on a single stack of sets, which is initially empty. After each op eration, thecardinality of the topmost set on the stack is o...
分类:
其他好文 时间:
2015-04-24 20:52:45
阅读次数:
126
-----?BEGIN?LICENSE?----
Andrew?Weber
Single?User?License
EA7E-855605
813A03DD?5E4AD9E6?6C0EEB94?BC99798F
942194A6?02396E98?E62C9979?4BB979FE
91424C9D?A45400BF?F6747D88?2FB88078
90F5...
分类:
其他好文 时间:
2015-04-24 17:00:17
阅读次数:
107