发布时间:2016-09-26 19:28:57
#!/bin/bashexport JAVA_HOME='/usr/local/jdk'server='transfile_'prefix="/var/instance/fileservice/transfer_file/${server}"begin=0end=9function start() { for (( i=$begin; i<=$end; i++ )) &n.........【阅读全文】
发布时间:2016-08-24 18:03:20
安装部署1、下载安装包并解压下载地址:https://github.com/alibaba/RocketMQ/releases 将目录alibaba-rocketmq copy 到/usr/local/下2、环境变量配值export JAVA_HOME=/usr/local/jdk1.7.0_79export ROCKETMQ_HOME=/usr/local/alibaba-rocketmqexport CLASSPATH=/usr/local/jdk1.7.0_79/lib export P.........【阅读全文】
发布时间:2013-10-24 17:12:00
今天在HP-UX上调试代码时,动态库下不了断点,提示如下信息warning: Cannot insert breakpoint 0: in /lib/xxx_codeD.slwarning: This is because your shared libraries arewarning: not mapped private. To attach to a processwarning: and debug its shared libraries you must warning: prepare the progr.........【阅读全文】