Swift_UI_UILabelimport UIKitclass ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() // 1.创建...
分类:
编程语言 时间:
2015-02-17 11:33:16
阅读次数:
232
当父ViewPager嵌套子ViewPager时,子ViewPager滑到最后一页继续滑动时会导致父ViewPager滑动,为了让子ViewPager滑到最后一页时不能继续滑动,则重写父ViewPager:publicclassForbiddenScrollViewPagerextendsViewPager{publicForbiddenScrollViewPager(Contextcontext){super(..
分类:
其他好文 时间:
2015-02-14 20:05:47
阅读次数:
150
Linux学习笔记1. 常用命令命令存放,哪些命令可以执行?root:/sbin/usr/sbinall users:/bin/usr/binbin--binary 二进制文件Linux所有都是文件,都是二进制文件usr—usersbin—super binary文件处理命令1ls英文原意是list...
分类:
系统相关 时间:
2015-02-14 20:01:45
阅读次数:
244
转载请注明出处:http://blog.csdn.net/u012860063题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1047Problem DescriptionOne of the first users of BIT's new super...
分类:
其他好文 时间:
2015-02-14 18:48:52
阅读次数:
175
摘要:在Java中,有些事物如果不了解的话,很容易就会用错,如数组转换为数组列表、元素删除、Hashtable和HashMap、ArrayList和LinkedList、Super和Sub构造函数等,如果这些对你来说是陌生的,你可以在本文中了解它们。
本文总结了Java开发者经常会犯的前十种错误列表。
Top1. 数组转换为数组列表
将数组转换为数组列表,开发者经...
分类:
编程语言 时间:
2015-02-13 22:30:58
阅读次数:
322
先贴一下显示效果图,仅作参考:代码如下:1、自定义Dialogpublic class SelectDialog extends AlertDialog{public SelectDialog(Context context, int theme) { super(context, theme...
分类:
移动开发 时间:
2015-02-13 16:05:10
阅读次数:
316
代码如下
- (void)viewDidLoad {
[super viewDidLoad];
UISearchBar * searchBar =[[UISearchBar alloc]initWithFrame:CGRectMake(0, 0, 320, 44)];
self.tableView.tableHeaderView=searchBar;
self...
分类:
其他好文 时间:
2015-02-12 18:31:29
阅读次数:
193
转自:http://onewebsql.com/blog/generics-extends-super以下基本够用了Today we continue our mini-series on Java Generics. In previous posts we have investigatedho...
分类:
编程语言 时间:
2015-02-12 16:06:40
阅读次数:
196
fromPyQt4importQtGui,QtCoreclassButtonLineEdit(QtGui.QLineEdit):buttonClicked=QtCore.pyqtSignal(bool)def__init__(self,icon_file,parent=None):super(But...
分类:
其他好文 时间:
2015-02-12 13:45:22
阅读次数:
691
function class(classname, super) local superType = type(super) local cls --如果父类既不是函数也不是table则说明父类为空 if superType ~= "function" and superTy...
分类:
其他好文 时间:
2015-02-11 23:15:31
阅读次数:
257