由于测试FreeSWITCH不同版本的需要,研究了下Git的使用,通过Git来管理所有的版本,方便了测试。以下就总结下具体的使用方法:其中:git clone ..是现在git仓库;git tag 是查看freeswitch的版本 ; git checkout v.. 是切换到指定的v.. 版本.....
分类:
其他好文 时间:
2014-07-29 13:47:38
阅读次数:
190
??
Description
Keeping track of all the cows can be a tricky task so Farmer John has installed a system to automate it. He has installed on each cow an electronic ID tag that the system will read ...
分类:
其他好文 时间:
2014-07-29 13:22:46
阅读次数:
212
路径:phpcms/module/content/classes/content_tag.class.php 添加如下方法 /** * 列表页标签:主要返回的是主表中数据与附表中数据 * @param $data */ public function lists_al...
分类:
Web程序 时间:
2014-07-29 12:20:08
阅读次数:
240
1 2 3 4 5 6 7 8 My JSP '1.jsp' starting page 9 10 11 12 13 您的IP是:14 15 16 JSP 1 package cn.itcast.web.tag; 2 3 im...
分类:
其他好文 时间:
2014-07-29 12:02:36
阅读次数:
198
spin.js,ruby上使用例子<divid="spinBody">
<div>
<%form_tag"/login",:id=>"login_form"do-%>
<tablewidth="100%"cellpadding="3"style="margin-top:15px;">
<tr>
<thstyle="width:80px;"><%=t"a.loginid"%></th>
<td..
分类:
Web程序 时间:
2014-07-28 16:47:24
阅读次数:
294
先建立一个table的基类:
public abstract class DbBaseTable {
private static final String TAG = "DbBaseTable";
/**
* @return the DB table name
*/
abstract String getName();
/**
* Creates the DB table ...
分类:
移动开发 时间:
2014-07-27 23:54:19
阅读次数:
478
在基类的table中加入upgrade操作:
public abstract class DbBaseTable {
private static final String TAG = "DbBaseTable";
/**
* @return the DB table name
*/
abstract String getName();
/**
* Creates th...
分类:
移动开发 时间:
2014-07-27 23:52:19
阅读次数:
387
Jsp tag 可以灵活的将公共JSP代码模块化,类似jsp:include
page="./include.jsp">jsp:include>等等。
我们自定义的JSP模块代码可能在引用时会根据不同的引用场景,需要显示的内容略有不同,这时使用JSP.INCLUDE就不能满足我们的需求了。
因此,我们可以使用JSP tag 的方式实现。
第一步
在WEB-INF/tags目录下创建 de...
分类:
Web程序 时间:
2014-07-27 23:50:19
阅读次数:
339
首先我们需要在WEB-INF/tld/目录下创建page.tld文件
1.0
1.2
page
http://www.kevin.com/taglibs/page
htmlPage
com.lss.common.tag.PageTag
JSP
htmlPage Tag
pageNo
false
true
pageSiz...
分类:
Web程序 时间:
2014-07-27 23:47:09
阅读次数:
393
1、http://www.oschina.net/project/tag/64/spider?lang=0&os=0&sort=view&搜索引擎 NutchNutch是一个开源Java实现的搜索引擎。它提供了我们运行自己的搜索引擎所需的全部工具。包括全文搜索和Web爬虫。 尽管Web搜索是漫游In...
分类:
其他好文 时间:
2014-07-26 01:46:06
阅读次数:
442