码迷,mamicode.com
首页 >  
搜索关键字:sw    ( 758个结果
软件过程改进浅谈
第一章软件过程简介1.CMMI CMMI是CMM模型的最新版本。早期的CMMI(CMMI-SE/SW/IPPD)1.02版本是应用于软件业项目的管理方法,SEI在部分国家和地区开始推广和试用。随着应用的推广与模型本身的发展,演绎成为一种被广泛应用的综合性模型。1.1CMMI的原则 (1)强调高层管理...
分类:其他好文   时间:2015-01-28 19:45:39    阅读次数:229
webdriver实现简单的窗口切换
webdriver实现简单的窗口切换,也只能是简单的,因为目前处于学习阶段,复杂的情况现在还没碰到过。之前写过关于一个小demo的总结,就有提到过在新开窗口进行操作的情况,用以下一句就可以搞定了,last代表最后一个窗口,用switch_to切换到最后一个窗口(即新开的窗口)进行操作dr.sw...
分类:Web程序   时间:2015-01-27 20:17:33    阅读次数:133
Direct3D 10学习笔记(一)——初始化
本篇将简单整理Direct3D 10的初始化,具体内容参照《Introductionto3DGameProgrammingwithDirectX 10》(中文版有汤毅翻译的电子书《DirectX 10 3D游戏编程入门》)。Direct3D 10的初始化可分为以下几个步骤:1.填充一个DXGI_SW...
分类:其他好文   时间:2015-01-25 06:27:27    阅读次数:329
VC使一个对话框不显示
//add thisvoid CbkDlg::OnNcPaint(){ ShowWindow(SW_HIDE); CDialog::OnNcPaint();}初始化时添加ModifyStyleEx(WS_EX_APPWINDOW,WS_EX_TOOLWINDOW);解释:WS_EX_APPWINDO...
分类:其他好文   时间:2015-01-23 11:06:17    阅读次数:121
vc++基础班[26]---进程的相关操作
①、ShellExecute 进行进程的创建,属于 shell api://int iRet = (int)ShellExecute(m_hWnd, _T("open"), _T("NOTEPAD.EXE"), _T("C:\\123.txt"), NULL, SW_SHOW);int iRet =...
分类:编程语言   时间:2015-01-23 10:46:23    阅读次数:215
微软职位内部推荐-SW Engineer II for Skype
微软近期Open的职位:We are the Skype Beijing team. Skype division drives the communications strategy for Microsoft and has a vision is to “be the global commu...
分类:其他好文   时间:2015-01-23 00:31:30    阅读次数:252
使用思科4507交换机引擎上的万兆模块
解决前状态1、接口配置interfaceTenGigabitEthernet3/1descriptionToC4507-387-standby-10Gswitchportmodetrunkchannel-group40modeonend2、接口状态SW-SJHL-2C-386-Core#showinterfacestenGigabitEthernet3/1TenGigabitEthernet3/1isdown,lineprotocolisdown(inactive)Hardwar..
分类:其他好文   时间:2015-01-22 15:52:50    阅读次数:1009
微软职位内部推荐-SW Engineer for Skype
微软近期Open的职位:We are the Skype Beijing team. Skype division drives the communications strategy for Microsoft and has a vision is to “be the global commu...
分类:其他好文   时间:2015-01-22 14:37:29    阅读次数:215
微软职位内部推荐-SW Engineer for Skype
微软近期Open的职位:We are the Skype Beijing team. Skype division drives the communications strategy for Microsoft and has a vision is to “be the global commu...
分类:其他好文   时间:2015-01-22 12:35:59    阅读次数:188
DHCP+VLAN多网段综合实验
拓扑图如下:设备配置如下: SW: SW#shrun Buildingconfiguration... Currentconfiguration:1538bytes ! version12.2 noservicetimestampslogdatetimemsec noservicetimestampsdebugdatetimemsec noservicepassword-encryption ! hostnameSwitch ! ! ! ! ! iprouting ! ! ! ! ..
分类:其他好文   时间:2015-01-21 20:26:26    阅读次数:180
758条   上一页 1 ... 60 61 62 63 64 ... 76 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!