Windows开发
在之前的文章《将Web站点由IIS6迁移至IIS7》中已经提到了关于在Win2008下运行ASP.NET 1.1程序的问题,但还不够完整,因此在这里重新整理一下。1.要安装.net framework 1.1以及.net framework 1.1 sp1,在安装的时候会报一个兼容性问题的提示,这里...
分类:Windows开发 时间:2014-03-16 20:53:18 收藏:0 阅读:824
1、安装完vbox的增强功能后要重启,可能中间有过提示,我没注意,反正没重启拖拽啊,共享文件夹啊都不能用。。。顺便共享文件夹方法:sudo mkdir /mnt/sharesudo mount -t 共享文件夹位置 /mnt/share2、关闭防火墙sudo ufw disable3、安装opens...
分类:Windows开发 时间:2014-03-16 19:58:21 收藏:0 阅读:492
实现前先拉一个notifyIcon控件,在Icon属性中加入一个ICON小图标,然后具体的代码实现如下:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using ...
分类:Windows开发 时间:2014-03-16 20:40:36 收藏:0 阅读:509
要在 命令行下编译C#代码,要配置一下1.在环境变量下新建一个变量参数名: csc参数值:C:\Windows\Microsoft.NET\Framework\v4.0.303192.在系统变量path 下,在其值后添加 ;C:\Windows\Microsoft.NET\Framework\v4....
分类:Windows开发 时间:2014-03-16 21:56:13 收藏:0 阅读:617
《Windows Azure Platform 系列文章目录》 我们可以通过Windows Azure Management Portal,打开Virtual Machine的Endpoint,借用我之前博文的图片: 但是如果我们需要打开非常多的Endpoint, 就需要手动一个一个地设置,非常的繁...
分类:Windows开发 时间:2014-03-17 05:16:37 收藏:0 阅读:552
Window Pains 题目链接:http://poj.org/problem?id=2585 题目大意: 有4*4的网格,其中有九个任务,在网格上的位置如下。 现在依次打开几个任务,在同一个网格上,前一个任务会覆盖掉后一个任务。给你一个网格,问你能否通过调整先后顺序,使得构成该网格。 1 1 . . 1 1 . . . ...
分类:Windows开发 时间:2014-03-16 17:20:24 收藏:0 阅读:567
C:\WINDOWS\system32>regsvr32 NTGraph.ocx
分类:Windows开发 时间:2014-03-16 19:16:19 收藏:0 阅读:619
在win2003上安装配置win 服务win服务安装后启动不起来。。没有装.net framework4.0 要装这个版本mysql-connector-net-6.3.4.zip 这个必须要安装 .net framework4.0才能安装成功安装后,将C:\Program Files\MySQL\...
分类:Windows开发 时间:2014-03-16 19:23:10 收藏:0 阅读:612
Libevent官网:http://libevent.org/windows 7下编译:编译环境:windows 7 + VS2010(1)解压libevent到F:\libevent\libevent-2.0.21-stable(2)打开Microsoft visual studio 2010命令...
分类:Windows开发 时间:2014-03-16 19:24:09 收藏:0 阅读:478
// WinService2.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include #include SERVICE_STATUS ServiceStatus; SERVICE_...
分类:Windows开发 时间:2014-03-16 16:49:07 收藏:0 阅读:430
19500950195029701
上一页97009下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!