码迷,mamicode.com
首页 >  
搜索关键字:locked    ( 511个结果
SVN更新被Locked,Can't open file 'folder/.svn/tmp/text-base/file.svn-base'
错误状况最近项目SVN每次更新项目都会出现Can’t open file ‘项目目录/.svn/tmp/text-base/xxx.xml.svn-base’类似的错误,同时导致项目目录被Locked,只有执行clean up才能进行解锁。同时,针对单个文件或文件夹的更新操作却没有问题。其中错误信息中“xxx.xml”文件为导致错误的文件。原因分析及查找: 1、浏览SVN资源库,查看出错的xxx....
分类:其他好文   时间:2015-06-09 20:10:28    阅读次数:145
oracle 记录被别的用户锁住
找出数据库的serial#,以备杀死:select t2.username,t2.sid,t2.serial#,t2.logon_time from v$locked_object t1,v$session t2 where t1.session_id=t2.sid order by t2.logo...
分类:数据库   时间:2015-06-09 19:38:18    阅读次数:115
npm and node 的一些问题
1. node 安装 n 模块 用来管理 node的版本2. 初始化项目出现这个问题Error: Attempt to unlock XXX, which hasn't been locked运行:sudo chown -R $USER ~/.npmsudo chown -R $USER /usr/...
分类:其他好文   时间:2015-06-07 20:00:14    阅读次数:115
oracle数据库查询锁表与解锁语句
今天要删除一个失效的物化视图的时候;老是删除不掉;经理说是锁表了;然后百度了一下下面是 查询 锁表 和 如何解锁--查询现在的锁SELECT l.session_id sid, s.serial#, l.locked_mode,l.oracle_username, l.os_user_name,s....
分类:数据库   时间:2015-06-05 13:58:08    阅读次数:166
SVN Working copying 'xxxxx/xxxx/xxxx' locked
使用SVN想更新上传时提示Working copying 'xxxx/xxxx/xxx' locked 解决方法: 选中你的项目,上面工具栏一行找到  Action → Cleanup all  Working Copy Locks...
分类:其他好文   时间:2015-06-05 10:12:15    阅读次数:165
[swustoj 679] Secret Code
Secret Code问题描述The Sarcophagus itself is locked by a secret numerical code. When somebody wants to open it, he must know the code and set it exactly o...
分类:其他好文   时间:2015-06-04 15:26:25    阅读次数:139
解决ORA-28000: the account is locked
在oracle中,连续十次尝试登陆不成功,那么此账户将会被锁定(lock)。当使用被锁定的账户登录时,系统会报错:ORA-28000:theaccountislocked。查询FAILED_LOGIN_ATTEMPTS参数默认值,这个参数限制了从第一次登录失败开始计算连续登陆失败的次数。sqlplus/nologconn/assysdbade..
分类:其他好文   时间:2015-06-03 06:17:16    阅读次数:162
查询、释放数据库锁、 约束
SELECT object_name, machine, s.sid, s.serial# FROM gv$locked_object l, dba_objects o, gv$session s WHERE l.object_id = o.object_id AND l.session_i...
分类:数据库   时间:2015-06-01 14:42:02    阅读次数:148
HDU--Secret Code
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1111Problem DescriptionThe Sarcophagus itself is locked by a secret numerical code. When somebody wants...
分类:其他好文   时间:2015-05-30 22:28:08    阅读次数:387
重启VirtualBox里面的系统提示VT-x features locked or unavailable in MSR错误
有次不小心设置了一下virtualbox里面的一些配置,然后启动系统时出现了如下提示 在网上找了一些资料尝试了一些方法偶然有一次成功 原来是自己把那个cpu个数设置成了2,改成1就好了,不知道为什么做,也懒得去深究,浪费时间 网上还有一个解决方案感觉也行,可以尝试一下,地址如下: http://wo...
分类:其他好文   时间:2015-05-28 22:49:31    阅读次数:194
511条   上一页 1 ... 33 34 35 36 37 ... 52 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!