Windows程序[总排行] [月排行] [周排行] [日排行]
有很多方案,先来最傻瓜式的 :static class Program { /// /// 应用程序的主入口点。 /// [STAThread] static void Main() { if(System.Diagnostics.Process....
分类:Windows程序 时间:2014-05-24 11:30:48 阅读:394
Original Link: http://blogs.flexerasoftware.com/installtalk/2011/10/i-take-it-all-back-using-windows-installer-msi-rollback-actions.html#sthash.KIIUKl...
分类:Windows程序 时间:2014-05-24 12:35:36 阅读:603
1 private Popup p; 2 private void Button_Click(object sender, RoutedEventArgs e) 3 { 4 p=new Popup(); 5 D...
分类:Windows程序 时间:2014-05-24 12:42:53 阅读:341
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
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 Server 2008 R2 的小技巧,包括启用「God Mode (上帝模式)」、添加「快速启动」工具栏、启用桌面「个性化」服务、停用「密碼複雜性」要求,对老程序员熟悉新版的 Windows Server 可能有帮助。-----------------------------...
分类:Windows程序 时间:2014-05-26 06:39:05 阅读:430
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
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
#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
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
18556855785588646
上一页86458下一页
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!