exception in initAndListen: 12596 old lock file, terminating...
分类:
其他好文 时间:
2015-04-01 15:33:51
阅读次数:
151
在测试同步的过程中,看到如下代码:public class MsLunch { private long c1 = 0; private long c2 = 0; private Object lock1 = new Object(); private Object lock...
分类:
编程语言 时间:
2015-04-01 12:37:34
阅读次数:
134
KeyWord:ESRI ArcGIS 9.3 Desktop Server Engine ArcEngine ArcIMS ArcSDE Workstation ECP Lisence Crack 破解 许可 下载新增ArcGIS 9.3的电驴下载地址(都是windows版本的),具体的使用与设置...
分类:
其他好文 时间:
2015-03-31 23:50:41
阅读次数:
182
1.Mac 本快捷键2.终端命令2.1什么是终端,终端的作用路径的概念:文件的位置mac users/ms/desktop/1.rtfwin d:\111\222\333\1.txt绝对路径:从根目录开始的路径相对路径:不从根目录开始的路径 222\333\1.txt2.2如何打开一个终端p...
分类:
系统相关 时间:
2015-03-31 22:12:46
阅读次数:
214
浅析linux内核中timer定时器的生成和sofirq软中断调用流程mod_timer添加的定时器timer在内核的软中断中发生调用,__run_timers会spin_lock_irq(&base->lock);禁止cpu中断,所以我们的timer回调处理函数handler工作在irq关闭的环境...
分类:
Web程序 时间:
2015-03-31 19:38:22
阅读次数:
225
1.如下代码所示:#include #include #include #include pthread_mutex_t count_lock;pthread_cond_t count_ready;int count;void *decrement_count(void *arg){ ...
分类:
其他好文 时间:
2015-03-31 10:46:34
阅读次数:
140
从Pyqt的examples中看到一段截图代码, (路径:examplas\desktop\screenshot.py) 所以想自己UI下界面,手动练习下通过UI生成的: Screenshot.py 1 # -*- coding: utf-8 -*- 2 3 # Form implement...
分类:
其他好文 时间:
2015-03-31 10:40:40
阅读次数:
171
(说明: 本文是对哈工大操作系统实验课的总结)一, 实验平台 ubuntukylin-14.04-desktop-i386 (我是在VMware中安装的ubuntu, 最好安装一下VMtools, 更加方便操作)二, 实验工具 1, Bochs: PC机模拟器, 它模拟出的环境可以运行各种系...
分类:
其他好文 时间:
2015-03-31 10:26:45
阅读次数:
164
if exists (select * from dbo.sysobjectswhere id = object_id(N'[dbo].[sp_who_lock]')and OBJECTPROPERTY(id, N'IsProcedure') = 1)drop procedure [dbo].[sp...
分类:
其他好文 时间:
2015-03-30 18:04:23
阅读次数:
118
eclipse 使用一段时间后,有时会因为一些故障自己就莫名奇妙的关闭了,再打开时有时没有问题,有时有会提示错误 Workspace Unavailable:
Workspace in use or cannot be created, choose a different one.
原因:出现这种情况一般是workspace的配置文件中出现了.lock文件(workspace...
分类:
其他好文 时间:
2015-03-30 16:37:37
阅读次数:
137