码迷,mamicode.com
首页 >  
搜索关键字:screen    ( 3001个结果
JS浏览器对象-Screen对象
代码: ...
分类:Web程序   时间:2016-08-10 14:14:00    阅读次数:143
height cell0809
-(CGSize)checTheStringWithHight:(NSString *)theStr font:(float)font { CGFloat xxx; if (SCREEN_WIDTH>320) { xxx=15; }else{ xxx=10; } CGSize sixx= [theS ...
分类:其他好文   时间:2016-08-09 14:54:45    阅读次数:159
LeetCode-Android Unlock Patterns
Given an Android 3x3 key lock screen and two integers m and n, where 1 ≤ m ≤ n ≤ 9, count the total number of unlock patterns of the Android lock scre ...
分类:移动开发   时间:2016-08-09 13:27:49    阅读次数:250
第9章 使用ssh服务管理远程主机。
章节简述: 学习使用nmtui命令配置网卡参数、手工将多块网卡做绑定、使用nmcli命令查看网卡信息和使用ss命令查看网络及端口状态。 完整演示sshd服务配置方法并详细讲述每个参数的作用,实战基于密钥远程登陆实验以及用screen服务让远程会话不再终断。 本章目录结构 9.1 配置网卡连接网络 9 ...
分类:其他好文   时间:2016-08-08 12:47:32    阅读次数:334
Android简易实战教程--第十四话《模仿金山助手创建桌面Widget小部件》
打开谷歌api,对widget小部件做如下说明: App Widgets are miniature application views that can be embedded in otherapplications(such as the Home screen) and receive periodic updates. These views arereferred to as Wid...
分类:移动开发   时间:2016-08-06 11:33:05    阅读次数:289
QT移植
QT下载地址:http://download.qt.io/archive/qt/1.编译tslib(touch screen lib) 准备工作:确保以下工具安装完成 sudo apt-get install autoconf automake libtool 1.解压 tar xf tslib-1 ...
分类:其他好文   时间:2016-08-06 09:56:57    阅读次数:335
我跟着siki学Unity3D游戏开发——PongGame
一、屏幕坐标转换为世界坐标。 1.游戏逻辑,根据界面布局,将墙体控制到对应的位置; vector3 position=Camer.main.ScreenToWorldPoint(new vetor2(Screen.));//得到最右上的点。 位置有了,解决大小。通过自身的BoxCollider中的s ...
分类:编程语言   时间:2016-08-05 23:02:38    阅读次数:395
Js与OC交互
Js与OC交互 源码请点击github地址下载。 下面讲述实现OC和JS的交互,它们相互调用,其中需要写一个静态的HTML文件用于提供JS方法。 效果图如下: screen.png 一.OC调用JS: 不说闲话,看代码如下 需要先在js文件定义方法postStr供oc调用 function post ...
分类:Web程序   时间:2016-08-05 19:46:09    阅读次数:223
simulate windows postmessage or keydown
2 ways:1. under TForm: if assigned(focused) then Focused.keydown(key,keychar,[]);2. using screen object: if assigned(Screen.focusControl) then Screen. ...
分类:Windows程序   时间:2016-08-05 15:24:03    阅读次数:165
zabbix-数据展示(screen)
创建screen configuration-screens-createscreen name(cpu)#为此屏幕设置名称 columns(2)#列数 rows(2)#行数 设置screen Name Dimension(colsxrows) Screen cpu 2x2 Edit 点击设置 Graphname()select#选择要在屏幕中展示的graph
分类:其他好文   时间:2016-08-05 01:08:19    阅读次数:178
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!