(7)EJB3.0 EJB开发消息驱动bean JMS 一:Java消息服务(Java Message Service) 二:jms中的消息 消息传递系统的中心就是消息。一条 Message 由三个部分组成: 头(header),属性(property)和主体(body)。消息有下面几种类...
分类:
其他好文 时间:
2014-07-22 22:52:13
阅读次数:
357
看了一下RabbitMQ的介绍,主要是一个message...
分类:
其他好文 时间:
2014-07-22 14:29:35
阅读次数:
171
<?php
/**
* 记录数据
*/
function runlog($mode = ‘SMTP‘,$b = ‘‘,$c = ‘‘,$d=‘‘) {
}
/**
* 发送邮件
* @param $toemail 收件人email
* @param $subject 邮件主题
* @param $message 正文
*/
funct...
分类:
Web程序 时间:
2014-07-22 08:31:37
阅读次数:
485
创建一个数据库 CREATE?TABLE?`message`?(
??`id`?tinyint(1)?NOT?NULL?auto_increment,
??`user`?varchar(25)?NOT?NULL,
??`title`?varchar(50)?NOT?NULL,
??`content`?tinytext?NOT?N...
分类:
数据库 时间:
2014-07-22 08:28:34
阅读次数:
301
error opening trace file: No such file or directory (2)问题描述可以编译运行,但报错。问题原因及解决其实系统是找不到文件或者是目录!写了很多class文件后,在AndroidMainfest.xml中声明,后来又修改或者加了新的class,然后把...
分类:
移动开发 时间:
2014-07-22 00:39:36
阅读次数:
263
The DecoderWrite a complete program that will correctly decode a set of characters into a valid message. Your program should read a given file of a si...
分类:
其他好文 时间:
2014-07-22 00:38:34
阅读次数:
235
SPOJ Problem Set (classical) 14. I-Keyboard Problem code: IKEYBMost of you have probably tried to type anSMS message on the keypad of acellular phone....
分类:
其他好文 时间:
2014-07-22 00:04:36
阅读次数:
397
varmysql=require(‘mysql‘);varclient=mysql.createConnection({host:‘112.124.54.74‘,port:3306,user:‘yin‘,password:‘691331‘,database:‘hu‘});client.connect(function(error,results){if(error){console.log(‘ConnectionError:‘+error.message);return;}console.log(‘Conne..
分类:
数据库 时间:
2014-07-21 19:48:22
阅读次数:
263
#include
#include
#include
char s[250];
char a[10][250];
int a1[4];
int a2[250];
char ch;
int init(int len)
{
int tt=0;
for(int i=1;i<=7;i++)
{
for(int j=0;j<(int)pow(2,i)-1;j++)
...
分类:
其他好文 时间:
2014-07-20 10:25:18
阅读次数:
185