upload.phpset_upload_path($upload_path);$this->set_allow_type($allow_type);$this->max_size=$max_size;$this->get_upload_files()...
分类:
Web程序 时间:
2015-01-07 18:15:58
阅读次数:
197
原文:【百度地图API】——国内首款团购网站的地图插件摘要: 本文介绍了一款应用在团购网站上的地图插件,适用于目前非常流行的团购网站。使用这款地图插件,无需任何编程技术,你就把商家的位置轻松地标注在地图上。 前台地址
http://map.baidu.com/fwmap/upload/r/map/f...
$_FILES['file']['error']值UPLOAD_ERR_OK: 0 //正常,上传成功UPLOAD_ERR_INI_SIZE: 1 //上传文件大小超过服务器允许上传的最大值,php.ini中设置upload_max_filesize选项限制的值UPLOAD_ERR_FORM_SIZ...
分类:
Web程序 时间:
2015-01-07 12:57:51
阅读次数:
148
1. Connet MODx by SSH:Go to the MODx cloud;Find you current user and right click selet Edit Cloud;Find your SSH connect information:2. Upload an HTML5...
分类:
Web程序 时间:
2015-01-05 23:26:12
阅读次数:
249
占位 1 #!/usr/bin/python 2 #coding=utf-8 3 4 import urllib 5 import urllib2 6 import json 7 8 def post(url, data): 9 req = urllib2.Request(url)10 ...
分类:
编程语言 时间:
2015-01-05 18:11:06
阅读次数:
254
1 caching = true; 23 } 24 $ua = strtolower($_SERVER['HTTP_USER_AGENT']); 25 26 $uachar = "/(nokia|sony|ericsson|mot|samsung|sgh|lg|philips|panasoni...
分类:
Web程序 时间:
2015-01-05 00:29:11
阅读次数:
389
1 '', 'lbi'=>'', 'dat'=>'') 50 * @return string 全部可写返回空串,否则返回以逗号分隔的文件类型组成的消息串 51 */ 52 function file_types_exists($file_types) 53 { 54 ...
分类:
Web程序 时间:
2015-01-05 00:28:04
阅读次数:
325
jQuery File Upload 是一个Jquery图片上传组件,支持多文件上传、取消、删除,上传前缩略图预览、列表显示图片大小,支持上传进度条显示;支持各种动态语言开发的服务器端。 一、最少配置 <!DOCTYPE?HTML>
<html...
分类:
Web程序 时间:
2015-01-04 15:29:17
阅读次数:
210
Ckeditor 上传文件 jar cvf uploadApplet.jar com/cms/editor/applet/1生成keystore e2生成cer 证书 并安装 keytool -export -alias projectName -rfc -file upload.cer3生成cer...
分类:
移动开发 时间:
2015-01-02 06:24:04
阅读次数:
203
图片裁剪参见:http://deepliquid.com/projects/Jcrop/demos.php?demo=thumbnail 一个js插件http://www.mikesdotnetting.com/article/95/upload-and-crop-images-with-jquer...
分类:
Web程序 时间:
2014-12-31 12:52:07
阅读次数:
203