有很多方案,先来最傻瓜式的 :static class Program { /// ///
应用程序的主入口点。 /// [STAThread] static void Main() {
if(System.Diagnostics.Process....
Original Link:
http://blogs.flexerasoftware.com/installtalk/2011/10/i-take-it-all-back-using-windows-installer-msi-rollback-actions.html#sthash.KIIUKl...
1 private Popup p; 2 private void
Button_Click(object sender, RoutedEventArgs e) 3 { 4 p=new Popup(); 5 D...
1、下载live555(http://www.live555.com/liveMedia/public/),解压。2、进入MingW Shell,输入cd:
F:/Qt/live(假定解压到F:/Qt/live/目录下)3、./genMakefile mingw4、make,如果有错误(rtsp_f...
1、下载FFmpeg(http://ffmpeg.org/download.html),解压。2、进入MingW Shell,cd
F:/Qt/ffmpeg(假定解压到F:/Qt/ffmpeg)3、./configure4、make5、make install
一些 Windows Server 2008 R2 的小技巧,包括启用「God Mode
(上帝模式)」、添加「快速启动」工具栏、启用桌面「个性化」服务、停用「密碼複雜性」要求,对老程序员熟悉新版的 Windows Server
可能有帮助。-----------------------------...
Nginx突然无法运行,提示绑定0.0.0.0:80失败。1.使用 netstat
-ano命令查看端口情况,得知是pid 4的进程占用80端口,但这是system进程无法结束。2.接下来,使用net stop http与Sc config
http start= disabled禁用http服务,...
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、编译时会提....
#include "stdafx.h"#include #include #include
#include #pragma comment(lib, "advapi32.lib")TCHAR szCommand[10];TCHAR
szSvcName[80];SC_HANDLE schSCMana...
1、下载mingw-get-inst-20110530.rar(http://www.baidu.com/link?url=-ixXW6QiuEl8CA1dKudoWCxzcTvxrpQ0nXRBHUYDqXsRUeIlQkM_YbsY-KVD8jbh),安装。2、打开MingW
Shell(安装目...