Problem Description
=== Op tech briefing, 2002/11/02 06:42 CST ===
"The item is locked in a Klein safe behind a painting in the second-floor library. Klein safes are extremely rare; most of them,...
分类:
其他好文 时间:
2014-07-27 23:55:39
阅读次数:
391
原文,因为原视频说的太快太长, 又没有字幕,于是借助youtube,把原文听&打出来了。 中文版日后有时间再翻译。one of the big succeess factors here at Spority is our agile engineering culture. Culture tre...
分类:
其他好文 时间:
2014-07-27 23:33:49
阅读次数:
693
使用FMDatabaseQueue,解决5: database is locked问题...
分类:
数据库 时间:
2014-07-26 02:19:16
阅读次数:
199
折腾好久不行,问题关键是找不到到底是哪个进程造成了锁死,v$locked_object这个视图又没有权限。 最终解决方法如下: PL/SQL Developer 中 Tools->Sessions打开session窗口,在窗口的下半部分有一个locks的tab页,...
分类:
数据库 时间:
2014-07-25 00:10:24
阅读次数:
251
Oracle数据库操作中,我们有时会用到锁表查询以及解锁和kill进程等操作,那么这些操作是怎么实现的呢?本文我们主要就介绍一下这部分内容。(1)锁表查询的代码有以下的形式:select count(*) from v$locked_object;select * from v$locked_obj...
分类:
数据库 时间:
2014-07-24 22:21:52
阅读次数:
223
整理一下,以备后用
cd /home 进入/home目录
cd .. 返回上一级目录
cd ../.. 返回上两级目录
cd 进入个人的主目录
cd - 返回上次所在的目录
pwd 显示工作路径
ls 查看目录中的文件
ls -l 显示文件和目录的详细资料
ls -a 显示隐藏文件
ls *[0-9]* 显示包含数字的文件名和目录名
tre...
分类:
系统相关 时间:
2014-07-24 10:25:33
阅读次数:
215
mysql-uroot-e"showprocesslist"|grep-i"Locked">>locklist.txt;
forlineinawk‘{print$1}‘locklist.txt
do
echo"kill$line;">>lock_kill.sql
done查看mysql数据库表大小#!/bin/bash
database=cms
user=root
password=‘123456‘
mysql-u${user}-p${password}-e"use$d..
分类:
数据库 时间:
2014-07-22 18:15:42
阅读次数:
334
此办法是阅读官方文档(TortoiseSVN-1.6.16-zh_CN.pdf) 4.21 锁部分提供的办法: 首先选择选择要提交的文件右键菜单:“TortoiseSVN->get locks”在对话框的左下角有个steal the locks选项,勾选这个选项,你就可以...
分类:
其他好文 时间:
2014-07-22 08:22:36
阅读次数:
177
问题:查看SSH的状态时,提示错误如下:/etc/init.d/sshd statuserror: sshd dead but subsys locked解决方法:sshd -drm -rf /dev/null/mknod /dev/null c 1 3/etc/init.d/sshd restar...
分类:
其他好文 时间:
2014-07-21 09:33:36
阅读次数:
453
PIGSTime Limit: 1000MSMemory Limit: 10000KTotal Submissions: 15747Accepted: 7034DescriptionMirko works on a pig farm that consists of M locked pig-hou...
分类:
其他好文 时间:
2014-07-21 09:12:07
阅读次数:
314