java多线程例子编写具有多线程能力的程序经常会用到的方法有: run(), start(),
wait(), notify(), notifyAll(), sleep(), yield(), join() 还有一个重要的关键字:synchronized
本文将对以上内容进行讲解。 一:ru...
分类:
编程语言 时间:
2014-05-16 04:28:51
阅读次数:
494
在Oracle/PLSQL中,instr函数返回要截取的字符串在源字符串中的位置。instr是一个非常好用的字符串处理函数,几乎所有的字符串分隔都用到此函数。。语法如下:
instr( string1, string2, start_position,nth_appearance ) strin.....
分类:
其他好文 时间:
2014-05-16 03:33:52
阅读次数:
262
1 Object-auditor 的启动
Object-auditor的启动和object-replicator的启动过程是一样的,首先是执行启动脚本
swift-init object-auditor start
启动脚本会运行swift源码bin目录下的
if __name__ == '__main__':
parser = OptionParser("%prog CONFIG...
分类:
其他好文 时间:
2014-05-16 02:50:59
阅读次数:
332
问题1
[root@localhost ~]# gluster peer status
Connection failed. Please check if gluster daemon is operational.
原因:未开启glusterd服务
解决方法:开启glusterd服务
/etc/init.d/glusterd start
问题2
[root@loc...
分类:
其他好文 时间:
2014-05-16 02:50:16
阅读次数:
391
先後運行的腳步/etc/inittab/etc/rc.d/rc.sysinit/etc/rc.d/rcX/etc/rc.d/rcX.d/Sxxxxstart(/etc/rc.d/init.d/XXXX)/etc/rc.d/rc.localminigetty/dev/tty1-6login-->bash/etc/profile~/.bash_profile5:gdm
分类:
系统相关 时间:
2014-05-16 02:11:38
阅读次数:
290
1.定义UITexture二维数组public UITexture[,]
m_UITexture;2.在 void start() 中分配内存m_UITexture = new UITexture[30,
50];3.遍历排列的UITexture//用UITexture数组获取UITexture ....
分类:
其他好文 时间:
2014-05-16 01:17:09
阅读次数:
316
启动:net start mySql; 进入:mysql -u root -p/mysql
-h localhost -u root -p databaseName; 列出数据库:show databases; 选择数据库:use
databaseName; 列出表格:show tables...
分类:
数据库 时间:
2014-05-15 21:36:56
阅读次数:
366
在eclipse启动tomcat时遇到超时45秒的问题:
Server Tomcat v7.0 Server at localhost was unable to startwithin 45 seconds. If the server requires more time, try increasingthe timeout in the server editor.
网上解决办法...
分类:
其他好文 时间:
2014-05-15 18:31:36
阅读次数:
242
PHP生成指定大小随机图片 $image_width){ for ($i=$start;
$i<$image_height * 2; $i+=$step) { imageline($img, 0, $i, $i, 0,
$color); }}else{ for ($i=$start; $i<$im....
分类:
Web程序 时间:
2014-05-15 17:42:03
阅读次数:
377
一、添加下面的库 并配置好路径
ws2_32.lib;Mswsock.lib;cppunit.lib;libapr-1.lib;libapriconv-1.lib;libaprutil-1.lib;libaprapp-1.lib;libactivemq-cppd.lib;%(AdditionalDependencies)
E:\cms\cmsTest\lib\myAprLib;E:\cms\c...
分类:
其他好文 时间:
2014-05-15 13:37:30
阅读次数:
287