码迷,mamicode.com
首页 >  
搜索关键字:t1    ( 4339个结果
CISCO_CVoice – 004 : 模拟与数字中继 : CCS
1.概念:PRI是最常用的,T1和E1配置一样,不像CAS那么复杂ISDN是服务类型,2B的BRI,32B的叫PRI,即E1,目前国内使用30B+D的多,ISP现在基本不提供BRI服务了。2.讨论的问题如下:T1/E1的时钟问题数字线路承载的语音通道的pri0-group配置ISDN/PRI的Q.921,Q.931的调试ISDNDNIS和..
分类:系统相关   时间:2015-09-25 14:37:02    阅读次数:321
CISCO_CVoice – 002 : 模拟与数字中继
在这部分里,因为没有物理语音实验设备,无法做实验。此篇主要以整理概念为主。语音基本概念分类接口中继线模拟数字模拟数字传统语音FXS,FXO,E&ME1,T1PSTNE1(2.048M),T1(1.544M)IP语音语音的连接是建立在IP的通道之上的,信令一般有:H323,SIP,SCCP,MGCP2.一般连接方式传统..
分类:系统相关   时间:2015-09-23 17:11:57    阅读次数:277
modalDialog注意点
vardialog=parent.sy.modalDialog({ title:‘修改‘, url:contextPath+‘/securityJsp/experiment/modifyNum.jsp?dataS=‘+dataS, buttons:[ { text:‘修改‘, handler:function(){ vard=dialog.find(‘iframe‘).get(0).contentWindow; vara=$("#t1",d.document).v..
分类:其他好文   时间:2015-09-23 12:02:06    阅读次数:403
使用rman备份异机恢复数据库
一.RMAN备份源库注意点:最好保留rman备份日志$rman target / log=backup.logRMAN>run {allocate channel t1 type disk;allocate channel t2 type disk;allocate channel t3 type ...
分类:数据库   时间:2015-09-21 15:28:28    阅读次数:282
Largest Point (2015沈阳赛区网络赛水题)
Problem DescriptionGiven the sequence A with n integers t1,t2,?,tn. Given the integral coefficients a and b. The fact that select two elements ti and ...
分类:其他好文   时间:2015-09-20 10:25:03    阅读次数:149
复制一张表的所有数据
准备工作创建两个数据结构相同的表t1和t2,并插入数据到t1create table t1(id int identity (1,1) primary key not null,iname nvarchar(20))create table t2(id int identity (1,1) prim...
分类:其他好文   时间:2015-09-19 13:40:25    阅读次数:136
Like关系查询
比如:有表1。表2两张相,希望通过like进行关联查询// mysql中使用concat连接字符串select t1.id, t1.title, t2.keyword from t1 inner join t2 on t1.title like concat('%', t2.keyword, '%'...
分类:其他好文   时间:2015-09-18 13:46:24    阅读次数:169
Oracle中的表构造导出到word Sql语句
select * from (SELECT t1.Table_Name AS "表名称",t3.comments AS "表说明",t1.Column_Name AS "字段名称",t1.Data_Type AS "数据类型",t1.Data_Length AS "长度",t1.NullAble A...
分类:数据库   时间:2015-09-17 14:59:12    阅读次数:136
C++模板编程里的主版本模板类、全特化、偏特化(C++ Type Traits)
1. 主版本模板类 首先我们来看一段初学者都能看懂,应用了模板的程序: 1 #include 2 using namespace std; 3 4 template 5 class A{ 6 public: 7 void function(T1 value1, T2 value2){ ...
分类:编程语言   时间:2015-09-17 14:57:50    阅读次数:313
关于联合查询与子查询的查询结果不同点_随笔
测试表数据如下:sql:select * from zhubiaofushu where id in (select fid from zhubiao)select * from zhubiao t inner join zhubiaofushu t1on t.fid= t1.idselect .....
分类:其他好文   时间:2015-09-17 13:34:48    阅读次数:146
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!