public View getView(int position, View
convertView, ViewGroup parent) { View view = inflater.inflate(R.layout.gv_item,
null); TextView tv = (TextV...
分类:
其他好文 时间:
2014-05-10 00:41:22
阅读次数:
283
tableView 实现的方法 无分组的cell
#pragma mark - Table view data source
- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section
{
return self.contacts.count;
}
- (UITable...
分类:
移动开发 时间:
2014-05-09 21:03:32
阅读次数:
424
Georgia and BobTime Limit:1000MSMemory
Limit:10000KTotal Submissions:7233Accepted:2173DescriptionGeorgia and Bob decide
to play a self-invented game. ...
分类:
其他好文 时间:
2014-05-09 20:27:36
阅读次数:
374
addTarget:self 的意思是说,这个方法在本类中也可以传入其他类的指针*/
分类:
其他好文 时间:
2014-05-09 19:55:49
阅读次数:
236
废话不多说,这是地址:http://android.lineten.net/layout.php。
有图有真相,例如:
你的XML假如是这样:
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation=...
分类:
移动开发 时间:
2014-05-09 15:20:54
阅读次数:
424
规定在何处打开链接文档。_blank 在新窗口中打开被链接文档_parent
在父框架集中打开被链接文档_self 默认。在相同的框架中打开被链接文档_top 在整个窗口中打开被链接文档framename 在指定的框架中打开被链接文档。
分类:
Web程序 时间:
2014-05-09 13:27:51
阅读次数:
367
循环引用:引用计数是一种便利的内存管理机制,但它有一个很大的缺点,那就是不能管理循环引用的对象。一个简单的例子如下:#include#include#include#includeclassparent;classchildren;typedefboost::shared_ptr
parent_pt...
分类:
其他好文 时间:
2014-05-09 13:01:22
阅读次数:
326
调用一次计时器方法:myTimer = [NSTimer
scheduledTimerWithTimeInterval:1.5 target:self selector:@selector(scrollTimer)
userInfo:nil repeats:NO]; //不重复,只调用一次。tim....
分类:
移动开发 时间:
2014-05-09 08:50:29
阅读次数:
473
格式化输出print(format(value,format_spec)),其中3为打印位数,2f为精度print(format(12.2356,‘3.2f‘))
print(format(0.23456,‘.1%‘))
D:\Python27\python.exeF:/Self-Study/python-study/input_output.py
12.24
23.5%
分类:
编程语言 时间:
2014-05-09 07:14:02
阅读次数:
268
今天用Chrome调试脚本,发现加载了以下脚本内容:/*
电脑管家chrome 广告过滤
*/
var GJAD_CS =
{
elemhideElt : null,
setElemhideCSSRules: function (selectors)
{
if (GJAD_CS.elemhideElt && GJAD_CS.elemhideElt.parent...
分类:
其他好文 时间:
2014-05-09 02:40:19
阅读次数:
307