码迷,mamicode.com
首页 >  
搜索关键字:msdn 下载文件 系统镜像 镜像下载    ( 7386个结果
多种下载文件方式 Response.BinaryWrite(byte[] DocContent);Response.WriteFile(System.IO.FileInfo DownloadFile .FullName);Response.Write(string html2Excel);
通过html给xls赋值,并下载xls文件一、this.Response.Write(sw.ToString());System.IO.StringWriter sw = new System.IO.StringWriter(); this.Response.Clear(); string strF...
分类:Web程序   时间:2014-08-07 17:58:30    阅读次数:385
用InternetOpen()的下载文件
#include #include #include using namespace std; #pragma comment(lib,"wininet.lib") void main() { DWORD byteread=0; char buffer[100]; memset(buffer,0,100); HINTERNET internetopen; internetopen=Int...
分类:Web程序   时间:2014-08-07 15:52:10    阅读次数:686
[.NET源码学习]实例化Font,遭遇字体不存在的情况。
实例化Font类时,当传入参数为不存在或未安装的字体时,Windows系统会用Microsoft Sans Serif字体替代该字体。 Msdn: "For more information about how to construct fonts, seeHow to: Constru...
分类:Web程序   时间:2014-08-07 12:38:59    阅读次数:290
Multi-Device Hybrid Apps (Preview)
Today, we released a preview ofVisual Studio tooling support for Apache Cordovahttp://msdn.microsoft.com/en-us/vstudio/dn722381
分类:移动开发   时间:2014-08-07 12:25:29    阅读次数:205
sql waitfor 延时执行
看MSDN:http://msdn.microsoft.com/zh-cn/library/ms187331.aspx语法为:WAITFOR { DELAY 'time_to_pass' | TIME 'time_to_execute' | [ ( receive_statement ...
分类:数据库   时间:2014-08-07 12:20:19    阅读次数:302
0ffice365 Calendar API
Calendar REST API in Office 365 APIs Previewhttp://msdn.microsoft.com/EN-US/library/office/dn792114(v=office.15).aspxOffice 365 APIs Previewhttp://msd...
分类:Windows程序   时间:2014-08-07 12:19:29    阅读次数:757
Python之ftp下载文件测试代码
IT审计中有一个最多的执行步骤就是取证。最近的项目过程中,有需要验证ftp服务机密性的需要,就写了一个ftp访问并下载文件的脚本。此步骤实现目的有三:1、ftp是否可以匿名访问到敏感信息。2、在渗透人员拥有低等、中等技术水平前提下,目标ftp服务器的日志记录、入侵检测等是否会产生记录、阻断及预警功能...
分类:编程语言   时间:2014-08-07 12:17:59    阅读次数:285
Enterprise Library 6——Using the Logging Application Block2
原文参考http://msdn.microsoft.com/en-us/library/dn440731(v=pandp.60).aspx 一、简介 日志通常满足两个主要的要求:1、监控应用程序性能并提供信息。性能方面,日志可以监控程序内部发生了什么,有时也监控程序外部发生了什么。2、更重要的是用于...
分类:移动开发   时间:2014-08-07 12:14:50    阅读次数:312
数据库数据加密与解密
MVC的练习之旅,将要进入另一个阶段了,将增加会员功能。在进入之前,一些准备工作需要做的。一步一个脚印吧。设计会员功能,其中密码字段,Insus.NET想对它进行加密。就因这个加密,还得花上一些时间来整理。Insus.NET参考MSDN网站,列出数据库加密解密例子(以下是在SQL Server 20...
分类:数据库   时间:2014-08-07 09:41:59    阅读次数:324
Java 通过 HTTP 下载文件
1. [代码]Download.java package core.spider;import java.io.*;import java.net.*;import java.util.*;// This class downloads a file from a URL.class Downloa...
分类:编程语言   时间:2014-08-06 21:57:02    阅读次数:300
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!