您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 水晶报表的两种传值方式

  2. 水晶报表的两种调用方式: 1.拉模式,2.推模式 拉模式: 1.模版中需要写入的代码: #region 绑定报表 /// /// 绑定报表 /// /// 报表名称 /// SQL语句 /// 返回ReportDocument对象 ReportDocument reportDocument = new ReportDocument(); public ReportDocument CrystalReports(string P_str_creportName, string P_str_s
  3. 所属分类:其它

    • 发布日期:2009-04-28
    • 文件大小:49152
    • 提供者:luoxucheng
  1. 图片上传并按比例缩小

  2. 在ASP.NET中上传图片并生成缩略图的C#源码 using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; using System.Web; using System.Web.SessionState; using System.W eb.UI; using System.Web.UI.WebControls; using Syst
  3. 所属分类:Web开发

    • 发布日期:2009-05-08
    • 文件大小:8192
    • 提供者:gao_pan
  1. 我自己写的自定义Web的上传控件

  2. using system; using system.web.ui; using system.web.ui.webcontrols; using system.componentmodel; using system.web.ui.htmlcontrols; using system.io; using system.drawing; using system.drawing.design; namespace yingnet.common { /// /// fileupload 的摘要
  3. 所属分类:Web开发

    • 发布日期:2009-05-25
    • 文件大小:5120
    • 提供者:whj7451321
  1. smartupload上传组件3个版本打包

  2. 包括三个版本+相关实例jspsmartupload-javaword的.jarsmartupload-CSDN的.jarsmartUpload-据说是修正中文错误.jar=======================================================在JSP 中上传文件 A.下载上传的工具(SmartUpload) <br&g t;B.表单 C.upload.jsp <% //shang try{ mySmartUpload.initialize(p
  3. 所属分类:Java

    • 发布日期:2007-08-24
    • 文件大小:46080
    • 提供者:ferrygao
  1. IHTTPModel接口实现文件上传

  2. void context_BeginRequest(object sender, EventArgs e) { #region 初始化,决定是否要求处理 HttpApplication m_application = sender as HttpApplication; IServiceProvider m_provider = HttpContext.Current; HttpWorkerRequest m_workRequest = (Http WorkerRequest)m_provid
  3. 所属分类:其它

    • 发布日期:2009-06-06
    • 文件大小:55296
    • 提供者:fraing
  1. C#源码大文件上传组件

  2. 更多请看源码。 //Get file info from content. string[] contentArray = m_content.Split(';'); string m_temp = contentArray[0]; this.m_contenttype = m_temp.Substring(m_temp.IndexOf(":")+1).Trim(); m_temp = contentArray[1]; this.m_clientName = m_temp.Substring(
  3. 所属分类:Web开发

    • 发布日期:2009-07-07
    • 文件大小:87040
    • 提供者:QDseashore
  1. java文件上传和下载的包及样例

  2. mport java.io.*; import javax.servlet.http.HttpServletRequest; import java.util.HashMap; public class AttachUploadServlet { public static final int MAX_SIZE = 1024 * 1024 * 100; public static final String FILE_DIR = "d:/temp/"; private int file_ Siz
  3. 所属分类:Java

    • 发布日期:2009-07-10
    • 文件大小:123904
    • 提供者:Fairy_dy
  1. struts上传图片

  2. /* * 使用java.util.Map接口实现文件组的上传 */ private void muchUploadFile(IndexActionForm objForm) { Map fileList = objForm.getFileList(); for(String str : fileList.keySet()) if((fileList.get(str)).getFileSize() > 0 && (fi leList.get(str)).getFileSize() <
  3. 所属分类:Java

    • 发布日期:2009-08-08
    • 文件大小:1048576
    • 提供者:pu503668180
  1. 跨页传值的常用方法 东东

  2. 1. 使用QueryString变量   QueryString是一种非常简单的传值方式,他可以将传送的值显示在浏览器的地址栏中。如果是传递一个或多个安全性要求不高或是结构简单的数值时,可以使用这个方法。但是对于传递数组或对象的话,就不能用这个方法了。下面是一个例子:   a.ASPx的C#代码 private void Button1_Click(object sender, System.EventArgs e) { string s_url; s_url = "b.aspx?na me=
  3. 所属分类:C#

    • 发布日期:2009-08-15
    • 文件大小:5242880
    • 提供者:kuaner87
  1. JSP-文件图片上传-fileupload组件-commons-upload

  2. 该上传的实现使用到了apache公司的fileupload组件。通过“上传页面”把上传路径提交到upload.jsp页面进行处理,然后把照片文件上传并保存到服务器上。处理代码如下: <% } ...展开收缩
  3. 所属分类:Java

    • 发布日期:2009-09-21
    • 文件大小:211968
    • 提供者:xudc2008
  1. asp.net多文件上传演示源代码

  2. FlashUpload上传 protected override void Render(HtmlTextWriter writer) { base.Render(writer); string url = Page.Clientscr ipt.GetWebResourceUrl(this.GetType(), FLASH_SWF); string obj = string.Format("" + "" + "" + "" + "" + "" + "" + "", url, ResolveUr
  3. 所属分类:C#

    • 发布日期:2009-10-13
    • 文件大小:487424
    • 提供者:mengqing723
  1. jsp编程关于上传下载设计

  2. jspSmartUpload : Sample 2 <% String name = (String) session.getValue("username"); // Variables int count=0; // Initialization mySmartUpload.initialize(pageContext); // Upload mySmartUpload.upload(); // Select each file for (int i=0;i<myS
  3. 所属分类:Java

    • 发布日期:2010-01-10
    • 文件大小:65536
    • 提供者:yubohuai
  1. Jsp文件上传下载(工具类源码)

  2. commons-fileupload-1.2.1实现文件上传 需导入commons-fileupload-1.2.1.jar和 commons-io-1.3.2.jar upload2.jsp 文件上传 FileUploadServlet.java import java.io.File; import java.io.IOException; import java.io.PrintWriter; import java.util.Iterator; impor
  3. 所属分类:Java

    • 发布日期:2010-01-15
    • 文件大小:103424
    • 提供者:hexiang221
  1. ASP.net文件上传源码(c#)包括范例demo

  2. c#写的文件上传范例,包括全部源代码,下来后直接就用打开,包括范例!代码中大量注视方便理解! 可以通过JS传递文件名到父窗口的INPUT里面 只需要设置修改以下字符串即可适合您的使用哦 //允许的文件类型 string passedType = "jpg,jpeg,gif,png,bmp"; //文件存储路径 string filePath = "../upload/"; //文件大小KB int size = 500; //错误提示 string msg = "发生以下错误:";
  3. 所属分类:C#

    • 发布日期:2010-02-22
    • 文件大小:14336
    • 提供者:hlkxx
  1. jspsmartupload上传下载,已修改过源代码!

  2. 解决jspsmartupload上传文件中文乱码 采用jspsmartupload上传文件时,如果文件名含有中文,在服务器端取得文件名是会出现乱码。如果表单项中填写了中文,一样会有乱码问题。看了下jspsmartupload的源码,改了两个地方,现在可以没有乱码问题了。 第一个地方,修改类SmartUpload中的upload()方法 // //这次用jspSmartUpload做文件上传下载, //该组件默认是GBK编码,当上传的文件名为中文时, //我将文件名getBytes()下,将GB
  3. 所属分类:Java

    • 发布日期:2010-03-05
    • 文件大小:14336
    • 提供者:feiazifeiazi
  1. FTP简单的上传下载

  2. 简单的实现上传下载功能,public class FTPGUI extends JFrame { public static final String newline = "\n"; public static final String UPLOAD = "Upload"; public static final String DOWNLOAD = "Download"; public static final String DELETE = "Delete"; public static f
  3. 所属分类:FTP

    • 发布日期:2010-04-07
    • 文件大小:9216
    • 提供者:chijia333
  1. Struts2实现文件上传

  2. 注意:private String uploadContextType;应更正为private String uploadContentType;不过不影响正常运行
  3. 所属分类:Java

    • 发布日期:2010-05-18
    • 文件大小:6291456
    • 提供者:zhaoyongshengli
  1. Struts2实现多个文件上传

  2. 注意:private String uploadContextType;应更正为private String uploadContentType;不过不影响正常运行
  3. 所属分类:Java

    • 发布日期:2010-05-19
    • 文件大小:6291456
    • 提供者:zhaoyongshengli
  1. Android 简单的弹出框(在屏幕中间,传string[],根据内容框框大小自适应)

  2. 主要介绍了Android 简单的弹出框(在屏幕中间,传string[],根据内容框框大小自适应),需要的朋友可以参考下
  3. 所属分类:其它

    • 发布日期:2020-08-30
    • 文件大小:74752
    • 提供者:weixin_38697979
  1. Android 简单的弹出框(在屏幕中间,传string[],根据内容框框大小自适应)

  2. 先给大家展示效果图: 实现代码也很简单,代码如下所示: private void showLabelAlert() { new AlertDialog.Builder(上下文) .setTitle(选择标签) .setItems(addressLabels, new DialogInterface.OnClickListener() { Override public void onClick(DialogInterface dia
  3. 所属分类:其它

    • 发布日期:2021-01-20
    • 文件大小:79872
    • 提供者:weixin_38667835
« 12 3 4 5 6 7 8 9 10 ... 50 »