先上html代码<!DOCTYPEHTML>
<html>
<head>
<linkhref="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/css/bootstrap-combined.min.css"rel="stylesheet">
<linkrel="stylesheet"type="text/css"media="screen"
href="http://tarruda.gi..
分类:
Web程序 时间:
2014-11-25 18:52:43
阅读次数:
202
;(function(){ var w = parseInt(window.screen.width), s = w/640, u = navigator.userAgent.toLowerCase(), m = '2.3) m += 'minimum-scale='+s+',maximum-sca...
分类:
移动开发 时间:
2014-11-25 18:26:23
阅读次数:
188
var canvas = document.getElementById('canvas')var context = canvas.getContext('2d')var angle = 0function move() { context.clearRect(0,0,canvas.widt...
分类:
其他好文 时间:
2014-11-25 18:08:58
阅读次数:
190
1.系统内置按钮和图标
Using System-Provided Buttons and Icons
2.自定义图标和图片
iphone 自带图标的尺寸一般为29px × 24px,自制的图标最好接近这个尺寸;图标的颜色应该是纯白色,可以带有alpha透明度;缩图的时候要注意抗锯齿,文件格式为PNG。
3.程序图标和启动画面
Home Screen图标:57px × 57p...
分类:
移动开发 时间:
2014-11-25 12:48:48
阅读次数:
178
ABAP Screen的常用语句 (1).Screen 设计 TABLES: SSCRFIELDS. PARAMETERS: P_EBLEN LIKE VBRK-EBLEN DEFAULT ' '. PARAMETERS: P_CK1 AS CHECKBOX DEFAULT 'X'. PARAMET...
分类:
其他好文 时间:
2014-11-25 09:12:26
阅读次数:
177
#include #include #include #include using namespace std;bool mycmp(const string& a, const string& b) { string ta = a + b; string tb = b + a; ...
分类:
其他好文 时间:
2014-11-25 00:12:26
阅读次数:
281
PictureBoxold=null; privatevoidpictureBox2_Click(objectsender,EventArgse) { PictureBoxp=(PictureBox)sender; if(p==old)return; if(old!=null) { old.Widt...
分类:
Windows程序 时间:
2014-11-24 18:44:38
阅读次数:
1390
HTML 5中的full screen,目前可以在除IE和opera外的浏览器中使用 ,有的时候用来做全屏API,游戏呀,等都很有用。先看常见的API1 element.requestFullScreen() 作用:请求某个元素element全屏2Document.getElementById(“m...
分类:
编程语言 时间:
2014-11-24 18:32:04
阅读次数:
174
重新安装系统后Thinkpad t440p hotkey 音量、亮度可以使用,但不显示。无线、蓝牙、投影键不可使用。非常不爽。本次解决后记录下来,分享给大家。显示服务为On Screen Display,通过HOTKEY安装。有时安装后不一定可以用,原因是此服务与Power Manager有依存关系...
分类:
其他好文 时间:
2014-11-24 13:25:46
阅读次数:
1276
@media screen and (max-width:767px){ } @media screen and (max-width:480px){ } @media screen and ( min-width:480px) and (max-width:767px){ } @media screen and ( min-width:768px) and (max-width:959px...
分类:
其他好文 时间:
2014-11-24 10:18:09
阅读次数:
144