码迷,mamicode.com
首页 >  
搜索关键字:message loop    ( 12522个结果
使用SQL命令手动写入Discuz帖子内容
-- 转存表中的数据`forum_post`INSERT INTO `forum_post` (`pid`, `fid`,`tid`, `first`, `author`, `authorid`, `subject`, `dateline`, `message`,`useip`, `invisibl...
分类:数据库   时间:2014-05-30 09:58:50    阅读次数:348
Java Web总结二十三发送邮件
一、所需jar包: 1、mail.jar 2、activation.jar二、代码: 1、MailUtil.javapackage com.gnnuit.web.mail.util;import java.util.Properties;import javax.mail.Message;im...
分类:编程语言   时间:2014-05-29 13:19:02    阅读次数:428
Linux的进程/线程间通信方式总结
Linux系统中的进程间通信方式主要以下几种:同一主机上的进程通信方式* UNIX进程间通信方式: 包括管道(PIPE), 有名管道(FIFO), 和信号(Signal)* System V进程通信方式:包括信号量(Semaphore), 消息队列(Message Queue), 和共享内存(Sha...
分类:编程语言   时间:2014-05-29 03:03:59    阅读次数:374
MonkeyRunner Class
A monkeyrunner class that contains static utility methods.一个包含静态工具方法的类.Public Methodsstring alert ( string message, string title, string okTitle) Dis....
分类:其他好文   时间:2014-05-28 02:28:47    阅读次数:252
chrome extension message passing 消息传递
Chrome插件开发笔记360翻译了Chrome插件开发的文档 (仍然建议出去看看)看这里http://open.chrome.360.cn/extension_dev/overview.html什么是扩展一个应用(扩展)其实是压缩在一起的一组文件,包括HTML,CSS,Javascript脚本,图...
分类:其他好文   时间:2014-05-28 01:49:25    阅读次数:896
ios message box
@interface K3ViewController : UIViewController@end#import "K3ViewController.h"@interface K3ViewController ()@property (weak, nonatomic) IBOutlet UILab...
分类:移动开发   时间:2014-05-26 19:15:17    阅读次数:259
Oracle中字符缓冲区相关错误
一、buffer overflow,limit of 10000 bytes declare begin for c in 1..1000 loop  dbms_output.put_line('测试测试测试'); end loop; end; 缓冲区默认大小为10000 bytes。循环1000次一共有6000个汉字,也就是12000 bytes。在SQL窗口的输出标签页可设置缓冲...
分类:数据库   时间:2014-05-26 06:14:00    阅读次数:333
activeMQ
ActiveMQ is the most popular and powerful open source Message Bus.ActiveMQ是一个完全支持JMS1.1和J2EE 1.4规范的JMS Provider实现,尽管JMS规范出台已经是很久的事情了,但是JMS在当今的J2EE应用中间...
分类:其他好文   时间:2014-05-26 02:12:12    阅读次数:226
UIAlertView
UIAlertView 1.Title 获取或设置UIAlertView上的标题。   2.Message 获取或设置UIAlertView上的消息       UIAlertView *alertView = [[UIAlertView alloc] initWithTitle:@"Title" message:@"message" delegate:self cancelBu...
分类:其他好文   时间:2014-05-25 16:37:56    阅读次数:194
c 实现的 循环队列
// // fs_loop_queue.h // fsnet // // Created by Vincent on 14-5-22. // Copyright (c) 2014年 Vincent. All rights reserved. // #ifndef fsnet_fs_loop_queue_h #define fsnet_fs_loop_queue_h #include "...
分类:其他好文   时间:2014-05-24 23:36:41    阅读次数:450
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!