- 授权协议: 未知
- 开发语言: C/C++
- 操作系统: UNIX
- 软件首页: http://codesink.org/mimetic_mime_library.html
- 软件文档: http://codesink.org/data/mimetic/docs/html/index.html
软件介绍
mimetic 是一个 C++ 的类库,用来处理 MIME 数据。
示例代码:
#include <iostream>
#include <mimetic/mimetic.h>
using namespace std;
using namespace mimetic;
int main()
{
MimeEntity me;
me.header().from("me <me@domain.com>");
me.header().to("you <you@domain.com>");
me.header().subject("my first mimetic msg");
me.body().assign("hello there!");
cout << me << endl;
return 0;
}
Essential ActionScript 3.0
Colin Moock / Adobe Dev Library / June 22, 2007 / $34.64
ActionScript 3.0 is a huge upgrade to Flash's programming language. The enhancements to ActionScript's performance, feature set, ease of use, cleanliness, and sophistication are considerable. Essentia......一起来看看 《Essential ActionScript 3.0》 这本书的介绍吧!
Markdown 在线编辑器
Markdown 在线编辑器
html转js在线工具
html转js在线工具
