代码搜索:msg

找到约 10,000 项符合「msg」的源代码

代码结果 10,000
www.eeworm.com/read/340665/3268897

c test.c

#include #include static void send_msg1 (void) { static char msg[] = "Hello World\r\n"; write(1, msg, strlen (msg)); } static void send_msg2 (void) { static char msg[] = "
www.eeworm.com/read/132747/5910301

h scsi_message.h

/* Messages (1 byte) */ /* I/T (M)andatory or (O)ptional */ #define MSG_CMDCOMPLETE 0x00 /* M/M */ #define MSG_EXTENDED 0x01 /* O/O */ #define MSG_SAVEDATAPOINTER 0x02 /* O/O */ #define MSG_RE
www.eeworm.com/read/125688/6025311

h scsi_message.h

/* Messages (1 byte) */ /* I/T (M)andatory or (O)ptional */ #define MSG_CMDCOMPLETE 0x00 /* M/M */ #define MSG_EXTENDED 0x01 /* O/O */ #define MSG_SAVEDATAPOINTER 0x02 /* O/O */ #define MSG_RE
www.eeworm.com/read/489527/1221428

80a1a777817d001c182993c87dc374a0

package bb; public class ProductBean { ProductMessage msg; Dbcon dbcon; public void setPMessage(ProductMessage msg) { this.msg=msg; } public void addPMessage()throws Exc
www.eeworm.com/read/489527/1221725

30c8e067817d001c182993c87dc374a0

package bb; public class ProductBean { ProductMessage msg; Dbcon dbcon; public void setPMessage(ProductMessage msg) { this.msg=msg; } public void addPMessage()throws Exc
www.eeworm.com/read/489527/1222223

a00609ca7f7d001c182993c87dc374a0

package bb; public class ProductBean { ProductMessage msg; Dbcon dbcon; public void setPMessage(ProductMessage msg) { this.msg=msg; } public void addPMessage()throws Exc
www.eeworm.com/read/489527/1222306

c068aafb7f7d001c182993c87dc374a0

package bb; public class ProductBean { ProductMessage msg; Dbcon dbcon; public void setPMessage(ProductMessage msg) { this.msg=msg; } public void addPMessage()throws Exc
www.eeworm.com/read/299756/7834423

php buy.php

www.eeworm.com/read/297175/8048279

c utils.c

#include void rtrim(char *msg) { int i; if(NULL == msg) return; for(i=strlen(msg);i>0;i--) { if(msg[i-1] == ' ') msg[i-1]=0; else
www.eeworm.com/read/241927/13108688

c utils.c

#include void rtrim(char *msg) { int i; if(NULL == msg) return; for(i=strlen(msg);i>0;i--) { if(msg[i-1] == ' ') msg[i-1]=0; else