安装FreeSwitch主要命令如下:git clone -b v1.2.stable git://git.freeswitch.org/freeswitch.git
cd freeswitch/
./bootstrap.sh && ./configure && make && make install && make hd-sounds-install && make hd-moh-insta...
分类:
其他好文 时间:
2015-06-02 13:30:25
阅读次数:
1181
2015年6月2日 天气晴
github官网:https://github.com/
以下以pdf.js作为案例说明:https://github.com/mozilla/pdf.js
1).点击案例网站右侧的Download ZIP将源码下载下来,并解压
注意:当然也可以通过HTTPS clone URL 及Clone in Desktop的方式把源码下载下来,在此不做说明
2).在解压...
分类:
Web程序 时间:
2015-06-02 13:29:47
阅读次数:
518
Clone an undirected graph. Each node in the graph contains a label and a list of its neighbors.OJ's undirected graph serialization:Nodes are labeled u...
分类:
编程语言 时间:
2015-06-02 12:56:58
阅读次数:
175
从github上clone源代码git clonehttps://github.com/tonyqus/npoi.git下载的版本库中,有一个名为Release Notes.txt的文件,在这个文件中包含了NPOI的release记录。main文件夹中,是项目的源代码。查看源代码编译生成的dll的路...
分类:
其他好文 时间:
2015-06-02 10:40:14
阅读次数:
104
目标:克隆vm1到vm1-clone1. virsh suspend vm12. virt-clone --connect qemu:///system --original vm1 --name vm1-clone --file /vm/vm1-clone或 virt-clone --connec...
分类:
其他好文 时间:
2015-06-02 09:13:02
阅读次数:
124
http://libvirt.org/git/$ git clone git://libvirt.org/libvirt-python.git2013年的事情了。$ git show a7a1244commit a7a1244a739d134a9aca7f76c12d63043810c077Auth...
分类:
编程语言 时间:
2015-06-02 00:17:35
阅读次数:
133
http://libvirt.org/git/$ git clone git://libvirt.org/libvirt-python.git2013年的事情了。$ git show a7a1244commit a7a1244a739d134a9aca7f76c12d63043810c077Auth...
分类:
编程语言 时间:
2015-06-02 00:15:10
阅读次数:
169
JS中的phototype是JS中比较难理解的一个部分本文基于下面几个知识点:1 原型法设计模式在.Net中可以使用clone()来实现原型法原型法的主要思想是,现在有1个类A,我想要创建一个类B,这个类是以A为原型的,并且能进行扩展。我们称B的原型为A。2 javascript的方法可以分为三类:...
分类:
Web程序 时间:
2015-06-01 18:28:36
阅读次数:
153
从Git clone一个Project并打开后,都会习惯性的像使用Eclipse一样,选中project右键,选择Git的相应版本号控制选项。例如以下图,你仅仅看到了svn。怎样配置才干在右键选项中看到Git呢,我直接上图吧,大家依据下图来配置就能够了。配置其它的右键选项版本号控制工具也是一样的。
分类:
移动开发 时间:
2015-06-01 14:29:07
阅读次数:
256
1.编译hadoop2.6.0的eclipse插件
下载源码:
git clone https://github.com/winghc/hadoop2x-eclipse-plugin.git
编译源码:
cd src/contrib/eclipse-plugin
ant jar -Dversion=2.6.0 -Declipse.home=/opt/eclipse -...
分类:
系统相关 时间:
2015-06-01 11:33:00
阅读次数:
175