网上关于Retional rose
2003安装和破解的文章比较多,这里,我结合自己的亲身体验,和大家分享一下win7 旗舰版 64位系统下Retional rose
2003(下面简称rose2003)的安装和破解过程。本文中rose2003的安装路径为C:\Program Files (x86)...
分类:
Windows开发 时间:
2014-05-24 09:53:41
收藏:
0 评论:
0 赞:
0 阅读:
411
http://blog.kenyang.net/2012/01/androidfacebook-login-api.htmlhttp://blog.kenyang.net/2012/01/facebook-login.htmlhttp://blog.kenyang.net/2011/02/imple...
分类:
Windows开发 时间:
2014-05-24 09:55:35
收藏:
0 评论:
0 赞:
0 阅读:
415
上个月发布ASP.NET写的网站,结果遇到各种问题,为以后打算,还是写下了方便点。1.由于扩展配置问题而无法提供您请求的页面。如果该页面是脚本,请添加处理程序。如果应下载文件,请添加
MIME 映射。解决方法:找到Visual Studio 2008 命令提示工具或者是Visual Studi...
分类:
Windows开发 时间:
2014-05-24 10:00:53
收藏:
0 评论:
0 赞:
0 阅读:
570
Given a string S and a string T, find the
minimum window in S which will contain all the characters in T in complexity
O(n).For example, S = "ADOBECOD...
分类:
Windows开发 时间:
2014-05-24 11:19:57
收藏:
0 评论:
0 赞:
0 阅读:
444
有很多方案,先来最傻瓜式的 :static class Program { /// ///
应用程序的主入口点。 /// [STAThread] static void Main() {
if(System.Diagnostics.Process....
分类:
Windows开发 时间:
2014-05-24 11:31:17
收藏:
0 评论:
0 赞:
0 阅读:
486
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:06
收藏:
0 评论:
0 赞:
0 阅读:
875
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:41:18
收藏:
0 评论:
0 赞:
0 阅读:
445
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:08
收藏:
0 评论:
0 赞:
0 阅读:
678
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:12
收藏:
0 评论:
0 赞:
0 阅读:
453
一些 Windows Server 2008 R2 的小技巧,包括启用「God Mode
(上帝模式)」、添加「快速启动」工具栏、启用桌面「个性化」服务、停用「密碼複雜性」要求,对老程序员熟悉新版的 Windows Server
可能有帮助。-----------------------------...
分类:
Windows开发 时间:
2014-05-26 06:38:44
收藏:
0 评论:
0 赞:
0 阅读:
479
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:40:51
收藏:
0 评论:
0 赞:
0 阅读:
515
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:13
收藏:
0 评论:
0 赞:
0 阅读:
769
#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:57:31
收藏:
0 评论:
0 赞:
0 阅读:
522
1、下载mingw-get-inst-20110530.rar(http://www.baidu.com/link?url=-ixXW6QiuEl8CA1dKudoWCxzcTvxrpQ0nXRBHUYDqXsRUeIlQkM_YbsY-KVD8jbh),安装。2、打开MingW
Shell(安装目...
分类:
Windows开发 时间:
2014-05-26 08:02:51
收藏:
0 评论:
0 赞:
0 阅读:
554
Minimum Window Substring
分类:
Windows开发 时间:
2014-05-26 08:21:59
收藏:
0 评论:
0 赞:
0 阅读:
430
1. X Window下重启(注销+重新登录) Alt + Ctrl + Backspace2. X
Window与命令行模式的切换 Ctrl + Alt + F1 ~ F6 :文字界面登录 tty1~tty6终端 Ctrl + Alt +
F7:图形界面登录3. 纯文本模式下启动linux,...
分类:
Windows开发 时间:
2014-05-26 08:43:55
收藏:
0 评论:
0 赞:
0 阅读:
435
网络应用程序,分为前端和后端两个部分。当前的发展趋势,就是前端设备层出不穷(手机、平板、桌面电脑、其他专用设备......)。因此,必须有一种统一的机制,方便不同的前端设备与后端进行通信。这导致API构架的流行,甚至出现"API
First"的设计思想。RESTful API是目前比较成熟的一套互联...
分类:
Windows开发 时间:
2014-05-26 08:49:19
收藏:
0 评论:
0 赞:
0 阅读:
593
需要的工具:1、安装QT SDK环境2、安装CMake for
Windows3、OpenCV最新Windows源码步骤:1、将QT
SDK安装目录下的{QtSDK}\mingw\bin添加到系统环境变量PATH中2、打开CMake,设置源码位置和源码构造位置3、点击configure,选择如下5、...
分类:
Windows开发 时间:
2014-05-26 08:53:35
收藏:
0 评论:
0 赞:
0 阅读:
379
Windows Server2003安全设置策略一、Windows Server2003的安装
1、安装系统最少两需要个分区,分区格式都采用NTFS格式 2、在断开网络的情况安装好2003系统 3、安装IIS,仅安装必要的 IIS
组件(禁用不需要的如FTP 和 SMTP 服务)。默认情...
分类:
Windows开发 时间:
2014-05-26 09:11:02
收藏:
0 评论:
0 赞:
0 阅读:
631
I hate windows. 1. 下载安装 ImageMagick,
选择合适您电脑的版本,我下载的是:
ImageMagick-6.8.9-1-Q16-x86-dll.exehttp://www.imagemagick.org/script/binary-releases.php#window...
分类:
Windows开发 时间:
2014-05-26 10:00:14
收藏:
0 评论:
0 赞:
0 阅读:
566