input type=file name=file id=shop_file $(function() { $(#shop_file).change(function() { shopFileUpload(); }); }) //upload file function shopFileUpload() { var city_id = $(#shop_fenlei_2).val(); $.ajaxFileUpload({ url: ?act=add_city_imgcity_...
模板目录下 进入此system目录 {dede:field name=softlinks/}标签对应的文件是channel_downlinks.htm,按照自己设置好html风格即可...
{dede:flink row=24 type=text titlelen=24 typeid=0} [field:link /] {/dede:flink} 文本调用 {dede:flink row=24 type=image titlelen=24 typeid=0} [field:link /] {/dede:flink} 图片调用...
使用图片处理下报错PHP Warning: getimagesize 这个时候就要看图片文件位置是否不对...
thumb_stand.php ?php // http://localhost/exa5/thumb_image/thumb_stand.php?w=200h=200 // 把大图缩略到缩略图指定的范围内,可能有留白(原图细节不丢失) $w = $_GET [ w ]? $_GET [ w ]:200; $h = $_GET [ h ]? $_GET [ h...
Warning:Unknown:Yourscriptpossiblyreliesonasessionside-effectwhichexisteduntilPHP4.2.3.Pleasebeadvisedthatthesessionextensiondoesnotconsiderglobalvariablesasasourceofdata,unlessregister_globalsisenabled.Youcandisablethisfunctionalityandthis...
function delete_(url) { if (confirm(确定删除?)) { location.href = url; } }...
在include/taglib/arclist.lib.php 行512...
根据自定义的目标图高宽,按目标图高宽比裁剪、缩放源图. 传入参数: $source_pathstring源图路径 $target_widthinteger目标图宽度 $target_heightinteger目标图高度 源图支持MIMETYPE:image/gif,image/jpeg,im...
$(this).parents() $(#xx).parents()这样就可以得到父级...