码迷,mamicode.com
首页 >  
搜索关键字:unable to find veloc    ( 26357个结果
Find them, Catch them
DescriptionThe police office in Tadu City decides to say ends to the chaos, as launch actions to root up the TWO gangs in the city, Gang Dragon and Ga...
分类:其他好文   时间:2014-06-02 09:38:19    阅读次数:219
Leetcode: Longest Palindromic Substring. java
Given a stringS, find the longest palindromic substring inS. You may assume that the maximum length ofSis 1000, and there exists one unique longest pa...
分类:编程语言   时间:2014-06-02 09:22:03    阅读次数:328
linux删除乱码文件
不知道大家有没有碰到这种文件,因为是乱码,文件无法删除,这时我们就可以考虑用下面的命令进行删除文件或目录 ls -i //列出文件节点 find ./ -inum XXX(节点号) -print -exec rm -rf {} \; //删除节点号文件 find . -inum XXXX(节点号) ...
分类:系统相关   时间:2014-06-02 06:37:25    阅读次数:370
ListActivity学习
布局代码: 错误信息:E/AndroidRuntime(2728): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.*****.Main}: java.lang.RuntimeExcepti...
分类:其他好文   时间:2014-06-02 05:46:20    阅读次数:186
ORA-01652: unable to extend temp segment by 128 in tablespace TEMP
解决办法 --创建中转临时表空间 2.createtemporarytablespaceTEMP02TEMPFILE‘/u01/app/oracle/oradata/perm/temp02.dbf‘SIZE1024MREUSEAUTOEXTENDONNEXT640KMAXSIZEUNLIMITED; --改变缺省临时表空间为刚刚创建的新临时表空间temp02 3.alterdatabasedefaulttemporarytablespace..
分类:其他好文   时间:2014-06-02 04:01:51    阅读次数:1213
ORA-09925: Unable to create audit trail file 在DBCA时
ORA-09925:Unabletocreateaudittrailfile在DBCA时 ***数据库后,再执行dbca时候报错ORA-09925:Unabletocreateaudittrailfile 起初以为是权限问题, $cd$ORACLE_HOME/rdbms/audit 查看下权限,属主,为了避免麻烦直接赋予aufit目录777权限 退出DBCA直接们再次执行,问题依旧 ORA-..
分类:数据库   时间:2014-06-02 03:27:19    阅读次数:301
ORA-01652: unable to extend temp segment by 128 in tablespace TEMP01
收集数据库信息时候报ORA-01652错如下 SQL>EXECDBMS_STATS.gather_database_stats; BEGINDBMS_STATS.gather_database_stats;END; * ERRORatline1: ORA-01652:unabletoextendtempsegmentby128intablespaceTEMP01 ORA-06512:at"SYS.DBMS_STATS",line13210 ORA-06512:at"SYS..
分类:其他好文   时间:2014-06-02 03:20:19    阅读次数:316
ORA-07391: sftopn: fopen error, unable to open text file
11Grac 由spfile创建数据库的pfile 报错如下 SQL>createpfile=‘/u01/inittips1.ora‘fromspfile; createpfile=‘/u01/inittips1.ora‘fromspfile * ERRORatline1: ORA-07391:sftopn:fopenerror,unabletoopentextfile. 再次执行 SQL>createpfile=‘/u01/inittips1.ora..
分类:其他好文   时间:2014-06-02 03:11:52    阅读次数:233
leetcode -- 3 sum
3-sum    题目描述: Given an array S of n integers, are there elements a, b, c in S such that a + b + c = 0? Find all unique triplets in the array which gives the sum of zero. 题目要求: Elements...
分类:其他好文   时间:2014-06-01 17:31:27    阅读次数:471
windows编程之文件夹遍历
利用windows的API,FindFirstFile和FileNextFile,采用递归遍历指定文件夹中的所有文件及文件夹,第一次windows编程,代码写的很臃肿难看,请大家多多包涵! #include #include #include #include #define MAXN 100005 using namespace std; void surf(WIN32_FIND_DAT...
分类:Windows程序   时间:2014-06-01 14:11:51    阅读次数:460
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!