错误代码如下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
ListActivity ListActivity是一个专门显示ListView的Activity类,它内置了ListView对象,只要我们设置了数据源,就会自动地显示出来。 使用custom view for screen layout 虽然ListActivity内置了ListView对象...
分类:
移动开发 时间:
2015-01-06 09:53:05
阅读次数:
287
心血来潮,给笔记本装了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
通过媒体查询的设置,我们可以根据屏幕宽度、屏幕方向等各个属性来加载不同场景下不同的CSS文件来渲染页面的视觉风格。具体的使用方法有以下两种:
1、通过link标签:
2、CSS中直接设置:
@media screen and (max-width:479px) {
/* 具体的CSS属性设置 */
}
正常我们需要响应式Web设计的页面,...
分类:
Web程序 时间:
2015-01-05 16:47:17
阅读次数:
167
在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
本篇文章由: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 --maximize打开后全屏$ gnome-terminal --full-screen设置标题$...
分类:
其他好文 时间:
2015-01-04 19:11:54
阅读次数:
223
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
在android的开发过程中经常会遇到页面切换的问题,其中一个解决办法是使用fragment加Handler来实现,不过有些情况下这种方法并不是最好的选择。比如,你需要滑动切换页面的时候。这时使用TabHost和ViewPager来实现会更加方便。文章参考API文档中Creating
Swipe Views with Tabs(文章路径Training->Implementing Effect...
分类:
其他好文 时间:
2015-01-04 11:26:05
阅读次数:
474
使用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