码迷,mamicode.com
首页 >  
搜索关键字:scroll bar    ( 8099个结果
js实现点击按钮实现上一张下一张相册滚动效果
/****判断图片是否构成滚动效果*/$(function(){ if($("#bar").find('img').size()*71=$("#bar").width()){ var scrollfn = function(direction,bar,callback){ b...
分类:Web程序   时间:2014-07-07 21:44:44    阅读次数:422
在C#中判断某个类是否实现了某个接口
有时我们需要判断某个类是否实现了某个接口(Interface),比如在使用反射机制(Reflection)来查找特定类型的时候。简单来说,可以使用Type.IsAssignableFrom方法:typeof(IFoo).IsAssignableFrom(bar.GetType());typeof(I...
分类:其他好文   时间:2014-07-07 21:33:29    阅读次数:139
Oracle数据库插入图片和读取图片
package com.basicSql.scroll_page;import java.io.File;import java.io.FileInputStream;import java.io.FileNotFoundException;import java.io.FileOutputStre...
分类:数据库   时间:2014-07-07 19:10:19    阅读次数:335
滚动条的使用
Div Scroll ...
分类:其他好文   时间:2014-06-28 09:36:57    阅读次数:186
Trapping Rain Water
题目 Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining. For example,  Given [0,1,0,2,1,0,...
分类:移动开发   时间:2014-06-27 23:20:39    阅读次数:349
Leetcode Largest Rectangle in Histogram
Givennnon-negative integers representing the histogram's bar height where the width of each bar is 1, find the area of largest rectangle in the histog...
分类:其他好文   时间:2014-06-27 23:01:16    阅读次数:259
[LeetCode] Trapping Rain Water
Givennnon-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining.Fo...
分类:移动开发   时间:2014-06-27 16:53:38    阅读次数:262
从零开始学ios开发(十一):Tab Bars和Pickers
不好意思各位,本人休息了一个礼拜,所以这次的进度延后了,而且这次的学习的内容比较多,时间用的也比较长,文章发布的时间间隔有些长了,望各位谅解,下面继续我们的ios之旅。这次我们主要学习的内容有2个,一个是Tab Bar,如下图 很熟悉的界面(iphone中的phone),另一个Picker,如下图....
分类:移动开发   时间:2014-06-27 13:45:02    阅读次数:401
[leetcode] Trapping Rain Water
Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining.
分类:移动开发   时间:2014-06-27 12:51:24    阅读次数:258
IOS-ScrollView创造Android-ViewPager效果
1.将图片放进images文件夹,并改名为images.bundle.拖进项目中 2拖动scrollView 并在左上角按住Scroll View 拖到View Controller中 选择deleagte. 这时候.指定Scroll View的代理为controller.  为指定的controller加上代理 #import @interface C...
分类:移动开发   时间:2014-06-27 07:19:43    阅读次数:259
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!