码迷,mamicode.com
首页 >  
搜索关键字:cannot connect to th    ( 19082个结果
Oracle 使用scott用户 set utotrace on报错 SP2-0618,SP2-0611
使用scott用户 set utotrace on报错 SCOTT@TEST0422>set autotrace on SP2-0618: Cannot find the Session Identifier.  Check PLUSTRACE role is enabled SP2-0611: Error enabling STATISTICS report SCOTT@TEST...
分类:数据库   时间:2014-05-10 19:35:23    阅读次数:389
LeetCode OJ - Minimum && Maximum Depth of Binary Tree
这两道题用递归的解法都很简单,只是稍有不同。下面是AC代码: 1 /** 2 * Given a binary tree, find its minimum depth. 3 * the minimum depth is the number of nodes along th...
分类:其他好文   时间:2014-05-10 08:47:32    阅读次数:271
kafka环境搭建二---Windows客户端Linux服务器
一、对于服务器端的搭建可以参考上一篇文章:kafka单机版环境搭建与测试 服务器端IP :10.0.30.221 运行环境的目录如下: 需要改动config文件夹下的server.properties中的以下两个属性 zookeeper.connect=localhost:2181改成zookeeper.connect=10.0.30.221:2181 以及默认注释掉的 #host...
分类:Windows程序   时间:2014-05-10 08:35:03    阅读次数:592
Linux下oracle数据库启动和关闭操作
第一步:登陆root登陆之后切换到oracle用户上,输入su oracle第二步:连接在oracle用户下,输入sqlplus /nolog第三步:使用管理员权限输入connect /as sysdba第四步:启动/关闭服务输入startupstartup参数不带参数,启动数据库实例并打开数据库,...
分类:数据库   时间:2014-05-09 16:59:52    阅读次数:390
opensue fstab故障恢复
date: 20140505author: Jin故障背景:早上启动本本 无法启动,报错信息(几个关键)WARNING:Failed to connect to lvmetad: No such file direct[FAILED]Failed to mount /var/run/user/100...
分类:其他好文   时间:2014-05-09 16:47:25    阅读次数:479
如何不花钱就能找到乐子
How to Find Happiness Without Buying It如何不花钱就能找到乐子Our materialistic society has led us to believe that happiness cannot be obtained without having mon...
分类:其他好文   时间:2014-05-09 11:57:25    阅读次数:363
ScrollView cannot scroll in Slidinguppanellayout 解决办法
xml源码如下 ...
分类:其他好文   时间:2014-05-08 20:35:47    阅读次数:508
QT环境搭建常见的bug解决 -->ld: cannot find –lbootstrap 错误
常见错误列表一、编译arm环境的时候:./configure -prefix $HOME/Qtenv/arm -embedded arm-nomake docs -nomake demo -nomake examples1、configure完成之后,make出现问题:/usr/bin/ld: ca...
分类:其他好文   时间:2014-05-05 09:32:27    阅读次数:1967
VS发布 错误 未能将文件 复制到
自己一手搭建的网站 ASP.MVC4 最近修改写功能 之后一直发布不了 一直报 错误 15 未能将文件 easyui\themes\gray\images\Thumbs.db  复制到 obj\Release\Package\PackageTmp\easyui\themes\gray\images\Thumbs.db。 未能找到文件“easyui\themes\gray\images\Th...
分类:其他好文   时间:2014-05-04 18:51:44    阅读次数:500
[TroubleShooting]'trn\bak' is incorrectly formed. SQL Server cannot process this media family.
?? SQL Server online consultants came across an interesting scenario where one of our client was unable to restore a native SQL Server backup successfully performed from one instance running on M...
分类:数据库   时间:2014-05-04 17:42:50    阅读次数:394
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!