代码搜索:Message
找到约 10,000 项符合「Message」的源代码
代码结果 10,000
www.eeworm.com/read/366274/2891897
properties message.properties
parser.parse.1=Wrong character.
parser.parse.2=Invalid reference number.
parser.next.1=A character is required after \\.
parser.next.2='?' is not expected. '(?:' or '(?=' or '(?!' or '(?
www.eeworm.com/read/366271/2892095
sql message.sql
create table message(title varchar(100),name varchar(20),time datetime,content varchar(2000),mail varchar(50))
www.eeworm.com/read/366046/2893616
h message.h
#ifndef __MESSAGE_H__
#define __MESSAGE_H__
#define MESSAGE_RECORD_MAX 20
typedef struct MESSAGEINFO_STRUCT
{
unsigned char current; /*当前写入的记录号,也就是最后写入的消息位置*/
unsigned char id;
www.eeworm.com/read/366046/2893630
c message.c
/*****************************************************
*调度消息读写文件
******************************************************/
#include "global.h"
#include "message.h"
#include "24c512.h"
#include "st
www.eeworm.com/read/366046/2893703
lst message.lst
C51 COMPILER V7.09 MESSAGE 09/16/2008 14:31:34 PAGE 1
C51 COMPILER V7.09, COMPILATION OF MODULE MESSAGE
OBJECT MODULE PLACED IN
www.eeworm.com/read/366046/2893773
h message.h
#ifndef __MESSAGE_H__
#define __MESSAGE_H__
#define MESSAGE_RECORD_MAX 20
typedef struct MESSAGEINFO_STRUCT
{
unsigned char current; /*当前写入的记录号,也就是最后写入的消息位置*/
unsigned char id;
www.eeworm.com/read/366046/2893787
c message.c
/*****************************************************
*调度消息读写文件
******************************************************/
#include "global.h"
#include "message.h"
#include "24c512.h"
#include "st
www.eeworm.com/read/366046/2893859
lst message.lst
C51 COMPILER V7.09 MESSAGE 09/16/2008 14:31:34 PAGE 1
C51 COMPILER V7.09, COMPILATION OF MODULE MESSAGE
OBJECT MODULE PLACED IN
www.eeworm.com/read/365585/2896429
java message.java
package org.sunxin.guestbook.beans;
import java.io.Serializable;
public class Message implements Serializable
{
//留言的用户名。
private String username;
//留言的主题。
private String ti
www.eeworm.com/read/365228/2898364
java message.java
/*
* Copyright (C) 2004 Sun Microsystems, Inc. All rights reserved. Use is
* subject to license terms.
*
* This program is free software; you can redistribute it and/or modify
* it under the ter