Tab标签页是一个非常常用的控件,.net里面就有multipage+tabstrip组合通过标签的切换实现页面的切换,同理html里面我们常用frameset来实现,android里面我们则通过使用FrameLayout+TabWidget, FrameLayout里面装载xml页面,TabWidget显示标签,点击标签跳转到相关的activity或者view。
public class Ta...
分类:
移动开发 时间:
2014-09-24 12:55:06
阅读次数:
180
为什么[oracle@jibo admin]$ tnsping 192.168.1.4
TNS Ping Utility for Linux: Version 11.2.0.4.0 - Production on 24-SEP-2014 09:01:28
Copyright (c) 1997, 2013, Oracle. All rights reserved.
Used parameter files:
Used HOSTNAME adapter to resolve the alias
Att...
分类:
数据库 时间:
2014-09-24 12:36:36
阅读次数:
991
一、故障症状最近公司一个集群跑大任务时,datanode日志报DataXceiveServer: Exiting due to:java.lang.OutOfMemoryError: unable to create new native thread异常,然后计算节点上的DataNode直接挂掉。...
分类:
其他好文 时间:
2014-09-23 21:51:05
阅读次数:
300
摘抄至:http://blog.csdn.net/studyalllife/article/details/8558258在我们使用真机进行Android应用调试时,无法获得调试信息,错误提演示样例如以下:Unable to open log device ‘/dev/log/main’: No s...
分类:
移动开发 时间:
2014-09-22 20:44:33
阅读次数:
203
1.调用wcf时日志记录如下:System.ServiceModel.FaultException: The server was unable to process the request due to an internal error. For more information about t...
分类:
其他好文 时间:
2014-09-22 17:12:52
阅读次数:
282
void CJjjView::OnPaint() { CPaintDC dc(this); //屏幕初始化 dc.SetMapMode(MM_LOENGLISH);//0.01in ;1英寸映射 dc.SetTextAlign(TA_CENTER|TA_BOTTOM); ...
分类:
其他好文 时间:
2014-09-21 12:04:10
阅读次数:
292
在Xcode中当你在更新了你得证书而再重新编译你的程序,真机调试会出现“Your build settings specify a provisioning profile with the UUID‘XXX’, however, no such provisioning profile was found. Xcode can resolve this issue by downloading...
分类:
其他好文 时间:
2014-09-20 19:20:19
阅读次数:
226
当时我正在测试一个用户身份验证组件。使用的是android内置的AccountsAPI。当时的情况是,需要在App2中调用App1的用户身份验证组件,但是不知道为什么登入界面总是无法正常开启。后来我在LogCat中发现了下面这段信息:java.lang.RuntimeException:UnabletostartactivityCompone..
分类:
其他好文 时间:
2014-09-20 02:27:57
阅读次数:
198
当时我正在测试一个用户身份验证组件。使用的是android内置的Accounts API。当时的情况是,需要在App2中调用App1的用户身份验证组件,但是不知道为什么登入界面总是无法正常开启。后来我在LogCat中发现了下面这段信息:java.lang.RuntimeException: Unab...
分类:
其他好文 时间:
2014-09-19 21:00:45
阅读次数:
182
fatal error: malformed or corrupted AST file: 'Unable to load module "/Users/apple/Library/Developer/Xcode/DerivedData/ModuleCache/1380X6D9Q9RXZ/Darwin.pcm": module file not found'
解决办法...
分类:
移动开发 时间:
2014-09-19 19:24:35
阅读次数:
340