严重的呼叫质量和性能管理问题会影响VoIP (Voice over IP)系统的运作。网络管理员等人需要理解基本的呼叫质量测量技术才能很好地监测、管理和诊断在VoIP中出现的这些问题。本文介绍了常用的几种呼叫质量测量方法,联系实际对这些方法进行了解释,并描述了VoIP网络服务中的用户可接受的话音质量...
分类:
其他好文 时间:
2014-11-23 00:33:39
阅读次数:
372
ECMAscript 6 lets us use string templates to gain a lot more control over strings in JavaScript.var salutation = "Hello";var place = "New York";var gr...
分类:
其他好文 时间:
2014-11-22 20:09:05
阅读次数:
162
http://stackoverflow.com/questions/12318325/resume-tls-connection-in-javaAs long as you use the same SSLSocketFactory to create the sockets, the JSSE ...
分类:
其他好文 时间:
2014-11-21 18:22:16
阅读次数:
233
ConfiguringTLSEncryptionOnlyforClouderaManageronClouderaManagerServer:1.mkdir-p/opt/cloudera/security/{x509,jks,CAcerts}2.generateaJavakeystoreandCertificateSigningRequest(CSR)fortheClouderaManagerServerkeytool-genkeypair-aliascm5-keyalgRSA-keystore/opt/clo..
分类:
其他好文 时间:
2014-11-21 16:34:24
阅读次数:
881
xiachengjiao@webwall:/$ ll 根目录xiachengjiao@webwall:~$ ll home目录find ./ -name "*.*" | xargs grep "about" 查找带有about字符串的文件名称find -name ldap.h 以文件名进行查找该文件...
分类:
系统相关 时间:
2014-11-21 10:36:45
阅读次数:
247
From Oracle
The UTL_HTTP package makes Hypertext Transfer Protocol (HTTP) callouts from SQL and PL/SQL. You
can use it to access data on the Internet over HTTP.
When the package fetches data f...
分类:
数据库 时间:
2014-11-20 18:52:06
阅读次数:
501
ash是非常有效的监控工具之一,1秒抓一次
select max(sample_time)over(),min(sample_time)over() from dba_hist_active_sess_history; --8天
select max(sample_time)over(),min(sample_time)over() from v$active_session_histor...
分类:
其他好文 时间:
2014-11-20 18:52:03
阅读次数:
251
首先先看「SSL Cipher Suite Details of Your Browser」這個網站,會列出你目前瀏覽器支援的 cipher suite,會需要知道要拔掉哪些號碼。接下來的資料是參考「Remove RC4 from SSL/TLS ciphers in Chromium」這篇的方法。...
分类:
系统相关 时间:
2014-11-20 16:53:46
阅读次数:
477
with as 短语,也叫做子查询部分(subquery factoring)公用表达式(CTE)。使用范围:sql2005及以上版本有效。作用:1、提高可读性-- 表名v_OrdersWITH tableBase AS (SELECT ROW_NUMBER() OVER (ORDER BY Id)...
分类:
其他好文 时间:
2014-11-20 11:59:02
阅读次数:
179