码迷,mamicode.com
首页 >  
搜索关键字:images    ( 17272个结果
myeclipse freemark IDE
分类:系统相关   时间:2014-09-19 11:53:35    阅读次数:241
根据手机屏幕的旋转,调整图片
function exchangeWindow(){ if(window.orientation == 0) { $('#helpimg').attr("src","/images/road/help_0.jpg"); } ...
分类:移动开发   时间:2014-09-18 23:41:44    阅读次数:247
DIV(或者其他块级元素)设置float之后无法撑起高度的解决方法
出现的问题是:html: 1 2 3 images 4 5 6 7 8 9 10 11 12 13 14 15 16 CSS: 1 ...
分类:其他好文   时间:2014-09-18 20:22:34    阅读次数:398
TCP/IP协议菜鸟教程
分类:其他好文   时间:2014-09-18 14:47:33    阅读次数:260
2014--9=17 软工二班 MyEclipse blue==修改浏览器语言
分类:系统相关   时间:2014-09-17 18:14:42    阅读次数:214
php basename()文件夹 路径 文件后缀名 读取pathinfo()
$path = "/www/mywebsite/images/myphoto.jpg";1.pathinfo()函数pathinfo()函数返回的是一个包含了文件信息的数组,数组中有四个元素,分别是dirname、basename、extension、filename。打印数组的代码:复制代码代码如...
分类:Web程序   时间:2014-09-17 12:02:42    阅读次数:250
click事件的参数化
Browser("XXX").Page("XXX").Frame("iframe_main").WebElement("TB-50").Click对WebElement("TB-50") 的“TB-50”进行参数化,脚本中选中TB-50,右击-object properties,对选中内容进行参数化...
分类:其他好文   时间:2014-09-17 10:10:31    阅读次数:228
ssh框架从页面传中文发生乱码时怎么解决,就是添加一个字符编码拦截器。用springframework自带的便可
ssh框架从页面传中文发生乱码时怎么解决,就是添加一个字符编码拦截器。用springframework自带的便可
分类:编程语言   时间:2014-09-17 10:02:21    阅读次数:186
SPL
分类:其他好文   时间:2014-09-16 14:01:50    阅读次数:100
In Action
Problem Description [img]http://acm.hdu.edu.cn/data/images/C235-1007-1.jpg[/img] Since 1945, when the first nuclear bomb was exploded by the Manhattan Project team in the US, the number of nuclear we...
分类:其他好文   时间:2014-09-15 15:57:19    阅读次数:216
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!