Error处理: 重提No Launcher activity found!
重提No Launcher activity found!错误提示,及解决办法
Android应用开发中No Launcher activity found! 是常见的错误,而且解决办法也很简单。
做Android开发已经很久了,相信自己不会轻易犯这个错误,但是今天却又遇到;在AndroidManifest.xml文件中也很确定的已经添加了
<action android:name="andro...
分类:
其他好文 时间:
2014-06-27 23:28:42
阅读次数:
313
1在src下面新建file名为log4j.properties内容如下:# Configure logging for testing: optionally with log filelog4j.rootLogger=WARN, stdout# log4j.rootLogger=WARN, std...
分类:
移动开发 时间:
2014-06-27 17:31:34
阅读次数:
217
问题描述:1 当hbase自己运行时,没有问题,可以正常启动2 当搭建完hadoop环境后,再启动报异常:Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/hadoop/hbase/util/HBaseConf...
分类:
其他好文 时间:
2014-06-27 14:59:21
阅读次数:
268
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in or...
分类:
其他好文 时间:
2014-06-27 12:30:39
阅读次数:
204
iphone沙箱模型的有四个文件夹,分别是什么,永久数据存储一般放在什么位置,得到模拟器的路径的简单方式是什么.
documents,tmp,app,Library。
(NSHomeDirectory()),
手动保存的文件在documents文件里
Nsuserdefaults保存的文件在tmp文件夹里
1、Documents 目录:您应该将所有de应用...
分类:
移动开发 时间:
2014-06-27 09:02:12
阅读次数:
212
FOUND_ROWS()的用法:例子:CREATEPRODURETEST(INNAMEVARCHAR(20),OUTNUMBER)ASBEGINIFNAMEISNULLORNAME==‘‘THENSELECT*FROMEMPLOYEES;ELSESELECT*FROMEMPLOYEESWHEREFIRST_NAMELIKENAME;ENDIF;SELECTFOUND_ROWS()INTONUMBER;END;在命令行中:CALLTEST(‘test‘,@num);SELECT@num..
分类:
数据库 时间:
2014-06-27 06:55:58
阅读次数:
312
Oracle中的ORA-01548:activerollbacksegment‘_SYSSMU1$‘found接上文《OracleUndotablespace恢复(无备份)》http://tiany.blog.51cto.com/513694/14312871、在创建新的undotablesapce“undotbs2”后,删除旧的undotablespace15:12:49SYS@prod>ALTERtablespaceundotbs1offlin..
分类:
数据库 时间:
2014-06-27 06:12:39
阅读次数:
368
你随便下个CI框架的源码都会看到很多的get_instance() 函数,这个函数是用来获取CI 的全局超级对象,CI 是单例模式的框架,所有全局有一个超级对象。因为只有一个实例,所以无论这个函数使用多少次都不会消耗资源的。一般来说,只有在helper或library中才使用get_instance...
分类:
其他好文 时间:
2014-06-26 14:57:54
阅读次数:
155
I used to see my senior developers use WITH (NOLOCK) when querying in SQL Server and wonder why they use. Now i explored it and found thatit's useful ...
分类:
数据库 时间:
2014-06-26 12:51:12
阅读次数:
265
使用Attachment,做文件的上传:上传的内容,最终会存放到sf的Attachment对象里。使用<apex:inputFile>组件上传文件:上传的内容,会存放到sf的Document对象里。使用sf中的,ContentApp中的Library来存放Content文件:上传的文件,会在ContentWorkspace对象(Library),Con..
分类:
其他好文 时间:
2014-06-26 11:45:11
阅读次数:
559