码迷,mamicode.com
首页 >  
搜索关键字:occurred    ( 781个结果
连接远程数据库ORACLE11g,错误百出!
ORA-12170: TNS:Connect timeout occurred ORA-12514: TNS: 监听程序当前无法识别连接描述符中请求的服务 ORA-12705: Cannot access NLS data files or invalid environment s... ...
分类:数据库   时间:2017-10-14 22:36:38    阅读次数:521
关于eclipse的"An internal error occurred during"的错误
删除当前工作目录下的WORKSPACE_HOME/.metadata/.plugins/org.eclipse.core.resources/.project,然后重新启动Eclipse ...
分类:系统相关   时间:2017-10-10 10:06:26    阅读次数:247
[Partition][Index]对于Partition表而言,是否Global Index 和 Local Index 可以针对同一个字段建立?
对于Partition表而言,是否Global Index 和 Local Index 可以针对同一个字段建立?实验证明,对单独的列而言,要么建立 Global Index, 要么建立 Local Index。不能既建立 Global Index, 又建立 Local Index Test Case ...
分类:其他好文   时间:2017-10-04 14:29:50    阅读次数:156
Debug tool 学习笔记
GDB调试命令大全 gdb --pid 1235 gdb core.1234 where (bt) //where the segmentation fault occurred f 1 //切换栈帧 info locals //打印内存 WinDBG调试技巧 .ecxr command displ ...
分类:其他好文   时间:2017-09-30 19:59:54    阅读次数:164
打开iTunes出现 an unknown error occurred(-45076)的解决办法
将Mac OS升级到了macos High Sierra,打开iTunes时出现 an unknown errer occurred(-45076)。 在不想将iTunes升级至12.7(即停留版本在12.6.2)的情况下,进行如下处理(据说升级iTunes可解决问题,未尝试): 一、关闭Syste ...
分类:其他好文   时间:2017-09-29 17:49:09    阅读次数:218
点击eclipse包报错
每次只要新建一个package包,或者鼠标选择某个package包,系统就会提示:An error has occurred. See error log for more details. org/eclipse/jpt/common/utility/exception/Exception han ...
分类:系统相关   时间:2017-09-27 00:43:05    阅读次数:299
Java5的新特性
原文出处:xixicat 序 这是Java语言特性系列的第一篇,从java5的新特性开始讲起。初衷就是可以方便的查看语言的演进历史。 特性列表 泛型 枚举 装箱拆箱 变长参数 注解 foreach循环 静态导入 格式化 线程框架/数据结构 Arrays工具类/StringBuilder/instru... ...
分类:编程语言   时间:2017-09-24 14:37:05    阅读次数:239
android studio导入工程时遇到的问题
克隆android ar sdk, 用android studio 导入里面的samples 错误提示如下: Error:(1, 1) A problem occurred evaluating project ':app'. > java.lang.UnsupportedClassVersionE ...
分类:移动开发   时间:2017-09-21 20:57:25    阅读次数:209
[LeetCode] Find Mode in Binary Search Tree
Given a binary search tree (BST) with duplicates, find all the mode(s) (the most frequently occurred element) in the given BST. Assume a BST is define ...
分类:其他好文   时间:2017-09-19 22:59:48    阅读次数:230
eclipse遇到启动报an error has occurred see the log file错
错误: 修改eclipse安装目录下比如D:\eclipse\configuration\.settings\org.eclipse.ui.ide.prefs, 删除 RECENT_WORKSPACES后的内容重新打开即可 ...
分类:系统相关   时间:2017-09-17 13:36:52    阅读次数:345
781条   上一页 1 ... 24 25 26 27 28 ... 79 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!