码迷,mamicode.com
首页 >  
搜索关键字:screen    ( 3001个结果
Android——自定义滚动ViewGroup
该自定义控件对外提供getAdapter和setAdapter接口,能够设置要滚动显示的View(每个View默认显示全屏幕宽高)public class ScrollerViewGroup extends ViewGroup { private int screenHeight;//the phone screen height private int currentY;//记录当前...
分类:移动开发   时间:2016-05-12 11:53:16    阅读次数:183
Debian 7.0 系统安装
[1] Insert a disk for installation of Debian GNU/Linux 7.0 and reboot your computer. Next, select installation type on the screen below. On here, choose Graphical install for example....
分类:其他好文   时间:2016-05-12 11:49:05    阅读次数:185
Debian 8.0 系统安装
[1] Insert a disk for installation of Debian 8 Jessie and reboot your computer. Next, select installation type on the screen below. On here, choose Graphical install for example....
分类:其他好文   时间:2016-05-12 11:47:55    阅读次数:216
Eclipse debug neutron-server
kill neutron-server in screen by ctr-c q-svc cp /usr/local/bin/neutron-server opt/stack/neutron/bin/neutron-server.py /opt/stack/neutron/bin$ chmod 64 ...
分类:系统相关   时间:2016-05-11 14:53:54    阅读次数:236
BOM总结
1.window对象-BOM的核心 2.location对象 3.navigator对象 4.screen对象 5.history对象 一、window对象 在网页中定义的任何一个对象、变量和函数,都以window作为其Global对象,因此有权访问parseInt()等方法。所有在全局作用域中声明 ...
分类:其他好文   时间:2016-05-10 18:05:04    阅读次数:178
unity 背景 按钮 场景跳转
public Texture2D pic; private bool Cl = false; void OnGUI() { GUI.DrawTexture(new Rect(0, 0, Screen.width, Screen.height), pic); GUIStyle style = new ...
分类:编程语言   时间:2016-05-10 09:44:11    阅读次数:468
JavaScript中的Screen屏幕对象
这是基本JavaScript的屏幕对象 screen 屏幕对象 反映了当前用户的屏幕设置。 width 返回屏幕的宽度(像素数)。 height 返回屏幕的高度。health.hljmlyfcyy.com availWidth 返回屏幕的可用宽度(除去了一些不自动隐藏的类似任务栏的东西所占用的宽度) ...
分类:编程语言   时间:2016-05-10 09:42:57    阅读次数:129
Quickly place a window to another screen using only the keyboard
http://askubuntu.com/questions/22207/quickly-place-a-window-to-another-screen-using-only-the-keyboard Install CompizConfig Settings Manager Run it → G ...
分类:Windows程序   时间:2016-05-10 08:34:06    阅读次数:266
linux screen 命令详解
一、背景 系统管理员经常需要SSH 或者telent 远程登录到Linux 服务器,经常运行一些需要很长时间才能完成的任务,比如系统备份、ftp 传输等等。通常情况下我们都是为每一个这样的任务开一个远程终端窗口,因为它们执行的时间太长了。必须等待它们执行完毕,在此期间不能关掉窗口或者断开连接,否则这 ...
分类:系统相关   时间:2016-05-09 20:26:12    阅读次数:310
redhat安装Xvfb
下载rpm安装包:http://rhn.redhat.com/errata/RHBA-2013-0083.html 安装rpm包:rpm -ivh --nodeps --force xxx.rpm 启动:Xvfb -ac :7 -screen 0 1280x1024x8 export DISPLAY ...
分类:其他好文   时间:2016-05-07 16:44:20    阅读次数:129
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!