码迷,mamicode.com
首页 >  
搜索关键字:attachment    ( 417个结果
css3背景、边框、和补丁相关属性 (二)
背景background : background-color || background-image || background-repeat || background-attachment || background-position 默认值为:transparent none repeat ...
分类:Web程序   时间:2015-01-09 01:28:17    阅读次数:197
删除多个附件
jsp页面删除jquery代码var ids=new Array(); function deleteAttachment(attachment,id){ ids.push(id); $("#ids").val(ids.join(",")); $(attachment).parent().re...
分类:其他好文   时间:2015-01-08 14:58:06    阅读次数:167
OpenGL笔试题
简述FrameBuffer,RenderBuffer,Depth Buffer,Framebuffer attachment,Stencil buffer的关系简述利用OpenGL执行图像叠加(大PNG图像叠加有alpha通道的小PNG图像),写出步骤列出着色器的四个内置变量和十个内置函数OpenG...
分类:其他好文   时间:2015-01-07 09:15:32    阅读次数:144
multiple backgrounds 多重背景
语法缩写如下:background : [background-color] | [background-image] | [background-position][/background-size] | [background-repeat] | [background-attachment] ...
分类:其他好文   时间:2015-01-06 09:44:11    阅读次数:158
文件下载中文文件名乱码
B/S应用中,下载一个附件保存时,中文文件名会乱码,在实际开发中经常遇到,现贴出C#和JAVA的解决方法:C#:Response.AppendHeader("Content-Disposition", "attachment;filename=" + Tools.toUtf8String(resul...
分类:其他好文   时间:2015-01-05 10:57:51    阅读次数:340
background-attachment:fixed
background-attachment;设置背景图像是否固定或者随着页面的其余部分滚动。 scroll:默认值,背景图像随着页面其余部分的滚动而滚动。 fixed:当页面上其余内容滚动时,背景图像不会随着滚动。background-attachment:fixed;就能实现一般的视差滚动了。.....
分类:其他好文   时间:2014-12-24 16:01:20    阅读次数:166
图片的异步下载
////////下载图片//////// //方法一(暴力而有效,必须下载完才进入页面)同步 NSURL *url = [NSURL URLWithString:@"http://cc.cocimg.com/bbs/attachment/upload/07/128707.png"]; UIIma.....
分类:其他好文   时间:2014-12-20 15:31:20    阅读次数:132
php实现文件下载和多文件上传
文件下载: html: 下载1.rar 下载1.jpg 通过程序下载1.jpg 下载nv.jpg php处理: <?php $filename=$_GET['filename']; //设置下载文件名 header('content-disposition:attachment;filename='.basenam...
分类:Web程序   时间:2014-12-16 21:06:13    阅读次数:293
通过ifreme实现文件上传
模板页面添加ifreme"target="uploadResponse_attachment"method="post"enctype="multipart/form-data"> security->get_csrf_token_name();?>"value="security->get_csr...
分类:Web程序   时间:2014-12-11 12:11:48    阅读次数:154
工具地址
工具地址 访问许多网站会自动连到某个特定网站的修复工具RepairHost.exe http://zsbbs.3721.com/attachment.php?aid=20271 杀毒软件地址 http://zsbbs.3721.com/viewthread.php?tid=143360&fpage=1 ietools2.5.exe http://zsbbs.3721.com/attachment.php?aid=54727 Win..
分类:其他好文   时间:2014-12-11 10:35:36    阅读次数:122
417条   上一页 1 ... 34 35 36 37 38 ... 42 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!