当前位置:首页 > Windows程序 >

文章分类:Windows程序

Windows程序 windows2012 iis配置

1.打开“组策略”单击任务栏里的“windows powershell”,键入 gpedit.msc,然后按 Enter。2.修改windows 更新源为未配置。“计……

Windows程序 C#判断系统是64位还是32位 支持.net4.0以前的版本

C#判断系统是64位还是32位的时候引用了一串代码,这个代码是从园子里面其他博文中转载过来的,引入自己的项目中……

Windows程序 C# Winform WCF 调试服务端的程序

方法一:服务端设置:1、打开需要调试的解决方案,在WCF服务端项目上右键,将其设置为启动项目2、在该解决方案下……

Windows程序 简简单单C#爬虫小计

using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Net;using System.Text;using System.Text.RegularExpression.……

Windows程序 用C#打开文件对话框的方法和简单使用的程序

上面是我创建的Winform窗体,拉控件就这样,groupbox显示文件的相关信息代码如下: //实例化文件对话框的类对象 Ope……

Windows程序 C# 函数的传值与传址(转)

http://www.cnblogs.com/mdnx/archive/2012/09/04/2671060.htmlusing System;using System.Collections.Generic;using System.Linq;using System.Text;namespace.……

Windows程序 删除Win7 msconfig中Startup内多余的启动项

删除Win7 msconfig中Startup内多余的启动项 我个人推崇Windows极简主义,主张一切用Windows程序自己去管理Windows。在设置开……

Windows程序 Difference between Win

http://stackoverflow.com/questions/20495558/difference-between-win-builds-vs-mingw-builds The difference is simple: they have little bit different go..……

Windows程序 What is the difference between Cygwin and MinGW?

http://stackoverflow.com/questions/771756/what-is-the-difference-between-cygwin-and-mingw As a simplification, its like this:Compile something in Cy...……

Windows程序 Builds and WSYS2 on MinGW

http://sourceforge.net/p/mingw-w64/mailman/mingw-w64-public/thread/20150529070201.GA8281@notk.org/Hi,I am the main developer of Win-builds.NB 1: I sle.……