自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(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

BMS管理系统,包括源码,硬件,控制软件 

BMS电池管理系统 STM32 LTC6803 软件\硬件完全开源,控制软件,是学习电池管理开发很好的资源

2022-10-14

IPV6相关介绍内容

主要介绍了IPv6的头部,编址方式,ICMPv6,NDP等协议,举例进行IPV6的基础实验。

2014-01-27

中兴U900 root权限

可以获取中兴U900的权限,亲测过,本来想上传中兴U900刷机,可惜文件过大,权限不够。

2013-12-17

PyQt的360显示界面

主要修改C++版本的360显示界面,其中有些Bug,暂时还没时间修改整理,先上传,希望对初学者有些用处。

2013-10-31

PyQt的关于360的界面代码

本人是白菜,上传的是参考C++ Qt的360界面代码,修改为PyQt编写的界面,后面陆续添加其他界面的代码,欢迎大家指点

2013-08-31

C#程序简单例子

主要包含的内容如下: 1、C#的程序用例 2、每个例子的使用都有比较详细的说明

2012-03-15

深入学习python的中文电子与源码

初学者最好的选择,python的源码书中都做详细的解析。

2011-11-24

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除