/**
*@category url_type 此方法是进行url模式pathinfo模式的处理
*/
function url_type(){
//url模式 控制器--方法的获取
$url = $_SERVER['PHP_SELF']."";
//echo $url,"";
$num =strpos...
分类:
Web程序 时间:
2014-08-27 16:40:48
阅读次数:
167
二级{pc:content action="category" catid="0" siteid="$siteid" order="listorder ASC"} 首页 {loop $data $r} {$r[catname]} {if $r[arrchild...
分类:
Web程序 时间:
2014-08-26 11:34:05
阅读次数:
178
1、在这个目录下/caches/bakup/default导出文件category.sql2、登录网站的数据管理页面phpmyadmin3、导入数据库选择category.sql4、登陆网站后台更新缓存
分类:
Web程序 时间:
2014-08-26 09:48:55
阅读次数:
204
nova-compute 的代码结构图
如上图所示, 类图中最重要的三个Category
Manager: 核心的业务类,提供实际的业务操作。例如启动虚拟机等等。
Service: 每个service通常包括一个对应的Manager.
service 也负责在消息队列上对指定的topic进行监听,当监听到新的RPC消息的时候, 调用对应的Manager的方法。
Launch...
分类:
其他好文 时间:
2014-08-26 01:49:45
阅读次数:
410
之前写过一篇Intent的博客,主要说了一下隐式意图。 传送门:《Android -- Intent》Intent对象构成 Component name、Action、Data、Category、Extras、FlagsComponent name Component name即组件名称,是要处理这...
分类:
移动开发 时间:
2014-08-26 00:23:05
阅读次数:
267
1.http://mikespook.com/learning-go/
2.http://coolshell.cn/articles/8460.html
http://coolshell.cn/articles/8489.html
3.https://code.google.com/p/go-zh/
4.http://blog.studygolang.com/category/spe...
分类:
编程语言 时间:
2014-08-25 15:04:34
阅读次数:
181
例如:
系统音乐
Intent intent = new Intent(Intent.ACTION_MAIN);
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
intent.addCategory(Intent.CATEGORY_LAUNCHER);
ComponentName cn = new ComponentName("com.an...
分类:
移动开发 时间:
2014-08-24 23:55:03
阅读次数:
258
1 设置事件跟踪在网页对象、窗口小部件或视频的源代码中调用_trackEvent()方法_trackEvent(category, action, opt_label, opt_value);category类别:(必填项)为要跟踪的对象组指定名称,一般来说,对于想要归入指定类别的相关用户界面元素,...
分类:
其他好文 时间:
2014-08-24 23:50:23
阅读次数:
205
开头 Intent作为联系各Activity之间的纽带,其作用并不仅仅只限于简单的数据传递。通过其自带的属性,其实可以方便的完成很多较为复杂的操作。例如直接调用拨号功能、直接自动调用合适的程序打开不同类型的文件等等。 诸如此类,都可以通过设置Intent属性来完成。Intent主要有以下四个重要属性,它们分别为:Action:Action属性的值为一个字符串,它代表了系统中已经定义了...
分类:
其他好文 时间:
2014-08-24 16:45:23
阅读次数:
431
折线图实例:http://blog.csdn.net/dengta_snowwhite/article/details/6129222牛人总结: http://blog.csdn.net/tjvictor/article/category/257827若要定时的向一个图表里添加数据,应按照如下顺序实...
分类:
其他好文 时间:
2014-08-23 17:38:41
阅读次数:
230