码迷,mamicode.com
首页 >  
搜索关键字:ldap over tls    ( 11811个结果
ubuntu 安装ODOO时的python的依赖
sudo apt-get install graphviz ghostscript postgresql-client \ python-dateutil python-feedparser python-gdata \ python-ldap python-libxslt1 python-lxml...
分类:编程语言   时间:2014-10-31 09:55:57    阅读次数:337
基于SIP和RTP协议的开源VOIP之QuteCom简介
近年来,随着网络带宽的增加和各种多媒体终端设备成本的下降,Voice over IP 和Video over IP 获得广泛的应用,其关键技术——信令技术目前有两种,ITU-T 提出的H.323是在分组交换网上多媒体通信的技术规范,已获得业界认可,但构成复杂,实现困难;IETF提出的会话初始化协议SIP(Session Initiation Protocol)也是一种支持多媒体会话的信令控制协议,用于创建、修改以及终止一个或多个参与者参加的会话进程,与H.323 相比,SIP更简单灵活、易于实现,已逐渐成为...
分类:其他好文   时间:2014-10-30 21:00:52    阅读次数:238
多媒体开发之wis-stream
在live555的mediaServer中,已经实现RTSP-over-HTTP,但默认没有开启。如果要实现这个功能,需要调用RTSPServer::setUpTunnelingOverHTTP(),指定用来进行RTSP-over-HTTP 的端口,这个端口必须与正常的RTSP-over-TCP端口...
分类:其他好文   时间:2014-10-30 01:41:22    阅读次数:184
C#虚方法
转自:http://www.cnblogs.com/ArmyShen/archive/2012/09/02/2667816.html作用:子类可以对父类中的虚方法进行重写,虚方法是多态特性的一种体现C#中的虚方法使用virtual关键字定义public virtual void eat();over...
分类:Windows程序   时间:2014-10-29 19:08:55    阅读次数:222
"Only the original thread that created a view hierarchy can touch its views."解决
Android系统中的视图组件并不是线程安全的,如果要更新视图,必须在主线程中更新,不可以在子线程中执行更新的操作。所以可以依靠消息机制来进行更新。 先声明一个handler来处理消息 private Handler handler = new Handler() { @Over...
分类:其他好文   时间:2014-10-29 18:51:44    阅读次数:184
openssl.cnf
cd/etc/pki/tls[root@ip-172-31-21-147 tls]# cat openssl.cnf## OpenSSL example configuration file.# This is mostly being used for generation of certific...
分类:其他好文   时间:2014-10-29 14:36:14    阅读次数:916
100% opacity UILabel over a 50% opacity background (UIView?) UIView是百分之50透明而上面的UILable是100%不透明
So right now I have a UIView with a UILabel in it. I want the background to have an opacity < 1.0 and the label to have an opacity of 1.0. However sin...
分类:其他好文   时间:2014-10-29 12:50:50    阅读次数:143
SSL连接建立过程分析(1)
Https协议:SSL建立过程分析web訪问的两种方式:http协议,我们普通情况下是通过它訪问web,由于它不要求太多的安全机制,使用起来也简单,非常多web网站也仅仅支持这样的方式下的訪问.https协议(Hypertext Transfer Protocol over Secure Socke...
分类:其他好文   时间:2014-10-28 19:22:19    阅读次数:356
live555 RTSP Server RTP over TCP BUG
live555 RTSP Server RTP over TCP BUG...
分类:其他好文   时间:2014-10-28 18:02:10    阅读次数:248
SSL连接建立过程分析(1)
Https协议:SSL建立过程分析web訪问的两种方式:http协议,我们普通情况下是通过它訪问web,由于它不要求太多的安全机制,使用起来也简单,非常多web网站也仅仅支持这样的方式下的訪问.https协议(Hypertext Transfer Protocol over Secure Socke...
分类:其他好文   时间:2014-10-28 13:51:13    阅读次数:182
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!