分类Title实现:package com.flora;import android.widget.Adapter;public class Category { private String mTitle; private Adapter mAdapter; p...
分类:
移动开发 时间:
2014-08-13 08:00:55
阅读次数:
400
最近空闲的时候在看OC的面向对象特性,作为Apple的当家开发语言(请暂且忽略swift小兄弟,呵呵),OC近几年可谓风光无限。不过说真的,OC的确有他的美妙之处,一旦用到熟练就会发现OC其实非常顺手通俗。对于他的面向对象特性,“消息机制”、“Protocol”、“Catagory”,这三者绝对是三...
分类:
其他好文 时间:
2014-08-13 00:55:54
阅读次数:
1295
小猪的Android入门之路 Day 6
Android应用核心:Intent(意图)
-----转载请注明出处:coder-pig
本节引言:
通过前面的学习中,我们都知道可以调用startActivity(intent)或者startActivityForResult(intent)
来启动一个新的Activity了,他们的参数都是Intent类型的实例,那么这个Intent是什么东西呢?
有...
分类:
移动开发 时间:
2014-08-12 19:02:04
阅读次数:
234
来源:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&category=4&problem=227&mosmsg=Submission+received+with+ID+14026069
The House Of Santa Claus
In...
分类:
其他好文 时间:
2014-08-12 17:08:04
阅读次数:
288
conceptC++http://www.generic-programming.org/faq/?category=conceptcxxChecking Concept Without Concepts in C++ByAnthony Williams, September 22, 20101Co...
分类:
其他好文 时间:
2014-08-12 10:09:14
阅读次数:
274
Intent intent = new Intent();
intent.setAction("android.intent.action.VIEW");
intent.addCategory("android.intent.category.DEFAULT");
intent.setDataAndType(Uri.fromFile(t), "application/vnd.android.pac...
分类:
其他好文 时间:
2014-08-11 15:01:02
阅读次数:
211
最近看到一篇灰常好的算法文章,介绍了大部分常用算法,如排序,遍历,查找,搜索,插入等算法。http://blog.csdn.net/feixiaoxing/article/category/878822
分类:
其他好文 时间:
2014-08-11 14:55:32
阅读次数:
141
$subcategories = Mage::getModel('catalog/category')->getCategories($current_category_id);foreach($subcategories as $cat){$cat->getName();//名称Mage::hel...
分类:
其他好文 时间:
2014-08-06 18:45:51
阅读次数:
201
1.基本用法 Archive::Ranks是数组 用%w构建即可2. 在修改时反映数据库里的值用 时,选择框里的值不正确应如下:档案类别 [@archive.category]) %> [@archive.category]), {},:class => 'form-control', 'da...
分类:
其他好文 时间:
2014-08-06 18:13:31
阅读次数:
419
今天练习Html.DropDownListFor()。在网页开发过程中,这个DropDownList功能定会少不了。让用户能显式选择需求的选项。先来看看下面实时操作,Category这个字段是一个外键值,也就是说真正文字是存另外一张表中。为了友好,我们不可能显示主健值,甚至在添加或是编辑时,用户也不...
分类:
Web程序 时间:
2014-08-06 17:48:41
阅读次数:
325