码迷,mamicode.com
首页 >  
搜索关键字:csu1636 i locked tre    ( 665个结果
解决ora-00054 Oracle锁表问题
1、运行sql: select session_id from v$locked_object;   查出锁表的session,可能很多,正常是没有的 2、SELECT sid, serial#, username, osuser FROM v$session where sid = 162;   将162换成你查出来的session_id 3、kill掉session       AL...
分类:数据库   时间:2014-08-19 14:36:04    阅读次数:185
solr报死锁
会初始化index,Index locked for write for core的Exception就是在这个时候报出来的修改solrconfig.xml中的true设置为true具体请看http://blog.csdn.net/wenchanter/article/details/3783182...
分类:其他好文   时间:2014-08-15 17:18:59    阅读次数:236
oracle“记录被另一个用户锁住”
1、查看数据库锁,诊断锁的来源及类型:select object_id,session_id,locked_mode from v$locked_object;或者用以下命令:select b.owner,b.object_name,l.session_id,l.locked_modefrom v$...
分类:数据库   时间:2014-08-13 14:31:46    阅读次数:233
SVN操作异常解决日志
1 svn locked某个目录-无法进行更新产生这种情况大多是因为上次svn命令执行失败且被锁定了。如果cleanup没有效果的话只好手动删除锁定文件。在命令提示符下cd到svn项目出现问题的文件所在目录下,然后执行如下命令dellock/q/s就把锁删掉了。如图所示:2.svn remains ...
分类:其他好文   时间:2014-08-11 17:29:22    阅读次数:378
HDU 4916 树形dp
Count on the path Time Limit: 5000/2500 MS (Java/Others)    Memory Limit: 131072/131072 K (Java/Others) Total Submission(s): 92    Accepted Submission(s): 10 Problem Description bobo has a tre...
分类:其他好文   时间:2014-08-06 11:51:59    阅读次数:232
poj 1149 PIGS(网络流dinic)
PIGS Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 16054   Accepted: 7185 Description Mirko works on a pig farm that consists of M locked pig-houses and ...
分类:其他好文   时间:2014-08-05 15:49:39    阅读次数:292
hdu1166
没有用到懒惰标记的线段树问题,不过通过这道题找到了不用数组就能找到写update的方法了#include#include#include#include#includeusing namespace std;#define max 50010#define INF 0x3f3f3f3fint tre...
分类:其他好文   时间:2014-08-01 18:59:22    阅读次数:171
[leetcode]Balanced Binary Tree
Balanced Binary TreeGiven a binary tree, determine if it is height-balanced.For this problem, a height-balanced binary tree is defined as a binary tre...
分类:其他好文   时间:2014-07-31 23:20:20    阅读次数:267
Ceph - howto, rbd, lvm, cluster
Install ceph Installation depends about which version you want as they‘re all locked into Fixed releases (argonaut, bobtail etc). So go here for install options for your distro and the version you ...
分类:其他好文   时间:2014-07-30 12:35:14    阅读次数:494
codeforces 126B Password
Description Asterix, Obelix and their temporary buddies Suffix and Prefix has finally found the Harmony temple. However, its doors were firmly locked and even Obelix had no luck opening them. A li...
分类:其他好文   时间:2014-07-29 14:22:28    阅读次数:316
665条   上一页 1 ... 60 61 62 63 64 ... 67 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!