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
为什么要介绍这2个方法呢?这是因为在我们的开发中最近遇到了一个很诡异的bug。大体是这样的:在我们的ViewPager中有2页的root view都是ScrollView,我们在xml里面都用了android:id="@+id/scroll_view"这样的代码,即2个布局里面的ScrollVi.....
分类:
其他好文 时间:
2014-06-29 20:06:24
阅读次数:
277
//创建并从底部弹出来
- (void)viewDidLoad
{
[super
viewDidLoad];
[self
setupDocumentControllerWithURL:fileURL];
CGRect rect =
CGRectMake(0,
0, ScreenWidth,
ScreenHeight);
// [s...
分类:
其他好文 时间:
2014-06-28 08:34:02
阅读次数:
202
应用Clip属性实现的一个简单效果图:样式写法:.my-element{position:absolute;clip:rect(10px350px170px0);/*IE4toIE7*/clip:rect(10px,350px,170px,0);/*IE8+&otherbrowsers*/}属性解析...
分类:
Web程序 时间:
2014-06-27 10:56:22
阅读次数:
763
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
Looks quite intuitive at the very first sight... I thought:rect[x, y, w+1, h+1] = rect[x, y, w, h] + num[x + w + 1, y..y+h+1] + num[x..x+w+1, y+h+1] -...
分类:
其他好文 时间:
2014-06-26 21:20:32
阅读次数:
232
CGRect screenBounds = [ [UIScreen mainScreen]bounds];//返回的是带有状态栏的Rect NSLog(@"%@", NSStringFromCGRect(screenBounds)); CGRect viewBounds = [ [U...
分类:
其他好文 时间:
2014-06-26 21:12:57
阅读次数:
173
这一节将讲解如何做一个坐标轴,如何定义坐标轴的样式,如何调用坐标轴...
分类:
Web程序 时间:
2014-06-24 17:45:39
阅读次数:
313
本节介绍如何使用D3.js制作棒状图。通过在SVG中添加元素的方法进行绘制。...
分类:
Web程序 时间:
2014-06-21 20:04:36
阅读次数:
311