摘要:
一、RootViewController: #import "RootViewController.h" #import "SecondViewController.h" @interface RootViewController () { UILabel *_myLabel; } @end @im 阅读全文
posted @ 2017-05-07 15:09
blfbuaa
阅读(140)
评论(0)
推荐(0)
摘要:
统计难题 Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 131070/65535 K (Java/Others) Total Submission(s): 17302 Accepted Submission(s): 7464 Problem 阅读全文
posted @ 2017-05-07 13:56
blfbuaa
阅读(137)
评论(0)
推荐(0)
摘要:
<!DOCTYPE html> <hmtl> <html lang="zh-cn"> <head> <meta charset="utf-8"> <title>基本格式</title> </head> <body> <a href="#1">第一章</a><p><a href="#2">第二章</a 阅读全文
posted @ 2017-05-07 12:16
blfbuaa
阅读(85)
评论(0)
推荐(0)
摘要:
BeanQuery 是一个把对象转换为Map的Java工具库。支持选择Bean中的一些属性。对结果进行排序和依照条件查询。不只能够作用于顶层对象,也能够作用于子对象。很多其它具体的介绍能够看我的博文: http://blog.csdn.net/justfly/article/details/4048 阅读全文
posted @ 2017-05-07 11:43
blfbuaa
阅读(128)
评论(0)
推荐(0)
摘要:
首先来分析下OnScrollListener的回调。 new OnScrollListener() { boolean isLastRow = false; @Override public void onScroll(AbsListView view, int firstVisibleItem, 阅读全文
posted @ 2017-05-07 10:40
blfbuaa
阅读(146)
评论(0)
推荐(0)
摘要:
转载请注明出处:http://blog.csdn.net/l1028386804/article/details/47374415 有些Android手机中会带有一些经常使用号码的功能,比方订餐电话、公共电话、航空机票,等等诸如此类的服务,点击对应的号码会自己主动弹出拨打电话的界面。那以下我们就一起 阅读全文
posted @ 2017-05-07 09:40
blfbuaa
阅读(213)
评论(0)
推荐(0)
摘要:
孙广东 2015.7.5看了一下对功能介绍的视频,确实功能强大。可是须要FQ在youtube上观看,所以就下载下来了。能够浏览一下:http://www.iqiyi.com/playlist288928702.htmlRelease NotesTileMapDescriptionIssues #Vi 阅读全文
posted @ 2017-05-07 08:26
blfbuaa
阅读(776)
评论(0)
推荐(0)