表单中使用file控件进行文件的选择,使用enctype进行封装,按照2进制方式进行提交Smartuploadsmart=newsmartupload();实例化smartupload上传组件Smart.initialize(pagecontext);初始化上传操作Smart.upload();上传...
分类:
其他好文 时间:
2014-06-11 08:50:52
阅读次数:
332
viewfunction init_tree(product_name) { var
htmlobj=$.ajax({url: "get_all_file?param=" + param_value, async: false}); var
jsonNodes = htmlobj.respon...
分类:
Web程序 时间:
2014-06-11 08:03:40
阅读次数:
245
/** linux/tools/build.c** Copyright (C) 1991,
1992 Linus Torvalds*//** This file builds a disk-image from three different
files:** - bootsect: max 510...
分类:
其他好文 时间:
2014-06-08 08:04:19
阅读次数:
344
#上层makefile调用执行make命令,执行的应该是第一个目标allHEAD =
head.oSYSTEM = ../tools/zSystem#LD = gcc#TEST = -DTEST_DRIVERzOBJECTS = $(HEAD)
inflate.o unzip.o misc.oCFL...
分类:
其他好文 时间:
2014-06-08 07:38:47
阅读次数:
245
/* * Copyright (C) 2011 The Rexsee Open Source
Project * * Licensed under the Rexsee License, Version 1.0 (the "License"); *
you may not use this file...
分类:
移动开发 时间:
2014-06-08 07:38:06
阅读次数:
363
1 #include 2 #include 3 4 FILE* Freopen(const char
*fileName, const char *type, FILE *stream){ 5 FILE *fileFp = fopen(fileName,
type); 6 int f...
分类:
其他好文 时间:
2014-06-08 06:39:51
阅读次数:
247
第一步 到系统环境变量第二步 开始配置1.变量名path 变量值C:\Program
Files\Java\jdk1.7.0_01\bin2.变量名java_home 变量值C:\Program
Files\Java\jdk1.7.0_013.变量名classpath 变量值.;C:\Progr.....
分类:
其他好文 时间:
2014-06-08 05:56:00
阅读次数:
265
// 定义自定义捕捉 package com.xiaosw.test; import
java.io.File; import java.io.FileOutputStream; import java.io.FilenameFilter;
...
分类:
移动开发 时间:
2014-06-07 20:22:50
阅读次数:
326
一、File类 File f=new File(“文件名”); 可以通过f来操作f相关的行为。
二、IO流 如果想实现数据的输入输出,肯定需要使用stream;
其中输出流InputStream和Reader作为基类,输出流OutputStream和Writer作为基类。他们都是抽象基类。 字节流 ...
分类:
编程语言 时间:
2014-06-07 20:18:58
阅读次数:
284
win7 64位 专业版 + vs2010 从vc6.0下转过来的一个项目,突然遇到这个问题。
解决方案:
用C:\Windows\winsxs\x86_netfx-cvtres_for_vc_and_vb_b03f5f7f11d50a3a_6.1.7600.16385_none_ba476986f...
分类:
其他好文 时间:
2014-06-07 16:56:07
阅读次数:
241