upload_max_filesize :300Moutput_buffering onvi /etc/ssh/sshd_config/etc/init.d/sshd restart基础配置命令信息有:'./configure' '--disable-fileinfo' '--enable-bcma...
分类:
其他好文 时间:
2015-07-20 10:38:57
阅读次数:
116
mysql安装:[root@wangchao~]#cd/usr/local/src///下载的包都放到该目录下[root@wangchaosrc]#wgethttp://www.lishiming.net/data/p_w_upload/forum/mysql-5.1.40-linux-i686-icc-glibc23.tar.gz[root@wangchaosrc]#du-shmysql-5.1.40-linux-i686-icc-glibc23.tar.gz118Mmysql-5..
分类:
系统相关 时间:
2015-07-19 23:50:20
阅读次数:
163
using System;using System.IO;using System.Net;using System.Web.UI.WebControls;namespace ZC.Utils{ public class FTPHelper { public string Upload(FileUp...
分类:
Web程序 时间:
2015-07-18 13:59:36
阅读次数:
153
In this Document Goal Fix Downloading Files Uploading Files References Applies to: BI Publisher (formerly XML Publisher) - Version 5.6.3 to 5.6.3 [Rel...
分类:
其他好文 时间:
2015-07-17 11:54:25
阅读次数:
186
文件操作文件操作/etc/php.ini 配置文件的信息file_uploads = onupload_max_filesize = 100m # 允许上传文件大小的最大值post_max_size = 100M # 指通过表单 POST 给 PHP 的所能接收的最大值upload_tmp_dir ...
分类:
其他好文 时间:
2015-07-17 08:23:33
阅读次数:
116
之前公司做一项目 要求需要预览功能上传多张图片,网上查了很多资料,在这个http://www.52doit.com/show/341网站找到了一个html5写的组件,感觉还不错,对ie支持不是很好效果还可以。感觉还不错 就用它了,将他源码进行改进哈,搞成自己想要的效果,谢谢这位仁兄的提供。
看效果吧:
页面需要做的
...
分类:
编程语言 时间:
2015-07-16 16:48:54
阅读次数:
312
最近在做一个集富媒体功能于一身的项目。需要上传视频。这里我希望做成异步上传,并且有进度条,响应有状态码,视频连接,缩略图。1 {2 "thumbnail": "/slsxpt//upload/thumbnail/6f05d4985598160c548e6e8f537247c8.jpg",3 ...
分类:
Web程序 时间:
2015-07-16 00:29:32
阅读次数:
204
相信做前端的都知道了,input[type=file]和其他输入标签不一样,它的事件必须是在触发自身元素上,而不能是其他元素。所以不能简单的把input隐藏,放个button上去。 点击这里上传文件/*a upload */.a-upload { padding: 4px 10px; ...
分类:
Web程序 时间:
2015-07-15 22:31:27
阅读次数:
200
安装步骤:1.先把wampserver这个软件装(下载地址:上http://sourceforge.net/projects/wampserver/);2.下载discuz源码,把upload里的全部文件放到wampserver安装目录的www目录下,访问http://IP地址/index.php,...
分类:
其他好文 时间:
2015-07-15 13:07:18
阅读次数:
137
/**
* Upload 文件上传广播接收器
*
* @author jiangbing
* @time 2015-7-14 上午11:49:29
*/
public class FileUploadReceiver extends BroadcastReceiver {
private static final String TAG = "FileUploadR...
分类:
移动开发 时间:
2015-07-15 11:14:41
阅读次数:
3089