码迷,mamicode.com
首页 >  
搜索关键字:visual stuidio    ( 9635个结果
未能正确加载“Microsoft.VisualStudio.Editor.Implementation.EditorPackage”包
由于更新系统补丁导致出错---------------------------Microsoft Visual Studio---------------------------未能正确加载“Microsoft.VisualStudio.Editor.Implementation.EditorPac...
分类:其他好文   时间:2014-08-11 14:52:42    阅读次数:235
如何通过PowerShell在Visual Studio的Post-build中预热SharePoint站点
问题现象 Visual Studio在开发SharePoint的时候,发布部署包后,首次打开及调试站点页面的时候会非常的慢 解决方案 使用PowerShell脚本,加载SharePoint插件后遍历所有的网站集,用以模拟用户自动点击页面 具体步骤 制作"64位版本"的PowerShell 由于Sha...
分类:其他好文   时间:2014-08-11 14:51:02    阅读次数:191
如何通过PowerShell在Visual Studio的Post-build中预热SharePoint站点
问题现象 Visual Studio在开发SharePoint的时候,发布部署包后,首次打开及调试站点页面的时候会非常的慢 解决方案 使用PowerShell脚本,加载SharePoint插件后遍历所有的网站集,用以模拟用户自动点击页面 具体步骤 制作"64位版本"的PowerShell 由于Sha...
分类:其他好文   时间:2014-08-11 14:44:12    阅读次数:308
现有Web Service Client使用Microsoft WSE 2.0
我安装了WSE 2.0 SP3,Setup Type选择Runtime。如果想要让Visual Studio 2005以上版本集成WSE需稍费周折,默认集成Visual Studio 2005。1、引用Microsoft.Web.Services2.dll。2、修改Visual Studio自动生成...
分类:Web程序   时间:2014-08-11 11:54:42    阅读次数:194
Visual C++ unicode and utf8 转换
ATL宏:USES_CONVERSION;W2AA2WCString StringUtil::UTF8_to_UNICODE(const char *utf8_string, int length){int wcsLen = ::MultiByteToWideChar(CP_UTF8, NULL, ...
分类:编程语言   时间:2014-08-11 00:17:31    阅读次数:364
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
如何使用指向函数的指针
在使用指向函数的指针调用函数时,可以使用两种形式: 定义: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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!