搜索到与相关的文章
编程技术

style.height和style.width等等的赋值方式(IE/F

利用JavaScript给某个元素的高度style.height和宽度style.width赋值(或margin、padding),应当采用规范的方式。许多朋友在IE下测试网页,例如:document.getElementById(”div1″).style.height=100;发现赋值成功,然而火狐(FF)却不生效,为何?因为规范的赋值方式应该是带单位的:document.getElementById(”div1″).style.height=“50p

系统 2019-08-29 22:48:33 2357

编程技术

iPhone开发之Rotation

iPhone或iPad可以支持4种朝向UIInterfaceOrientationPortraitUIInterfaceOrientationPortraitUpsideDownUIInterfaceOrientationLandscapeLeftUIInterfaceOrientationLandscapeRight究竟支持哪几个朝向,由viewcontroller的shouldAutorotateToInterfaceOrientation函数来指定,

系统 2019-08-29 22:48:03 2357

编程技术

Portal主题皮肤开发之IBM主题简介

WebSpherePortal的主题是由动态页面组成,建立一个大的HTML文件。门户页面文件是由以下部分:head.jspf、banner.jspfbanner_crumbtrail.jspf、banner_searchControl.jspf、banner_toolbar.jspf、topNav.jspf、sideNav.jspf、footer.jspf、flyout.jspf等文件组成。1、default.jsp为其他JSP文件提供一个布局。它引用了很

系统 2019-08-29 22:46:49 2357

Python

selenium webdriver+windows+python+chrome遇见

win7系统,在python中调用ChromeDriver一直报错“selenium.common.exceptions.WebDriverException:Message:'ChromeDriverexecutableneedstobeavailableinthepath.”将ChromeDriver的路径添加到系统变量path也不行,后来将ChromeDriver拷贝到/python27/scripts下,问题解决。即,需要拷贝到当前python脚本

系统 2019-08-12 09:27:29 2357

各行各业

MEF中DirectoryPartCatalog的修改

varcatalog=newAttributedAssemblyPartCatalog(Assembly.GetExecutingAssembly());varcontainer=newCompositionContainer(catalog.CreateResolver());DirectoryPartCatalog更名为DirectoryCatalog真晕,都改了一年多了现在才知道,现在网上大部分的实例仍然是改名之前的老代码,新技术更新快但应用实在太慢

系统 2019-08-12 09:26:58 2357

数据库相关

sql 中有关时间的语句

1、比较得到两个时间相差的间隔SELECTdatediff(minute,’2009-04-2812:05:00′,getdate());SELECTdatediff(month,’2009-04-2812:05:00′,’2009-04-2812:05:00′);返回结果是:0语法DATEDIFF(date-part,date-expression-1,date-expression-2)date-part:year|quarter|month|week

系统 2019-08-12 01:54:18 2357

数据库相关

TFS offline issue

今天,我打开项目的时候,出现了下面错误:Thissolutionisoffline.[TeamFoundationServer:http://mstfap1:8080/]Thesolutionwasofflineduringitsprevioussessionandwillremainoffline.解决的方法是:在VisualStudio中,点击File->SourceControl->GoOnline.TFSofflineissue

系统 2019-08-12 01:33:37 2357