码迷,mamicode.com
首页 >  
搜索关键字:implementing screen    ( 3207个结果
!!!手机网页开发
移动篇:@media screen and (min-width:540px){#news_detail .pinglun-form { margin:0 auto;width: 540px;}}@media screen and (max-width:540px){#news_detail .pi...
分类:移动开发   时间:2014-06-15 06:26:51    阅读次数:400
Codeforces Round #196 (Div. 2) B. Routine Problem
screen 尺寸为a:bvideo 尺寸为 c:d如果a == c 则 面积比为 cd/ab=ad/cb (ad c/d,则ad/bd > cb/db 则(ad > cb) screen尺寸可为 ad:bd, video的尺寸可为 cb:db 面积比为:cb*db/ad*bd = cb/ad...
分类:其他好文   时间:2014-06-13 17:11:40    阅读次数:236
Android bluetooth low energy (ble) writeCharacteristic delay callback
I am implementing a application on Android using BLE Api (SDK 18), and I have a issue that the transfer data process is delay very slow. This is my lo...
分类:移动开发   时间:2014-06-12 17:55:25    阅读次数:1309
利用@media screen实现网页布局的自适应
经常为不同分辨率设备或不同窗口大小下布局错位而头疼,可以利用@media screen实现网页布局的自适应,优点:无需插件和手机主题,对移动设备友好,能够适应各种窗口大小只需在CSS中添加@media screen属性,根据浏览器宽度判断并输出不同的长宽值以下是针对自用主题而写的css,对宽度768...
分类:Web程序   时间:2014-06-11 10:38:58    阅读次数:278
KK上全屏界面如何实现禁止状态栏下拉?
KK上全屏界面如何实现禁止状态栏下拉?[SOLUTION]Google从KK开始增加了状态栏透明以及全屏 界面有通知可以下拉状态栏的设计,而这个设计出现的隐患是设置了FULL_SCREEN的界面是无法禁止状态栏下拉的,这样对一些工程测试app可能会造 成一定的影响,但是以google默认的设计,应用...
分类:其他好文   时间:2014-06-10 17:06:52    阅读次数:213
Airplay 教程: 一个 Apple TV 多人竞答游戏(2)
这个方法并未完成,仍然还要加入代码。将下列代码加到上述代码之后:    // Setup window in external screen    self.mirroredWindow = [[UIWindow alloc] initWithFrame:self.mirroredScreen.bounds];    self.mirroredWindow.hidden = NO; ...
分类:移动开发   时间:2014-06-07 14:47:25    阅读次数:399
Android 编程下 Using ViewPager for Screen Slides
(参考官方文档:Using ViewPager for Screen Slides | Android Developers)
分类:移动开发   时间:2014-06-06 20:51:19    阅读次数:205
Detecting and reacting to collisions Between UI Components
ProblemYou want to specify collision boundaries between your UI components on the screen so that they will not overlap one another.SolutionInstantiate...
分类:其他好文   时间:2014-06-06 16:47:39    阅读次数:261
linux 技巧:使用 screen 管理你的远程会话
转自https://www.ibm.com/developerworks/cn/linux/l-cn-screen/你是不是经常需要 SSH 或者 telent 远程登录到 Linux 服务器?你是不是经常为一些长时间运行的任务而头疼,比如系统备份、ftp 传输等等。通常情况下我们都是为每一个这样的...
分类:系统相关   时间:2014-06-06 15:46:45    阅读次数:312
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!