码迷,mamicode.com
首页 >  
搜索关键字:windows win7 资源管理器 停止工作    ( 81386个结果
在Windows下用Mingw 4.5.2编译X264
1、下载mingw-get-inst-20110530.rar(http://www.baidu.com/link?url=-ixXW6QiuEl8CA1dKudoWCxzcTvxrpQ0nXRBHUYDqXsRUeIlQkM_YbsY-KVD8jbh),安装。2、打开MingW Shell(安装目...
分类:Windows程序   时间:2014-05-26 08:03:25    阅读次数:369
windows服务控制(开启/停止已有服务)
#include "stdafx.h"#include #include #include #include #pragma comment(lib, "advapi32.lib")TCHAR szCommand[10];TCHAR szSvcName[80];SC_HANDLE schSCMana...
分类:Windows程序   时间:2014-05-26 07:58:05    阅读次数:420
linux nc命令
即NetCat简写,在网络工具中有“瑞士军刀”美誉,其有Windows和Linux的版本。因为它短小精悍(1.84版本也不过25k,旧版本或缩减版甚至更小)、功能实用,被设计为一个简单、可靠的网络工具,可通过TCP或UDP协议传输读写数据。同时,它还是一个网络应用Debug分析器,因为它可以根据需要...
分类:系统相关   时间:2014-05-26 07:56:47    阅读次数:607
怎样在VMware虚拟机中使用安装并设置Ubuntu系统
1234567分步阅读Ubuntu 系统是一款优秀的、基于GNU/Linux 的平台的桌面系统。当然,目前为止很多应用程序还完全不能允许运行在 Ubuntu 系统上,而且 Ubuntu 的界面、使用方法会让大部分Windows 用户感到不适应。为了在正常的 Windows 工作环境中熟悉并体验 Ub...
分类:其他好文   时间:2014-05-26 07:56:27    阅读次数:314
在Windows下基于libx264.a的Qt 4.8.2视频压缩
1、在用mingw 4.5.2编译x264后,生成libx264.a文件,将libx264.a和x264.h和x264_config.h拷贝到Qt工程中,将mingw/lib/libpthread.a拷贝到Qt工程中,在.pro中LIB += -L. -lx264 -lpthread2、编译时会提....
分类:Windows程序   时间:2014-05-26 07:00:19    阅读次数:441
Windows服务器Nginx呗占用端口无法启动的解决
Nginx突然无法运行,提示绑定0.0.0.0:80失败。1.使用 netstat -ano命令查看端口情况,得知是pid 4的进程占用80端口,但这是system进程无法结束。2.接下来,使用net stop http与Sc config http start= disabled禁用http服务,...
分类:Windows程序   时间:2014-05-26 06:41:17    阅读次数:360
Windows Server 2008 R2 小技巧 (转)
一些 Windows Server 2008 R2 的小技巧,包括启用「God Mode (上帝模式)」、添加「快速启动」工具栏、启用桌面「个性化」服务、停用「密碼複雜性」要求,对老程序员熟悉新版的 Windows Server 可能有帮助。-----------------------------...
分类:Windows程序   时间:2014-05-26 06:39:05    阅读次数:430
Crystal Report Error: Either the Crystal Reports registy key permission are insufficient or the Crystal Reports runtime is not installed correctly
在64位 Windows 7中水晶报表的错误:Crystal Report Error: Either the Crystal Reports registy key permission are insufficient or the Crystal Reports runtime is not ...
分类:其他好文   时间:2014-05-26 06:38:07    阅读次数:219
在Windows下用MingW 4.5.2编译FFmpeg
1、下载FFmpeg(http://ffmpeg.org/download.html),解压。2、进入MingW Shell,cd F:/Qt/ffmpeg(假定解压到F:/Qt/ffmpeg)3、./configure4、make5、make install
分类:Windows程序   时间:2014-05-26 06:28:19    阅读次数:334
在Windows下用MingW 4.5.2编译live555
1、下载live555(http://www.live555.com/liveMedia/public/),解压。2、进入MingW Shell,输入cd: F:/Qt/live(假定解压到F:/Qt/live/目录下)3、./genMakefile mingw4、make,如果有错误(rtsp_f...
分类:Windows程序   时间:2014-05-26 06:24:14    阅读次数:533
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!