码迷,mamicode.com
首页 >  
搜索关键字:windows 软件授权管理工具    ( 73882个结果
C#:DataGridView控件操作
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;namespace Common{ /// /// DataGrid...
分类:Windows程序   时间:2014-05-08 19:31:30    阅读次数:472
C#:列表视图操作类
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;namespace Common{ /// /// 列表视图操作类 ...
分类:其他好文   时间:2014-05-08 19:30:25    阅读次数:337
C#:复选框操作类
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;namespace Common{ /// /// 复选框操作类 ...
分类:其他好文   时间:2014-05-07 20:22:28    阅读次数:345
Windows 2003 远程桌面
远程桌面...
分类:Windows程序   时间:2014-05-07 16:35:45    阅读次数:439
使用srvany.exe将程序安装成windows服务的详细教程
srvany.exe介绍srvany.exe是Microsoft Windows Resource Kits工具集的一个实用的小工具,用于将任何EXE程序作为Windows服务运行。也就是说srvany只是其注册程序的服务外壳,这个特性对于我们 来说非常实用,我们可以通过它让我们的程序以SYSTEM...
分类:Windows程序   时间:2014-05-07 15:00:31    阅读次数:446
windows内核情景分析之中断处理(毛德操)[转]
中断处理每个cpu有一张中断表,简称IDT。IDT的整体布局:【异常->空白->5系->硬】(推荐采用7字口诀的方式重点记忆)异常:前20个表项存放着各个异常的描述符(IDT表不仅可以放中断描述符,还放置了所有异常的异常处理描述符,0x00-0x13)保留:0x14-0x1F,忽略这块号段空白:接下...
分类:Windows程序   时间:2014-05-07 14:59:51    阅读次数:698
windbg双机调试配置[转]
原文windbg已不提供单独下载,wdk驱动开发工具包里附带有这个调试器.官网提供下载:http://msdn.microsoft.com/en-us/windows/hardware/gg487463.aspx1.#配置VMware工作站客户机(windows XP)0.为VMware工作站添加串...
分类:数据库   时间:2014-05-07 14:55:21    阅读次数:449
WPF - MVVM - 如何将ComboBox的Selectchange事件binding到ViewModel
将所有的事件,属性,都映射到ViewModel中。好处多多,以后开发尽量用这种模式。解决方法:使用System.Windows.Interactivity.dll,添加该dll到项目引用xmlns:i="clr-namespace:System.Windows.Interactivity;assem...
分类:其他好文   时间:2014-05-07 14:50:04    阅读次数:250
内网搭建HmaiServer邮件服务器及AfterLogic webmail问题
最近由于工作需要,在内网搭建HmaiServer邮件服务器及AfterLogic webmail,所遇到的问题与解决办法与大家分享。 环境 xampp 1.8.2 windows 2003 在笔记本win7(连接互联网)上搭建HmaiServer邮件服务器...
分类:Web程序   时间:2014-05-07 14:31:03    阅读次数:558
ASP.NET:安装SQL SERVER安全数据库AspNetDb
执行C:\Windows\Microsoft.NET\Framework[framework version]\aspnet_regsql.exe,产生一个UI窗口,跟随提示即可。
分类:数据库   时间:2014-05-07 14:29:47    阅读次数:355
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!