logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Qt/MFC迁移框架(Qt/MFC Migration Framework)(转自:http://hi.baidu.com/tigerwooz/blog/item/cc6105fa65808612a)

The Qt/MFC Migration Framework tool assists in the migration of existing Win32 or MFC applications to the Qt toolkit.The project provides a set of classes that allow using Qt and MFC/Win32 windows i

#qt#mfc
asp.net中使用IHttpModule时,获取Session报错:会话状态在此上下文中不可用(转自:http://bbs.gimoo.net/thread/172722-1.html)

HttpModule如下: public void Init(HttpApplication context) { context.AcquireRequestState += new EventHandler(context_AcquireRequestState); } vo

#asp.net
服务器IIS中禁止exe,zip,rar等文件下载(转自:http://help.139w.com/Html/?305.html)

IIS网站设置 属性--主目录--配置--影射把要防止下载的exe和rar等后缀名都放进去再任意位置新建一个空白文本文件,然后把文件名改成xxx.dll然后在IIS设置里面把exe等文件执行解析的DLL选择刚才新建的这个空白dllOK,重启IIS生效了

#服务器
Q_DECLARE_METATYPE与qRegisterMetaType学习(转自:http://hi.baidu.com/cyclone/blog/item/01108bd40599b00fa18)

基本理解Q_DECLARE_METATYPE如果要使自定义类型或其他非QMetaType内置类型在QVaiant中使用,必须使用该宏。该类型必须有公有的 构造、析构、复制构造 函数qRegisterMetaType 必须使用该函数的两种情况如果非QMetaType内置类型要在 Qt 的属性系统中使用如果非QMetaType内置类型要在 queued 信号与槽 中使用

#qt
FTP客户端软件FileZilla使用教程(转自:http://hi.baidu.com/%B8%DF%C7%E5%D6%AE%D3%D1/blog/item/36d6c8b6dc0589fc30a)

描述: FileZilla是一个免费开源的FTP客户端软件,分为客户端版本和服务器版本,具备所有的FTP软件功能.可控性、有条理的界面和管理多站点的简化方式使得Filezilla客户端版成为一个方便高效的FTP客户端工具,而FileZilla Server则是一个小巧并且可靠的支

#服务器
到底了