码迷,mamicode.com
首页 >  
搜索关键字:screen    ( 3001个结果
3DTouch 开发教程全解
本文主要讲解3DTouch各种场景下的开发方法,开发主屏幕应用icon上的快捷选项标签(Home Screen Quick Actions),静态设置UIApplicationShortcutItem,动态添加、修改UIApplicationShortcutItem,peek和pop的实现。 一、3 ...
分类:其他好文   时间:2016-08-17 12:01:03    阅读次数:164
Screen会话命令 Linux
Screen会话命令 Linux 记得很早之前已经写过关于screen的文章了,不知怎么丢失了,只好再写一下,方便以后使用! 由于经常在服务器上运行程序,本地不可能一直和服务器保持连接,而且如果本地和服务器的连接断开,在服务器上运行的程序将会终止,为了,查找了一些网络资料,发现screen 会话命令 ...
分类:系统相关   时间:2016-08-16 23:48:57    阅读次数:415
UFED Touch2, UFED, 5.2 隆重发布,全面支持三星 S6 S6 Edge Note5 Huawei系解锁 series
1.全面支持 三星 S6 S6 Edge Note5 Version 5.2 introduces physicalextraction while bypassing screen lockfor 12 Samsung Galaxy S6, S6 Edge andNote 5, now runni ...
分类:其他好文   时间:2016-08-16 08:12:05    阅读次数:262
自己常用的宏(遇到添加)
1.屏幕宽度屏幕高度 #define SCREEN_WIDTH [UIScreen mainScreen].bounds.size.width #define SCREENH_HEIGHT [UIScreen mainScreen].bounds.size.height 2.获取随机颜色 #defi ...
分类:其他好文   时间:2016-08-15 17:14:39    阅读次数:231
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-08-15 10:11:54    阅读次数:209
Android触摸事件源码分析:Activity->ViewGroup->View
Activity中 当屏幕有touch事件时,首先调用Activity的dispatchTouchEvent方法 /** * Called to process touch screen events. You can override this to * intercept all touch screen events before they are dispatc...
分类:移动开发   时间:2016-08-14 22:22:47    阅读次数:261
8.LNMP环境的配置
# LNMP环境的配置 参照文档:https://oneinstack.com/install/ 安装文件位置:/data/soft; ```yum -y install wget screen python #for CentOS/Redhat # apt-get -y install wget ...
分类:其他好文   时间:2016-08-13 18:17:26    阅读次数:131
屏幕常亮的控制
onCreate(){ getWindow().addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON); } onStop(){ getWindow().removeFlags(WindowManager.LayoutParams.FLAG_ ...
分类:其他好文   时间:2016-08-13 06:31:49    阅读次数:195
HTML5中判断横屏竖屏
HTML5中判断横屏竖屏 在移动端中我们经常碰到横屏竖屏的问题,那么我们应该如何去判断或者针对横屏、竖屏来写不同的代码呢。 这里有两种方法: 一:CSS判断横屏竖屏 写在同一个CSS中 1 2 3 4 5 6 @media screen and (orientation: portrait) { / ...
分类:Web程序   时间:2016-08-12 23:43:47    阅读次数:261
记录一次bug解决过程:velocity中获取url中的参数
一、总结 二、Bug描述:Velocity从URL中获取parameter参数 在项目IDCM中,使用webx容器进行项目的开发。前端的模板引擎采用了velocity,在项目中,当从列表页跳到详情页的时候,通常我们的screen层是采用如下方式进行展现的: 上图代码是自动分配物流供应商从列表页跳转到 ...
分类:Web程序   时间:2016-08-12 09:00:46    阅读次数:576
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!