代码搜索:MQ
找到约 1,170 项符合「MQ」的源代码
代码结果 1,170
www.eeworm.com/read/386582/8737001
h mq.h
/*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Yo
www.eeworm.com/read/386582/8737515
c mq.c
/*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Yo
www.eeworm.com/read/355017/10303073
h mq.h
#if defined(OS400) && (__OS400_TGTVRM__ >= 510)
#pragma datamodel(P128)
#endif
/*********************************************************************/
/*
www.eeworm.com/read/297079/8054389
h mq.h
#ifndef _MQ_H
#define _MQ_H
#if __GNUC__ >= 3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif
#define PROPID_Q_INSTANCE 101
#define PROPID_Q_TYPE 102
#define PROP
www.eeworm.com/read/303174/13820532
java mq.java
package demo;
import com.ibm.mq.*;
//please include mq jars first
public class FirstMqTest
{
public static void main(String args[]){
FirstMqTest first = new FirstMqTest();
first.test();