码迷,mamicode.com
首页 >  
搜索关键字:screen    ( 3001个结果
关于rk3288烧写后不能启动的问题
/home/dyhui/AndroidProject/jingshang_3rd/kernel/arch/arm/boot/dts目录下修改lcd-F402.dtsi 文件修改参数screen-type = ;
分类:其他好文   时间:2015-06-12 11:32:39    阅读次数:351
android屏幕分类与屏幕相关参数定义(转)
android设备运行在各种不同的屏幕中,这些屏幕有着不同的screen sizes(屏幕大小)和screen densities(屏幕密度)。screen sizes表示屏幕的实际物理大小,比如5寸手机,7寸平板,8寸平板。而screen densities表示屏幕的像素密度,比如同样5寸的手机,...
分类:移动开发   时间:2015-06-12 06:17:47    阅读次数:158
类作用域中名字查找的思考(《C++ primer》第四版P382)
1、问题的引入 1).观察以下第一块代码: #include using namespace std; class Screen{ public: void test(){ dummy_fcn( ); } void dummy_fcn( ){ } }; 此代码编译无错误。。。。。。。。。。。...
分类:编程语言   时间:2015-06-11 21:18:22    阅读次数:163
Media Queries 媒体查询常见设备断点
/*#region Media Query*//*#region SmartPhones *//* SmartPhones */@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {}/* ...
分类:其他好文   时间:2015-06-11 14:34:23    阅读次数:379
Simplicity Comes from Reduction
Simplicity Comes from ReductionPaul W. Homer“DO IT AGAIN…,” my boss told me as his finger pressed hard on the Delete key. I watched the computer screen with an all-too-familiar sinking feeling, as my c...
分类:其他好文   时间:2015-06-11 09:29:15    阅读次数:136
windows 10 自适应布局
https://msdn.microsoft.com/library/windows/apps/dn894631.aspxUse visual state triggers to build UI that can adapt to available screen spaceYour UI may...
分类:Windows程序   时间:2015-06-10 11:57:00    阅读次数:154
懒加载一定要记得判断是否存在该对象!
今天发现一个问题搞了一个下午,异步网络加载和表格刷新控件混用的时候,懒加载出现了问题之前我是这样写的/** *初始化表格 */ -(UITableView*)tableView{ _tableView=[[UITableViewalloc] initWithFrame:CGRectMake(0,TABLETOPVIEW_HEIGHT,SCREEN_WIDTH, TABLEVIEW_HEIGHT) s..
分类:其他好文   时间:2015-06-10 01:24:59    阅读次数:519
Understanding Canvas and Surface concepts
Here are some definitions: A Surface is an object holding pixels that are being composited to the screen. Every window you see on the screen (a dialog, your full-screen activity, the status bar) ha...
分类:其他好文   时间:2015-06-09 20:15:33    阅读次数:110
Linux系统服务管理 ntsysv,日志, exec,xargs , screen ,curl,
linux系统服务管理1.Linux系统服务管理工具ntsysv类似图形界面管理工具,如果没有该命令使用安装安装:yuminstall-yntsysv常用服务:crond,iptables,network,sshd,syslog,irqbalance,sendmail,microcode_ctlchkconfig--list:列出所的服务以及在每个级别是否开启chkconfig--add..
分类:Web程序   时间:2015-06-09 14:01:49    阅读次数:163
Android锁定屏幕或关闭状态-screen,高速按两次音量向下键来实现拍摄功能(1.1Framework在实现的形式层广播)
思想的实现: WindowManagerService循环读取下面的关键信息和分发形式。在PhoneWindowManager.interceptKeyBeforeQueueing方法中进行消息的过滤。因此该实现方式为在消息分发前的interceptKeyBeforeQueueing方法中监听当前....
分类:移动开发   时间:2015-06-09 13:38:27    阅读次数:334
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!