码迷,mamicode.com
首页 >  
搜索关键字:oslo message    ( 9448个结果
EJB3.0 EJB开发消息驱动bean
(7)EJB3.0 EJB开发消息驱动bean JMS 一:Java消息服务(Java Message Service) 二:jms中的消息 消息传递系统的中心就是消息。一条 Message 由三个部分组成: 头(header),属性(property)和主体(body)。消息有下面几种类...
分类:其他好文   时间:2014-07-22 22:52:13    阅读次数:357
php 发送邮件函数
<?php /** * 记录数据 */ function runlog($mode = ‘SMTP‘,$b = ‘‘,$c = ‘‘,$d=‘‘) { } /** * 发送邮件 * @param $toemail 收件人email * @param $subject 邮件主题 * @param $message 正文 */ funct...
分类:Web程序   时间:2014-07-22 08:31:37    阅读次数:485
制作PHP+MySQL留言板
创建一个数据库 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
uva 458 - The Decoder
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
uva 213 - Message Decoding (我觉得我的方法要比书上少很多代码,不保证好……)
#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
OpenStack配置解析库——oslo.config
OpenStack的oslo项目旨在独立出系统中可重用的基础功能,oslo.config就是其中一个被广泛使用的库,该项工作的主要目的就是解析OpenStack中命令行(CLI)或配置文件(.conf)中的配置信息。下面先给一个high-level的过程说明一下如何使用这个库。 OpenSta...
分类:其他好文   时间:2014-07-19 13:37:36    阅读次数:6614
记录一个读pcap数据包的软件:Fiddler
Fiddler。大神推荐的。名字老忘。用wireshark在wifi共享精灵共享出来的无线网上抓包,发现一个SSDP(简单服务发现协议)一直在尝试找连上这个网络上的设备。连上NEXUS4后出现了ICMPv6(Internet Control Message Protocol,错误侦测,维护路由)以及...
分类:其他好文   时间:2014-07-19 11:30:14    阅读次数:1490
JSP---调用javax.swing.JOptionPane类的对话框方法
Show an error dialog that displays the message, 'alert':JOptionPane.showMessageDialog(null, "alert", "alert", JOptionPane.ERROR_MESSAGE); Show an inte...
分类:编程语言   时间:2014-07-18 15:37:21    阅读次数:339
Methods for Using Message Queuing Telemetry Transport for Sensor Networks to Support Sleeping Devices
Methods support a sleep mode for an embedded device. Embedded devices like sensors and actuators used in wireless sensor networks have a limited power...
分类:Web程序   时间:2014-07-18 08:33:13    阅读次数:479
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!