码迷,mamicode.com
首页 >  
搜索关键字:screen    ( 3001个结果
针对各种浏览器css不兼容的写法
/*针对谷歌浏览器内核支持的CSS样式*/@media screen and (-webkit-min-device-pixel-ratio:0) {样式}/*针对IE6特制识别的CSS样式*/*HTML .SearchBox{样式}针对Firefox浏览器的内核CSS写法:@-moz-docume ...
分类:Web程序   时间:2016-06-08 00:17:44    阅读次数:204
CentOS集群安装Tmux
对于Linux的常用者,如果你说你不会tmux,那你就out啦~ 1. 什么是Tmux? 先来看看Tmux长什么样。 tmux是一个优秀的终端复用软件,类似GNU Screen,但来自于OpenBSD,采用BSD授权。使用它最直观的好处就是,通过一个终端登录远程主机并运行tmux后,在其中可以开启多 ...
分类:其他好文   时间:2016-06-07 16:11:38    阅读次数:151
Scrapy 爬虫实例教程(一)---简介及资源列表
Scrapy(官网 http://scrapy.org/)是一款功能强大的,用户可定制的网络爬虫软件包。其官方描述称:" Scrapy is a fast high-level screen scraping and web crawling framework, used to crawl web ...
分类:其他好文   时间:2016-06-07 14:44:18    阅读次数:205
js网页如何获取手机屏幕宽度
function a(){"屏幕宽高为:"+screen.width+"*"+screen.height;}其它:网页可见区域宽:document.body.clientWidth 网页可见区域高:document.body.clientHeight 网页可见区域宽:document.body.of ...
分类:移动开发   时间:2016-06-04 23:41:33    阅读次数:357
[LeetCode] Design Snake Game 设计贪吃蛇游戏
Design a Snake game that is played on a device with screen size = width x height. Play the game online if you are not familiar with the game. The snak ...
分类:其他好文   时间:2016-06-04 07:01:53    阅读次数:214
FAILURE: Build failed with an exception. Crunching Cruncher screen.png failed
自己测试ionic的模板项目cutePuppyPics时,按照https://github.com/driftyco/ionic/blob/2.0/CHANGELOG.md#angular-update-to-200-rc1 升级Angularjs版本后,运行cordova build androi ...
分类:其他好文   时间:2016-06-03 18:50:11    阅读次数:170
js获取屏幕信息
document.write( "屏幕分辨率为:"+screen.width+"*"+screen.height +"<br />"+ "屏幕可用大小:"+screen.availWidth+"*"+screen.availHeight +"<br />"+ "网页可见区域宽:"+document. ...
分类:Web程序   时间:2016-06-02 23:28:18    阅读次数:179
Picasso 源码解读
基本概念使用说明Picasso,一个强大的图片下载与缓存库,出自Square公司。基本使用如下:Picasso.with(context).load(R.drawable.landing_screen).into(imageView1); Picasso.with(context).load("f...
分类:其他好文   时间:2016-06-02 14:24:41    阅读次数:249
JavaScript(二)
BOM 1.描述与浏览器进行交互的方法和接口2.包括: a.弹出新的浏览器窗口 b.移动、关闭浏览器窗口及调节浏览器窗口大小 c.获取用户屏幕分辨率的屏幕对象 d.WEB浏览器详细的定位对象3.对象:Window、Navigator、Screen、History、Location(当前页面的URL信 ...
分类:编程语言   时间:2016-05-31 22:16:33    阅读次数:256
纯净的centos7.0上安装lnmp环境的步骤
1、先看下screen -S lnmp 命令是否存在,不存在则安装。这个是个什么东东呢?百度一下( GNU Screen是一款由GNU计划开发的用于命令行终端切换的自由软件。用户可以通过该软件同时连接多个本地或远程的命令行会话,并在其间自由切换。 GNU Screen可以看作是窗口管理器的命令行界面 ...
分类:其他好文   时间:2016-05-30 19:49:45    阅读次数:111
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!