码迷,mamicode.com
首页 >  
搜索关键字:implementing screen    ( 3207个结果
hibernate4 , spring3 使用 org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean 报错 Implementing class
错误代码如下Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in URL [file:/D:/ecli...
分类:编程语言   时间:2015-01-06 19:51:18    阅读次数:503
Android_ListActivity使用注意
ListActivity ListActivity是一个专门显示ListView的Activity类,它内置了ListView对象,只要我们设置了数据源,就会自动地显示出来。 使用custom view for screen layout 虽然ListActivity内置了ListView对象...
分类:移动开发   时间:2015-01-06 09:53:05    阅读次数:287
mint锁屏设置
心血来潮,给笔记本装了linux,版本是当下最火的mint。唔,使用体验不错~下面记录的是修改mint锁屏相关设置的修改方式。 In Linux Mint 13, the screen lock feature is disabled by default. After being idle fo....
分类:其他好文   时间:2015-01-05 21:39:33    阅读次数:761
胡博君浅谈HTML5中的响应式布局
通过媒体查询的设置,我们可以根据屏幕宽度、屏幕方向等各个属性来加载不同场景下不同的CSS文件来渲染页面的视觉风格。具体的使用方法有以下两种: 1、通过link标签: 2、CSS中直接设置: @media screen and (max-width:479px) {       /* 具体的CSS属性设置 */   } 正常我们需要响应式Web设计的页面,...
分类:Web程序   时间:2015-01-05 16:47:17    阅读次数:167
cocos2dx 3.2 Touch Listen和menu回调实现截屏
在Cocos2d-X 3.x里面,已经集成了截屏功能,单独放在utils命名空间里,实现在base/ccUtils.h文件里面。看下函数申明 /** Capture the entire screen * To ensure the snapshot is applied after ...
分类:其他好文   时间:2015-01-05 16:28:14    阅读次数:148
[cocos2d-x 2.0.4][iOS7]不能全屏问题
本篇文章由:http://www.sollyu.com/cocos2d-x-2-0-4-ios7-cannot-be-full-screen-problem/说明▼ 症状如下图解决打开你工程的.plist配置文件,然后添加View controller-based status bar appear...
分类:移动开发   时间:2015-01-05 12:29:51    阅读次数:161
=gnome-terminal技巧=[转载]
[基本用法]gnome-terminal命令用于打开一个新的终端,直接在命令行$ gnome-terminal就可以打开一个新的终端,有一些常用参数:打开后自动最大化$ gnome-terminal --maximize打开后全屏$ gnome-terminal --full-screen设置标题$...
分类:其他好文   时间:2015-01-04 19:11:54    阅读次数:223
PP- Work center -- Key for performance Efficiency Rate
Purpose : Performance Efficiency Rate KeyPerformance efficiency rate keys are assigned in the Basic data screen of the work center to the standard val...
分类:其他好文   时间:2015-01-04 19:02:45    阅读次数:210
使用TabHost和ViewPager实现页面切换
在android的开发过程中经常会遇到页面切换的问题,其中一个解决办法是使用fragment加Handler来实现,不过有些情况下这种方法并不是最好的选择。比如,你需要滑动切换页面的时候。这时使用TabHost和ViewPager来实现会更加方便。文章参考API文档中Creating Swipe Views with Tabs(文章路径Training->Implementing Effect...
分类:其他好文   时间:2015-01-04 11:26:05    阅读次数:474
android 5.0新特性学习--Drawable Tinting(为图片资源着色)
使用android:tint属性去调整色调。android:tintMode 着色模式 screen multiply and src_atop/src_in/src_oversetTint(int tint)setTint(int tint)的参数,可以是一个@color/下的属性,也可以是一.....
分类:移动开发   时间:2015-01-03 14:33:18    阅读次数:167
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!