- 博客(15)
- 资源 (6)
- 收藏
- 关注
转载 网络截包视频分析方法
1、下载wireshark 1.10.1 版本的软件 2、添加H264处理lua脚本 3、确认init.lua 脚本中已经有disable_lua = false 4、截取视频视频码流,然后将视频解码为RTP方式 5、在wireshark --->Edit ---> perference--->proto ----> H264 输入视频的payload的类型 6、Tools --->
2017-03-17 22:38:53 598
原创 C#遍历设置计算机分辨率
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Runtime.InteropServices; using System.Threading; namespace CPResolution { public
2014-10-30 21:51:14 804
原创 调试Opal 3.12.8中出现的错误记录
1 IntelliSense: 无法打开 源 文件 "ptbuildopts.h" d:\opal3.12.8\ptlib\include\ptlib\config.h 42 1 PTLib Static 2 IntelliSense: 无法打开 源 文件 "ptbuildopts.h" d:\opal3.12.8\ptlib\include\ptlib.h 45 1 3 Inte
2013-12-02 23:25:34 1452
转载 Java 中Iterator 、Vector、ArrayList、List 使用深入剖析
线性表,链表,哈希表是常用的数据结构,在进行Java开发时,JDK已经为我们提供了一系列相应的类来实现基本的数据结构。这些类均在java.util包中。本文试图通过简单的描述,向读者阐述各个类的作用以及如何正确使用这些类。 Collection ├List │├LinkedList │├ArrayList │└Vector │ └Stack └Set Map ├Hashta
2013-11-15 23:45:01 1325
原创 Lync 2013 添加边缘服务器的使用心得
1、边缘服务器不用加入内网的域 2、边缘服务器安装的使用使用了双网卡,不知道别的同学是否这样 3、DNS服务器要添加边缘服务器的域名地址(edge.conso.com,对应内网IP10.*.*.*),与外网的注册地址(sip.conso.com 对应公网为 172.*.*.*) 4、外网客户端登陆,一般手动配置服务器,填写内网的地址为 edge.conso.com,外网的地址为sip.con
2013-10-09 22:02:55 1710 1
原创 Lync 2013服务器使用过程中的记录
1、Lync的客户端使用过程中,如果某一台PC无法登陆,一、确认Host是否添加DNS路径,二、如果还是无法登陆,将改电脑加入域中(至于为什么不是清楚) 2、服务器安装的过程中,要注意安装的顺序,后端服务器要先加入域服务器,才去安装Lync 2013的内容。 3、如果Lync2010与其他移动客户端登陆不上,确认一下服务器的客户端配置,当然移动客户端的登陆,自然要先升级Lync2013的组件
2013-10-01 23:21:08 1239
原创 360的CLable控件
#!/usr/bin/python #-*-coding:utf-8-*- from PyQt4.QtGui import * from PyQt4.QtCore import * from PyQt4.Qt import * class CLabel(QWidget): signalLabelPress = pyqtSignal() def __init__(self,paren
2013-10-01 21:34:18 1240
原创 360的字符显示界面
#!/usr/bin/python #-*-coding:utf-8-*- from push_button import * from clabel import * from common import * from PyQt4.QtGui import * from PyQt4.QtCore import * from PyQt4.Qt import * class Charac
2013-10-01 21:32:20 1247
原创 360皮肤按钮控件
#!/usr/bin/python #-*-coding:utf-8-*- from PyQt4.QtGui import * from PyQt4.QtCore import * from PyQt4.Qt import * class ChangeSkinWidget(QWidget): def __init__(self,parent = None): super(Change
2013-09-29 21:45:09 1373
原创 360皮肤切换主显示界面
#!/usr/bin/python #-*-coding:utf-8-*- from push_button import * from change_skin_widget import * from util import Util from PyQt4.QtCore import * from PyQt4.QtGui import * from PyQt4.Qt import *
2013-09-29 21:44:06 1258 1
原创 360的主页面的显示
#!/usr/bin/python #-*-coding:utf-8-*- #include #include "push_button.h" #include "change_skin_widget.h" from push_button import * from change_skin_widget import * from util import Util from PyQt4
2013-09-22 23:33:36 1510 1
原创 360的单个标题按钮
#!/usr/bin/python #-*-coding:utf-8-*- #include #include "push_button.h" #include "change_skin_widget.h" from push_button import * from change_skin_widget import * from util import Util from PyQt4
2013-09-22 23:26:27 1409 3
原创 360的标题按钮界面
#!/usr/bin/python #-*-coding:utf-8-*- from PyQt4.QtGui import * from PyQt4.QtCore import * from PyQt4.Qt import * class CLabel(QWidget): def __init__(self,parent = None): super(CLabel,self).__i
2013-09-22 23:20:15 1295 1
原创 360主菜单界面
#!/usr/bin/python #-*-coding:utf-8-*- from PyQt4.QtGui import * from PyQt4.QtCore import * from PyQt4.Qt import * class ContentWidget(QWidget): def __init__(self, parent = None): super(Content
2013-09-08 22:18:07 2124 1
原创 360关于我们
#!/usr/bin/python #-*-coding:utf-8-*- import util from PyQt4.QtGui import * from PyQt4.QtCore import * from PyQt4.Qt import * class AboutUsDialog(QDialog): def __init__(self,parent = None
2013-08-29 23:31:34 1891 1
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人