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

文章分类:Windows程序

Windows程序 C#定时调用

定义一个方法Taskinfo实例方法TaskInfo t1 = new TaskInfo();创建Timer对象,将一个回调函数传给它,每隔一秒调用一次Timer t……

Windows程序 Windows server 2008 r2在dc中设置权限

一台Windowsserver2008r2独立服务器+AD(活动目录)=DC(域控制器)DC(域控制器)统一管理、c/s结构工作组:分散管理、……

Windows程序 Windows用户密码清除

我们在使用Windows系统的时候,如果忘记了用户密码导致进不了系统怎么办?你说,当然是用软件把这个密码破解了,……

Windows程序 Windows Git安装指南

步骤如下: 1、资源下载 :Git-1.9.4-preview20140815.exe http://code.google.com/p/tortoisegit/downloads/list 2、安装包下载完成后,双击……

Windows程序 重学《C#高级编程》(序)

小生码农一枚,以前只是看别人写博客,从来没有想过要自己写博文,突然之间“脑抽”想自己也写点什么,遂在博……

Windows程序 究竟什么是Windows句柄

用图解的方式说明究竟什么是Windows句柄,形象直观,填补了网络上在Windows句柄解释方面的空白。……

Windows程序 (中等) POJ 2482 Stars in Your Window,静态二叉树。

Description Here comes the problem: Assume the sky is a flat plane. All the stars lie on it with a location (x, y). for each star, there is a grade r..……

Windows程序 DataGridView控件中的“玄机”

今天敲机房的时候碰到了这么一个问题,如图: 只显示查询出来的数据有几条记录,但是不现实每个记录的内容。我……

Windows程序 用老毛桃PE系统给电脑安装win7详细图文教程[多图]

有很多网友是用的老的XP系统,想用win7,但是安装win7和xp不一样,需要做安装引导才行,接下来网侠小编就利用老毛桃……

Windows程序 C# 常用格式判断

1 /// 2 /// Verifies that a string is in valid e-mail format 3 /// 4 /// Email to verify 5 /// true if the ...……