码迷,mamicode.com
首页 >  
搜索关键字:category    ( 2995个结果
Java Code Convention Rules
Java Code Convention Rules Rules available in this category: Avoid_assignment_in_if Always_declare_a_class_having_only_private_constructors_as_final Replace_enumeration_with_iterator Combine_if_sta...
分类:编程语言   时间:2015-03-13 09:27:34    阅读次数:247
【原】iOS中动态添加属性的方法——关联(e.g. 向Category添加成员变量)
想到要如何为所有的对象增加实例变量吗?我们知道,使用Category可以很方便地为现有的类增加方法,但却无法直接增加实例变量。不过从Mac OS X v10.6开始,系统提供了Associative References,这个问题就很容易解决了。这种方法也就是所谓的关联(association),我...
分类:移动开发   时间:2015-03-12 11:16:06    阅读次数:180
树形结构语法
withsubqry(CODE,NAME,PCODE)as(selectCODE,NAME,PCODEfromCategorywhereCODE=‘fa3e09f7-1db7-4fa2-92a4-106e35e136ea‘unionallselectCategory.CODE,Category.NAME,Category.PCODEfromCategory,subqrywhereCategory.PCODE=subqry.CODE)select*fromsubqry;
分类:其他好文   时间:2015-03-12 08:35:23    阅读次数:177
SDWebImage 官方文档
API documentation is available atCocoaDocs - SDWebImageUsing UIImageView+WebCache category with UITableViewJust #import the UIImageView+WebCache.h hea...
分类:Web程序   时间:2015-03-11 19:31:03    阅读次数:3628
xmpp
[iPhone高级]基于XMPP的IOS聊天客户端程序(全)【转】 (2013-03-06 14:19:19)转载▼分类: IOS学习 原文地址:http://blog.csdn.net/kangkangz4/article/category/1089711 [iPhone高级] 基于XMPP的I....
分类:其他好文   时间:2015-03-11 16:41:09    阅读次数:143
Ecshop布局参考图
文章列表页: article_cat.dwt文章内容页: article.dwt商品品牌页: brand.dwt所有分类页: catalog.dwt商品列表页: category.dwt商品比较页: compare.dwt购物车和购物流程页: flow.dwt商品相册页: gallery.dwt商品...
分类:其他好文   时间:2015-03-11 14:43:23    阅读次数:118
C++开发资料
高性能服务器编程 http://blog.csdn.net/liuxuejiang158blog/article/category/1661283 http://blog.csdn.net/liuxuejiang158blog/article/category/1842969 Linux多线程编程 http://blog.csdn.net/liuxuejiang15...
分类:编程语言   时间:2015-03-11 13:09:54    阅读次数:186
广告投放网站集合
行业:http://www.adexchanger.cn/DMP:http://www.adexchanger.cn/category/tech-company/dmp行业数据发布:易传媒:http://www.adchina.com/Marketing/WhitePaper
分类:Web程序   时间:2015-03-11 12:40:10    阅读次数:114
android 应用选择器的使用
1、AndroidManifest.xml文件中具有:<intent-filter><actionandroid:name="android.intent.action.SET_WALLPAPER"/><categoryandroid:name="android.intent.category.DEFAULT"/></intent-filter>Intenti=newIntent(Intent.ACTION_SET_WALLPAPER);//i.s..
分类:移动开发   时间:2015-03-10 19:47:08    阅读次数:246
phpcms_v9三级导航(带样式)
{pc:content action="category" catid="0" num="25" siteid="$siteid" order="listorder ASC"} 首页 | {loop $data $k $v}...
分类:Web程序   时间:2015-03-10 18:53:24    阅读次数:304
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!