Tomcat报错: The JRE could not be found. Edit the server and change the JRE location.EClipse -> windows -> prefreances -> server -> installed runtimes ->...
分类:
其他好文 时间:
2014-07-16 23:25:15
阅读次数:
263
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-07-16 23:16:32
阅读次数:
156
问题:
I am trying to install apache maven 3 in Ubuntu 12.04 lts. What I did was open the terminal then I typed the following commands
export M2_HOME=/usr/local/apache-maven/apache-maven-3.0.5 ...
Command terminated by signal 11可能的情况之一是数组越界,你在访问不被允许的内存空间。...
分类:
其他好文 时间:
2014-06-28 07:20:01
阅读次数:
238
今天在编译安装MySQL的时候出现报错,报错信息如下[root@localhostmysql]#servicemysqlstartStartingMySQL..ERROR!TheserverquitwithoutupdatingPIDfile(/var/lib/mysql/localhost.localdomain.pid)查看报错日志信息如下:14062711:31:43[ERROR]Fatalerror:Can‘topenandlockpri..
分类:
数据库 时间:
2014-06-28 06:34:58
阅读次数:
345
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
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
Get start with "Lisp"
在《黑客与漫画》中,Paul graham提到什么才是最好的编程语言,Lisp和C被明显的提及,对可谓是Lisp是推崇备至。最近准备看SICP,于是学一下极具逼格的Lisp。
Getting a Lisp system at Home
On the Command Line
The basi...
分类:
其他好文 时间:
2014-06-27 10:41:20
阅读次数:
171
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