码迷,mamicode.com
首页 >  
搜索关键字:xmpp client    ( 15949个结果
基于H.264协议的视频传输系统中遇到的问题以及解决办法
问题1、视频压缩解码模块在运用的时候出现错误:解码器再解码第二帧视频图片的时候出现异常 client: ../../decoder/T264dec.c:594:T264dec_decode_nal: Assertion `0' failed. Aborted   对于该问题的分析及解决过程为: 1、  修改数据类型,所有缓存区改为unsigned char类型(原来统一为char 类型)...
分类:其他好文   时间:2014-05-16 01:21:08    阅读次数:792
linux服务之kvm
安装软件[root@kvm ~]#yum grouplist Virtualization Virtualization Client Virtualization Platform Virtualization Toolscentos6.4-minimal-64bit 默认是200个包...
分类:系统相关   时间:2014-05-16 00:44:09    阅读次数:618
配置文件读写操作类
1 package com.epichust.mestar.client.utils; 2 3 import java.io.File; 4 import java.io.FileInputStream; 5 import java.io.FileOutputStream; 6 im...
分类:其他好文   时间:2014-05-16 00:26:36    阅读次数:436
nginx配置if错误语句时出错一例
server{if(!-e$request_filename){rewrite^(.*)$/index.phplast;}}如果if没有放在location时,在做memc缓存时,在错误日志里会提示以下信息2014/05/1210:45:51[error]11520#0:*325726srcache_fetch:cachesenttruncatedresponsebodywhilesendingtoclient,client:192.168.3.124,..
分类:其他好文   时间:2014-05-15 19:02:44    阅读次数:350
C#运用反射调用其他程序集中的代码
加载程序集 AssMedicalAdvice = Assembly.LoadFrom(Path.Combine(Environment.CurrentDirectory, "Inscription.MedicalAdvice.Client.dll"));1.调用静态函数...
分类:其他好文   时间:2014-05-15 17:54:29    阅读次数:248
ubuntu下安装使用mysql方法(12.04已验证)
安装mysqlsudo apt-get install mysql-serversudo apt-get install mysql-client安装mysql workbenchsudo apt-get install mysql-workbench
分类:数据库   时间:2014-05-15 11:33:11    阅读次数:283
Mysql-proxy实现MariaDB读写分离
MysqlProxy简介MySQLProxy是一个处于你的client端和MySQLserver端之间的简单程序,它可以监测、分析、或改变它们的通信。它使用灵活,没有限制,常见的用途包括:负载平衡,故障、查询分析,查询过滤或修改等等。MySQLProxy就是这么一个中间层代理,简单的说,MySQLProxy就是一..
分类:数据库   时间:2014-05-15 08:49:19    阅读次数:559
Perforce 使用笔记
Perforce requires at least two executables: the server (p4d), and at least one Perforce client program (such as p4 on UNIX, or p4.exe on Windows).If y...
分类:其他好文   时间:2014-05-15 07:51:28    阅读次数:276
servlet 发送到客户端的数据编码设置
setCharacterEncoding void setCharacterEncoding(java.lang.String charset) Sets the character encoding (MIME charset) of the response being sent to the client, for example, to UTF-8. If the character...
分类:其他好文   时间:2014-05-15 01:36:58    阅读次数:233
linux下使用checkinstall 制作zabbix的rpm包
目前,想要在所有的client端安装zabbixclient,因为想要指定预定义的路径,通过zabbix资源制作rpm包,制作rpm包的方式有多种一种是:rombuild的方式,主要是编写spec的文件一种是:checkinstall开源的一种是:fpm,ruby写的,也是开源的学习通过checkinstall的方式,制作rpm包1..
分类:系统相关   时间:2014-05-15 00:30:42    阅读次数:1072
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!