原文: Asterisk 未来之路3.0_0007 Modules
Asterisk 是基于模块构建的。一个模块提供某个特定的功能,它是动态的被装载。比如:信道驱动(chan_sip.so),或可以连接第三方产品模块(func_odbc.so)。asterisk的模块加载依赖于配置文件/etc/as...
分类:
其他好文 时间:
2014-10-24 18:36:57
阅读次数:
297
(一),什么是文件管理系统答:数据在PC上是以文件的形式储存在磁盘中的,这些数据的形式一般为ASCII码或二进制形式。简单点说就是:管理磁盘上的文件的方法的代码!如:我们写到SD卡上面的数据管理一下,更科学的方法来管理http://elm-chan.org/fsw/ff/00index_e.html...
分类:
Web程序 时间:
2014-10-20 11:17:18
阅读次数:
327
channel会阻塞,阻塞的时候系统会继续顺序调用其他goroutine,main()也是一个goroutine,只是最先被执行。 看一个代码: package main import ( "fmt" ) func display(msg string, c chan bool) { fmt.Println(ms...
分类:
其他好文 时间:
2014-10-09 13:26:08
阅读次数:
169
不知道你有没有注意到,这段代码如果我跑在两个goroutines里面的话: package mainimport ( "fmt")func loop(done chan bool) { for i := 0; i < 10; i++ { fmt.Print(i) ...
分类:
编程语言 时间:
2014-09-26 00:06:57
阅读次数:
260
package?main
import(
????//"fmt"
????"time"
)
var?c?=?make(chan?int,100)
func?gofunc(){
????time.Sleep(0)
????c<-0
}
func?main(){
????for?i:=0;i<10;i++{
???????...
分类:
其他好文 时间:
2014-09-25 12:21:09
阅读次数:
264
spring createBeanException 报:homeController spring @Autowired注入blankListManager对象、chanceManager对象失败;blankListManager Autowired注入 cifServer对象失败,chan...
分类:
其他好文 时间:
2014-09-20 20:58:39
阅读次数:
239
用了一点群论中的置换群的知识,仅是一点,找出循环节,取模即可。初次接触群论,等做完余下一点东西后就系统一点学习组合数学的内容#include #include #include #include using namespace std;int n;int chan[210];int partic[2...
分类:
其他好文 时间:
2014-09-17 11:56:22
阅读次数:
151
实现逻辑1、Golang 版本 1.32、实现原理: 1、主进程建立TCP监听服务,并且初始化一个变量 talkChan := make(map[int]chan string) 2、当主进程ACCEPT连接请求后,利用go 启动一个协程A去维持和客户端的连接,把taokChan带入到协程里 ...
分类:
其他好文 时间:
2014-09-03 19:44:27
阅读次数:
281
11.2 `dd': Convert and copy a file==================================`dd' copies a file (from standard input to standard output, by default)with a chan...
分类:
系统相关 时间:
2014-08-31 00:16:40
阅读次数:
999
InterGames is a high-tech startup company that specializes in developing technology that allows users to play games over the Internet. A market analysis has alerted them to the fact that games of chan...
分类:
其他好文 时间:
2014-08-17 21:22:52
阅读次数:
352