码迷,mamicode.com
首页 >  
搜索关键字:windows 2008 r2 ad域控服务器部署    ( 76345个结果
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
cocos2d-x 3.0 在lua中调用自定义类
环境 windows8, cocos2d-x 3.0, 现在开始安装需要的一些其它包1. 按README.mdown文档上面要求的, 下载在windows下要安装的东东, 主要就是python2.7.3,PyYAML-3.10.win32-py2.7,pyCheetah 这些东东在README.md...
分类:其他好文   时间:2014-05-08 19:26:35    阅读次数:494
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
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
迷上了代码!