自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 资源 (26)
  • 收藏
  • 关注

原创 QMessageBox 显示文字对齐的实现

class MessageBox : public QMessageBox{protected:    void showEvent(QShowEvent* event){        QMessageBox::showEvent(event);        QWidget *textField = findChild("qt_msgbox_label");

2011-10-26 18:23:20 3354 1

转载 Google天气预报的接口

转自:http://hi.baidu.com/garyman999/blog/item/ab9ec87e6c897e310cd7dac4.html http://www.google.com/ig/api?hl=zh_cn&weather=fuzhouhttp://www.google.com/ig/api?hl=zh_cn&weather= + 地方拼音,+省拼音

2011-10-25 21:05:10 974

转载 QMessageBox 设置大小

转载地址:http://blog.csdn.net/diaopan1985/article/details/4399128创建一个QMessageBox:QMessageBox msgBox(this);msgBox.setWindowTitle(tr("MailBox Location"));msgBox.setInformativeText(tr("You must

2011-10-25 21:00:57 11236 4

转载 Linux 内存检测工具valgrind使用手册(转)

转自:http://xueyueming.blog.163.com/blog/static/60411785200981045547110/Valgrind 是一款 Linux下(支持 x86、x86_64和ppc32)程序的内存调试工具,它可以对编译后的二进制程序进行内存使

2011-10-04 10:31:06 1204

mongodb_stretch_3_0_14_core.zip

The main operating system for Raspberry Pi, Raspbian, continues to evolve. The latest version as of August 2017 is “Raspbian Stretch” — based upon the current stable version of Debian 9. The previous version was known as “Raspbian Jessie”. One difference between versions is OpenSSL libraries. OpenSSL is a general purpose cryptography library that provides an open source implementation of the Secure Sockets Layer (SSL). My previous builds of MongoDB relied on the older library. As a result, my previous binaries for 3.0.14 and 3.0.9 do not run under Raspbian Stretch. Given this change as well as other changes to MongoDB source and newer compilers, I could no longer compile MongoDB 3.0.14 with SSL. After a few source tweaks and use of various compiler flags, I have manged to compile MongoDB core apps and tools. These binaries do NOT support SSL and only run under Raspian Stretch on a Raspberry Pi 3. [UPDATE — 2018 Mar 22] I have confirmed that these binaries work on the latest Raspberry Pi 3 Model B+ with the March 2018 version of Raspbian.

2020-01-15

mongodb-linux-arm64-ubuntu1604-v3.4-latest.tgz

arm64 位系统的mongodb 工具。对应的平台下可以直接使用。方便有需要的人可以快速的下载使用。

2020-01-15

Ubiqua Protocol Analyzer

自己平常用的测试调试工具,在这里上传便以后再使用时方便下载。

2018-05-30

OauthenTest

oauth 测试用的参考代码。

2017-08-23

office project 2007 sp3

office project 2007 sp3 用于项目研发人员安排,时间计划等项目管理的工具

2017-02-27

kamailio 安装配置过程

kamailio 安装配置过程,根据实际在UBUNTUN服务器下安装配置kamailio的过程步骤,记录在配置过程中遇到的问题及解决,直到最终测试成功。

2016-12-27

USB 转串口驱动

ZE533C usb 转串口驱动。

2016-11-21

word2007转PDF 插件

office 2007 word 文档转 PDF 格式插件。

2016-11-21

source insight 中文插件

解压msimg32.dll sihook.dll siutf8.dll 到Source Insight 3.X安装目录

2016-04-15

php-5.5.22

php-5.5.22.tar.gz 配合nginx 使用与H5页面调用的代码。

2016-03-20

开发使用UE编辑工具

该版本UE是绿色版,解压即可使用。无须注册、非试用版,可以放心的下载。

2016-02-27

WIN7 64位 U232-P9 USB转232驱动

针对型号为U232-P9的USB转232的转接头的驱动程序。

2015-12-05

ETS4工程项目配置记录

文档中主要是记录下在使用ETS4在创建项目、配置项目、调试设备的相关软件工具操作过程。

2015-11-25

WIN7 Atheros wifi driver

宏基笔记本4540无线网卡驱动

2015-03-23

Visual+C+++6.0(支持win7)

Visual+C+++6.0(win7).

2014-01-15

dx9sdk.part5.rar

VC6编译出现错误提示时 Cannot open include file: 'dshow.h': No such file or directory,需要包含的库文件第5部分。

2014-01-14

dx9sdk.part4.rar

VC6编译出现错误提示时 Cannot open include file: 'dshow.h': No such file or directory,需要包含的库文件第4部分。

2014-01-14

dx9sdk.part3.rar

VC6编译出现错误提示时 Cannot open include file: 'dshow.h': No such file or directory,需要包含的库文件第三部分。

2014-01-14

dx9sdk.part2.rar

VC6编译出现错误提示时 Cannot open include file: 'dshow.h': No such file or directory,需要包含的库文件第二部分。

2014-01-14

dx9sdk.part1

VC6编译出现错误提示时 Cannot open include file: 'dshow.h': No such file or directory,需要包含的库文件。

2014-01-14

strmbasd.lib

解决当编译错误提示为:error LNK2001: unresolved external symbol _IID_ISampleGrabberCB

2014-01-14

ftp客户端程序

C语言写的FTP客户端测试代码,在LINUX X86平台和ARM平台运行通过测试上传图片到服务器上的FTP服务端.

2013-09-28

linux 组播通信程序

组播通信的服务端和客户端代码实例,已经在linux X86版本和ARM版本上运行通过测试。

2013-09-28

qml 编写的RSS浏览器

如果通过使用QML和QT的环境下编写超炫的UI界面程序。通过它让我更加深入的学会了QML编程知识。

2012-11-10

QT 开发的嵌入式邮箱

用QT 写的嵌入式平台下的收发邮件工具。

2010-10-27

空空如也

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

TA关注的人

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