码迷,mamicode.com
首页 >  
搜索关键字:smallest screen widt    ( 3710个结果
107条Javascript的常用语句
1. document.write( " "); 输出语句2.JS中的注释为//3.传统的HTML文档顺序是:document- >html- >(head,body)4.一个浏览器窗口中的DOM顺序是:window- >(navigator,screen,history,location,do.....
分类:编程语言   时间:2014-09-20 22:46:19    阅读次数:242
javascript集合大全
1.document.write(""); 输出语句2.JS中的注释为//3.传统的HTML文档顺序是:document->html->(head,body)4.一个浏览器窗口中的DOM顺序是:window->(navigator,screen,history,location,document)5...
分类:编程语言   时间:2014-09-18 21:57:54    阅读次数:311
JS常用方法函数整理
1.document.write("");为输出语句2.JS中的注释为//3.传统的HTML文档顺序是:document->html->(head,body)4.一个浏览器窗口中的DOM顺序是:window->(navigator,screen,history,location,document)5...
分类:Web程序   时间:2014-09-18 18:38:34    阅读次数:227
一款基于jquery实现的鼠标单击出现水波特效
今天要为大家绍一款由jquery实现的鼠标单击出现水波特效。用鼠标猛点击页面,你可以看到页面不断出面水波纹效果。然后水波纹渐渐消失。效果非常不错。我们一起看下效果图:在线预览源码下载实现的代码。html代码: Click or Touch the Screen...
分类:Web程序   时间:2014-09-18 09:40:03    阅读次数:315
Qt5官方demo解析集33——Qt Quick Examples - Window and Screen
本系列所有文章可以在这里查看http://blog.csdn.net/cloud_castle/article/category/2123873...
分类:Windows程序   时间:2014-09-16 23:43:21    阅读次数:462
Chapter 6 ViewController
1. A view controller’s view is not created until it needs to appear on the screen . This optimization is called lazy loading, and it can conserve memo...
分类:其他好文   时间:2014-09-16 18:50:10    阅读次数:172
[转]<Unity3D>Unity3D的四种坐标系
http://blog.csdn.net/zuoyamin/article/details/8813424World Space(世界坐标):我们在场景中添加物体(如:Cube),他们都是以世界坐标显示在场景中的。transform.position可以获得该位置坐标。Screen Space(屏幕...
分类:其他好文   时间:2014-09-16 15:37:30    阅读次数:186
常用宏
/常用的IOS开发宏#pragma mark - 界面 部分#define NavigationBar_HEIGHT 44 //导航控制器#define SCREEN_WIDTH ([UIScreen mainScreen].bounds.size.width) //屏幕宽度#define ...
分类:其他好文   时间:2014-09-16 15:30:10    阅读次数:188
【转】JS函数集合大全
1.document.write(""); 输出语句2.JS中的注释为//3.传统的HTML文档顺序是:document->html->(head,body)4.一个浏览器窗口中的DOM顺序是:window->(navigator,screen,history,location,document)5...
分类:Web程序   时间:2014-09-16 09:15:10    阅读次数:295
ios-UILabel居中随内容自适应,后面的控件跟在其后
如图绿蓝框所示,UILabel显示名字,Label框随名字长短而自适应,后面的性别图片跟在其后显示分两部分:第一部分先布局//名字 self.nameLab = [[UILabel alloc]initWithFrame:CGRectMake(0, 200, SCREEN_WIDTH, 20)];....
分类:移动开发   时间:2014-09-15 15:49:39    阅读次数:350
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!