码迷,mamicode.com
首页 >  
搜索关键字:category    ( 2995个结果
android之android.intent.category.DEFAULT的用途和使用
1、要弄清楚这个问题,首先需要弄明白什么是implicit(隐藏) intent什么是explicit(明确) intent。 ???? Explicit Intent明确的指定了要启动的Acitivity ,比如以下Java代码: [java]?view plaincopyprint? ...
分类:移动开发   时间:2015-01-09 15:43:21    阅读次数:240
ECSHOP 商品页详情页 添加同类随机商品
1,根目录下找到goods.php文件找到代码 $smarty->assign('properties', $properties['pro']); // 商品属性在上面加代码 $smarty->assign('category_related_random_goods', category_rel...
分类:其他好文   时间:2015-01-09 13:55:35    阅读次数:192
关于网站文章分类和tag的思考
分类是无限分类,即每个分类必须属于一个父分类,最顶级的分类父分类id为0。 一篇文章,应该如何和分类进行关联?传统的做法就是在文章表中有一个category_id字段对应分类id,即一篇文章属于一个分类。 但是现实情...
分类:Web程序   时间:2015-01-08 11:37:09    阅读次数:186
SQL SERVER 2005允许自定义聚合函数
不多说了,说明后面是完整的代码,用来将字符串型的字段的各行的值拼成一个大字符串,也就是通常所说的Concat例如有如下表dictIDNAMECATEGORY1REDCOLOR2BLUECOLOR3APPLEFRUIT4ORANGEFRUIT执行SQL语句:select category,dbo.co...
分类:数据库   时间:2015-01-08 09:34:55    阅读次数:195
[LeetCode]127 Word Ladder
https://oj.leetcode.com/problems/word-ladder/http://blog.csdn.net/linhuanmars/article/category/1918893/2publicclassSolution{ publicintladderLength(Stringstart,Stringend,Set<String>dict) { //Putendintodict Set<String>dictionary=newHashSet<>..
分类:其他好文   时间:2015-01-07 19:08:18    阅读次数:91
使用re-sign.jar对apk进行重签名
准备: ① re-sign.jar重签名工具:(下载地址为:http://troido.de/downloads/category/1); ② 待重签名的apk;重签名步骤: ① 右键re-sign.jar,在“打开方式”里,选择“Java(TM) Platform SE binary”选项,...
分类:编程语言   时间:2015-01-07 16:36:24    阅读次数:207
(转)android.intent.action.MAIN与android.intent.category.LAUNCHER
android.intent.action.MAIN决定应用程序最先启动的Activityandroid.intent.category.LAUNCHER决定应用程序是否显示在程序列表里在网上看到文章android.intent.action.MAIN 与 android.intent.catego...
分类:移动开发   时间:2015-01-07 16:25:26    阅读次数:241
Android获取默认浏览器信息
Android系统可以用如下方法获取默认浏览器信息: public static ActivityInfo getBrowserApp(Context context) {         String default_browser = "android.intent.category.DEFAULT";         String browsable = "android.in...
分类:移动开发   时间:2015-01-07 15:03:59    阅读次数:161
sharepoint powershell 根据报错的GUID查询错误
打开sharepoint powershellGet-splogevent | ?{$_.Correlation -eq "GUID"} | select Area,category,Level,EventID,Message | Format-List > c:\errlog.txt把GUID替换...
分类:系统相关   时间:2015-01-05 23:24:32    阅读次数:201
javascript树状菜单
应用页面 category tree | 参考文章地址:http://zhouhaitao.iteye.com/blog/1130278
分类:编程语言   时间:2015-01-05 12:26:39    阅读次数:164
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!