码迷,mamicode.com
首页 >  
搜索关键字:visual assist    ( 9847个结果
OD: GS Bypasing via SEH
通过 SEH 绕过 GS 保护GS 机制没对 SEH 提供保护,所以可心通过攻击异常来绕过 GS。实验环境为:VMware : Windows 2000 sp4, 此版本无 SafeSEH 的影响Visual Studio 2005 Project Properties : Release, ...
分类:其他好文   时间:2014-08-10 21:13:50    阅读次数:360
VC++网络高级编程
内含《VC网络高级编程》电子书 及源码。 第一章、TCP/IP协议;第二章、Winsock网络编程接口;第二章、Visual C++与网络编程;第四章、基本网络编程技术;第五章、Telnet协议的实现;第六章、Http协议的实现;第七章、Ftp协议的实现;第八章、文件下载;第九章、UDP协议的实现; 下载地址:http://download.csdn.net/my...
分类:编程语言   时间:2014-08-10 01:49:59    阅读次数:421
MyEclipse 8.5安装Aptana
Aptana简介 Aptana是一个非常强大,开源,专注于JavaScript的Ajax开发IDE它的特性包括:    1、JavaScript,JavaScript函数,HTML,CSS语言的Code Assist功能      2、Outliner(大纲):显示JavaScript,HTML和CSS的代码结构    3、支持 JavaScript,HTML,CSS代码提示,包括Ja...
分类:系统相关   时间:2014-08-09 23:18:29    阅读次数:365
如何使用指向函数的指针
在使用指向函数的指针调用函数时,可以使用两种形式: 定义:int (*fun)(int a,int b); 赋值:fun = fun1; 调用:fun(a,b);或者(*fun)(a,b);均可。 下面是测试程序:(Visual Studio 2013)#define _CRT_SECURE_NO_...
分类:其他好文   时间:2014-08-09 18:12:38    阅读次数:159
Visual Studio EventHandler Delegate 和 EventArgs
EventHandler代理 用来表示处理一个没有事件数据(event data)的事件(event)的 方法。无论何时事件发生时,事件代理就被调用来触发以前事件驱动的其他事件(监听当前事件TCurrentEvent += TListenerEvent)。public delegate void E...
分类:其他好文   时间:2014-08-09 11:17:57    阅读次数:229
Android学习路线(十三)Activity生命周期——停止和恢复(Pausing and Resuming )一个Activity
During normal app use, the foreground activity is sometimes obstructed by other visual components that cause the activity to pause. For example, when a semi-transparent activity opens (such as one in the style of a dialog), the previous activity pauses. As...
分类:移动开发   时间:2014-08-09 02:36:37    阅读次数:366
3D MAX插件开发环境配置的泪与血
目标机器: CPU:AMD64 OS:Win 8 IDE: VisualStudio 2013 TargetSoft:3D MAX 2014 安装好VS和3DMAX 2014(with 3D MAX 2014 SDK) 由于开发插件需要vc100,一种办法是下载Visual Studio2010,另...
分类:其他好文   时间:2014-08-09 00:08:46    阅读次数:276
godaddy_关于产品退款
You're chatting with Danny.Danny - Thank you for contacting live chat. My name is Danny. How can I assist you today?luo - hello.i want cancel my SSLlu...
分类:其他好文   时间:2014-08-09 00:01:46    阅读次数:333
打开VS2012项目“关闭程序”
在Win7-32系统上装完VS2012并使用一段时间后,当打开VS2012项目时出现如下对话框:通过查资料得知这是由于VS2012的漏洞导致的,下载并安装完Microsoft Visual Studio 2012 更新 (KB2781514)文件patch_KB2781514.exe之后,问题得到解...
分类:其他好文   时间:2014-08-08 23:44:56    阅读次数:299
用VS2010打开VS2012项目
1、修改解决方案文件,即.sln文件: 用记事本打开.sln文件,把其中的Microsoft Visual Studio Solution File, Format Version 12.00# Visual Studio 2012 修改成Microsoft Visual Studio Solu.....
分类:其他好文   时间:2014-08-08 23:43:16    阅读次数:356
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!