-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
executable file
·441 lines (426 loc) · 22.6 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="keywords" content="hprose, rpc, webservice, websocket, http, ajax, json, jsonrpc, cross-language, cross-platform, cross-domain, html5, serialize, serialization, protocol, web, service, framework, library, game, communication, middleware, webapi, 远程过程调用, Web服务, 跨语言, 跨平台, 序列化, 通讯, 协议, 框架, 游戏, 中间件">
<meta name="description" content="Hprose 是高性能远程对象服务引擎(High Performance Remote Object Service Engine)的缩写。它是一个先进的轻量级的跨语言跨平台面向对象的高性能远程动态通讯中间件。它不仅简单易用,而且功能强大。你只需要稍许的时间去学习,就能用它轻松构建跨语言跨平台的分布式应用系统了。">
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/manifest.json">
<meta name="apple-mobile-web-app-title" content="Hprose">
<meta name="application-name" content="Hprose">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
<meta name="theme-color" content="#ffffff">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="./css/bootstrap.css">
<link rel="stylesheet" id="ppstyle" type="text/css" href="style.css">
<link rel='stylesheet' href='./css/font-awesome.min.css' />
<link rel='stylesheet' href='./css/language.css' />
<script src="./js/jquery-2.1.0.min.js"></script>
<script src="./js/bootstrap.js"></script>
<script src="./js/blocs.js"></script>
<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
<title>Hprose Home</title>
</head>
<body>
<!-- Main container -->
<div class="page-container">
<!-- Hero Bloc -->
<div id="hero-bloc" class="bloc hero bgc-1 bg d-bloc">
<div class="container hero-nav bloc-md">
<nav class="navbar row">
<div class="navbar-header">
<span class="navbar-brand"><img src="img/logo.png" alt='' />HPROSE</span>
<button id="nav-toggle" type="button" class="ui-navbar-toggle navbar-toggle" data-toggle="collapse" data-target=".navbar-1">
<span class="sr-only">切换导航</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse navbar-1">
<ul class="site-navigation nav">
<li>
<a href="index.html" class="ltc-4">主页</a>
</li>
<li>
<a href="case.html" class="ltc-4">案例</a>
</li>
<li>
<a href="aboutus.html" class="ltc-4">团队</a>
</li>
<li>
<a href="donate.html" class="ltc-4">捐赠</a>
</li>
<li>
<a target="_blank" href="//shang.qq.com/wpa/qunwpa?idkey=ce62ff1045dd1c0c11fcedac3166f6f290eab4be23644ac3882fbdd15c24cad6"><img border="0" src="//pub.idqqimg.com/wpa/images/group.png" alt="Hprose技术交流群⓪" title="Hprose技术交流群⓪"></a>
</li>
<li>
<a target="_blank" href="//shang.qq.com/wpa/qunwpa?idkey=d96141007bc2823f83d099ba45c14e82e394585409e3336a00c481eef8090897"><img border="0" src="//pub.idqqimg.com/wpa/images/group.png" alt="Hprose技术交流群①" title="Hprose技术交流群①"></a>
</li>
<li>
<a target="_blank" href="//shang.qq.com/wpa/qunwpa?idkey=4232630e59f6209da95ec0e8ea3f0de217c765da1e465c85d386346ab0aed955"><img border="0" src="//pub.idqqimg.com/wpa/images/group.png" alt="Hprose技术交流群②" title="Hprose技术交流群②"></a>
</li>
</ul>
</div>
</nav>
</div>
<div class="v-center text-center">
<div class="vc-content">
<h1 class="">
Hprose —— 高性能远程对象服务引擎
</h1>
<h3 class="text-center">
简洁、高效、易用
</h3><a id="scroll-hero" class="btn-dwn" href="#"><span class="fa fa-chevron-down"></span></a>
</div>
</div>
</div>
<!-- Hero Bloc END -->
<!-- bloc-2 -->
<div class="bloc l-bloc" id="bloc-2">
<div class="container bloc-md">
<div class="row">
<div class="col-sm-12">
<h2 class="mg-md text-center">
Hprose(High Performance Remote Object Service Engine)
</h2>
<p class="text-center">
是一款先进的轻量级、跨语言、跨平台、无侵入式、高性能动态远程对象调用引擎库。它不仅简单易用,而且功能强大。<br />你无需专门学习,只需看上几眼,就能用它轻松构建分布式应用系统。
</p>
</div>
</div>
</div>
</div>
<!-- bloc-2 END -->
<!-- bloc-3 -->
<div class="bloc l-bloc" id="bloc-3">
<div class="container bloc-md">
<div class="row">
<div class="col-sm-3">
<div class="text-center">
<a href="https://github.com/hprose/hprose-java"><span class="fa icon-prog-java" style="font-size:5em"></span></a>
</div>
<h3 class="text-center mg-md">
Hprose for Java
</h3>
<div class="text-center">
<a class="github-button" href="https://github.com/hprose/hprose-java" data-icon="octicon-star" data-show-count="true" aria-label="Star hprose/hprose-java on GitHub">Star</a>
<a class="github-button" href="https://github.com/hprose/hprose-java/subscription" data-icon="octicon-eye" data-show-count="true" aria-label="Watch hprose/hprose-java on GitHub">Watch</a>
</div>
</div>
<div class="col-sm-3">
<div class="text-center">
<a href="https://github.com/hprose/hprose-dotnet"><span class="fa icon-prog-dotnet" style="font-size:5em"></span></a>
</div>
<h3 class="text-center mg-md">
Hprose for .Net
</h3>
<div class="text-center">
<a class="github-button" href="https://github.com/hprose/hprose-dotnet" data-icon="octicon-star" data-show-count="true" aria-label="Star hprose/hprose-dotnet on GitHub">Star</a>
<a class="github-button" href="https://github.com/hprose/hprose-dotnet/subscription" data-icon="octicon-eye" data-show-count="true" aria-label="Watch hprose/hprose-dotnet on GitHub">Watch</a>
</div>
</div>
<div class="col-sm-3">
<div class="text-center">
<a href="https://github.com/hprose/hprose-golang"><span class="fa icon-prog-golang02" style="font-size:5em"></span></a>
</div>
<h3 class="text-center mg-md">
Hprose for Golang
</h3>
<div class="text-center">
<a class="github-button" href="https://github.com/hprose/hprose-golang" data-icon="octicon-star" data-show-count="true" aria-label="Star hprose/hprose-golang on GitHub">Star</a>
<a class="github-button" href="https://github.com/hprose/hprose-golang/subscription" data-icon="octicon-eye" data-show-count="true" aria-label="Watch hprose/hprose-golang on GitHub">Watch</a>
</div>
</div>
<div class="col-sm-3">
<div class="text-center">
<a href="https://github.com/hprose/hprose-php"><span class="fa icon-prog-php02" style="font-size:5em"></span></a>
</div>
<h3 class="text-center mg-md">
Hprose for Php
</h3>
<div class="text-center">
<a class="github-button" href="https://github.com/hprose/hprose-php" data-icon="octicon-star" data-show-count="true" aria-label="Star hprose/hprose-php on GitHub">Star</a>
<a class="github-button" href="https://github.com/hprose/hprose-php/subscription" data-icon="octicon-eye" data-show-count="true" aria-label="Watch hprose/hprose-php on GitHub">Watch</a>
</div>
</div>
</div>
</div>
</div>
<!-- bloc-3 END -->
<!-- bloc-4 -->
<div class="bloc l-bloc" id="bloc-4">
<div class="container bloc-md">
<div class="row">
<div class="col-sm-3">
<div class="text-center">
<a href="https://github.com/hprose/hprose-objc"><span class="fa icon-prog-objc" style="font-size:5em"></span></a>
</div>
<h3 class="text-center mg-md">
Hprose for Objective-C
</h3>
<div class="text-center">
<a class="github-button" href="https://github.com/hprose/hprose-objc" data-icon="octicon-star" data-show-count="true" aria-label="Star hprose/hprose-objc on GitHub">Star</a>
<a class="github-button" href="https://github.com/hprose/hprose-objc/subscription" data-icon="octicon-eye" data-show-count="true" aria-label="Watch hprose/hprose-objc on GitHub">Watch</a>
</div>
</div>
<div class="col-sm-3">
<div class="text-center">
<a href="https://github.com/hprose/hprose-nodejs"><span class="fa icon-prog-nodejs02" style="font-size:5em"></span></a>
</div>
<h3 class="text-center mg-md">
Hprose for Node.js
</h3>
<div class="text-center">
<a class="github-button" href="https://github.com/hprose/hprose-nodejs" data-icon="octicon-star" data-show-count="true" aria-label="Star hprose/hprose-nodejs on GitHub">Star</a>
<a class="github-button" href="https://github.com/hprose/hprose-nodejs/subscription" data-icon="octicon-eye" data-show-count="true" aria-label="Watch hprose/hprose-nodejs on GitHub">Watch</a>
</div>
</div>
<div class="col-sm-3">
<div class="text-center">
<a href="https://github.com/hprose/hprose-js"><span class="fa icon-prog-js02" style="font-size:5em"></span></a>
</div>
<h3 class="text-center mg-md">
Hprose for JavaScript
</h3>
<div class="text-center">
<a class="github-button" href="https://github.com/hprose/hprose-js" data-icon="octicon-star" data-show-count="true" aria-label="Star hprose/hprose-js on GitHub">Star</a>
<a class="github-button" href="https://github.com/hprose/hprose-js/subscription" data-icon="octicon-eye" data-show-count="true" aria-label="Watch hprose/hprose-js on GitHub">Watch</a>
</div>
</div>
<div class="col-sm-3">
<div class="text-center">
<a href="https://github.com/hprose/hprose-html5"><span class="fa icon-html5-01" style="font-size:5em"></span></a>
</div>
<h3 class="text-center mg-md">
Hprose for Html5
</h3>
<div class="text-center">
<a class="github-button" href="https://github.com/hprose/hprose-html5" data-icon="octicon-star" data-show-count="true" aria-label="Star hprose/hprose-html5 on GitHub">Star</a>
<a class="github-button" href="https://github.com/hprose/hprose-html5/subscription" data-icon="octicon-eye" data-show-count="true" aria-label="Watch hprose/hprose-html5 on GitHub">Watch</a>
</div>
</div>
</div>
</div>
</div>
<!-- bloc-4 END -->
<!-- bloc-5 -->
<div class="bloc l-bloc" id="bloc-5">
<div class="container bloc-md">
<div class="row">
<div class="col-sm-3">
<div class="text-center">
<a href="https://github.com/hprose/hprose-delphi"><span class="fa icon-prog-delphi02" style="font-size:5em"></span></a>
</div>
<h3 class="text-center mg-md">
Hprose for Delphi
</h3>
<div class="text-center">
<a class="github-button" href="https://github.com/hprose/hprose-delphi" data-icon="octicon-star" data-show-count="true" aria-label="Star hprose/hprose-delphi on GitHub">Star</a>
<a class="github-button" href="https://github.com/hprose/hprose-delphi/subscription" data-icon="octicon-eye" data-show-count="true" aria-label="Watch hprose/hprose-delphi on GitHub">Watch</a>
</div>
</div>
<div class="col-sm-3">
<div class="text-center">
<a href="https://github.com/hprose/hprose-ruby"><span class="fa icon-prog-ruby" style="font-size:5em"></span></a>
</div>
<h3 class="text-center mg-md">
Hprose for Ruby
</h3>
<div class="text-center">
<a class="github-button" href="https://github.com/hprose/hprose-ruby" data-icon="octicon-star" data-show-count="true" aria-label="Star hprose/hprose-ruby on GitHub">Star</a>
<a class="github-button" href="https://github.com/hprose/hprose-ruby/subscription" data-icon="octicon-eye" data-show-count="true" aria-label="Watch hprose/hprose-ruby on GitHub">Watch</a>
</div>
</div>
<div class="col-sm-3">
<div class="text-center">
<a href="https://github.com/hprose/hprose-python"><span class="fa icon-prog-python" style="font-size:5em"></span></a>
</div>
<h3 class="text-center mg-md">
Hprose for Python
</h3>
<div class="text-center">
<a class="github-button" href="https://github.com/hprose/hprose-python" data-icon="octicon-star" data-show-count="true" aria-label="Star hprose/hprose-python on GitHub">Star</a>
<a class="github-button" href="https://github.com/hprose/hprose-python/subscription" data-icon="octicon-eye" data-show-count="true" aria-label="Watch hprose/hprose-python on GitHub">Watch</a>
</div>
</div>
<div class="col-sm-3">
<div class="text-center">
<a href="https://github.com/hprose/hprose-as3"><span class="fa icon-prog-actionscript" style="font-size:5em"></span></a>
</div>
<h3 class="text-center mg-md">
Hprose for ActionScript
</h3>
<div class="text-center">
<a class="github-button" href="https://github.com/hprose/hprose-as3" data-icon="octicon-star" data-show-count="true" aria-label="Star hprose/hprose-as3 on GitHub">Star</a>
<a class="github-button" href="https://github.com/hprose/hprose-as3/subscription" data-icon="octicon-eye" data-show-count="true" aria-label="Watch hprose/hprose-as3 on GitHub">Watch</a>
</div>
</div>
</div>
</div>
</div>
<!-- bloc-5 END -->
<!-- bloc-6 -->
<div class="bloc l-bloc" id="bloc-6">
<div class="container bloc-md">
<div class="row">
<div class="col-sm-3">
<div class="text-center">
<a href="https://github.com/hprose/hprose-d"><span class="fa icon-dlang" style="font-size:5em"></span></a>
</div>
<h3 class="text-center mg-md">
Hprose for D
</h3>
<div class="text-center">
<a class="github-button" href="https://github.com/hprose/hprose-d" data-icon="octicon-star" data-show-count="true" aria-label="Star hprose/hprose-d on GitHub">Star</a>
<a class="github-button" href="https://github.com/hprose/hprose-d/subscription" data-icon="octicon-eye" data-show-count="true" aria-label="Watch hprose/hprose-d on GitHub">Watch</a>
</div>
</div>
<div class="col-sm-3">
<div class="text-center">
<a href="https://github.com/hprose/hprose-dart"><span class="fa icon-pl-dart" style="font-size:5em"></span></a>
</div>
<h3 class="text-center mg-md">
Hprose for Dart
</h3>
<div class="text-center">
<a class="github-button" href="https://github.com/hprose/hprose-dart" data-icon="octicon-star" data-show-count="true" aria-label="Star hprose/hprose-dart on GitHub">Star</a>
<a class="github-button" href="https://github.com/hprose/hprose-dart/subscription" data-icon="octicon-eye" data-show-count="true" aria-label="Watch hprose/hprose-dart on GitHub">Watch</a>
</div>
</div>
<div class="col-sm-3">
<div class="text-center">
<a href="https://github.com/hprose/hprose-lua"><span class="fa icon-prog-lua02" style="font-size:5em"></span></a>
</div>
<h3 class="text-center mg-md">
Hprose for Lua
</h3>
<div class="text-center">
<a class="github-button" href="https://github.com/hprose/hprose-lua" data-icon="octicon-star" data-show-count="true" aria-label="Star hprose/hprose-lua on GitHub">Star</a>
<a class="github-button" href="https://github.com/hprose/hprose-lua/subscription" data-icon="octicon-eye" data-show-count="true" aria-label="Watch hprose/hprose-lua on GitHub">Watch</a>
</div>
</div>
<div class="col-sm-3">
<div class="text-center">
<a href="https://github.com/hprose/hprose-perl"><span class="fa icon-prog-perl" style="font-size:5em"></span></a>
</div>
<h3 class="text-center mg-md">
Hprose for Perl
</h3>
<div class="text-center">
<a class="github-button" href="https://github.com/hprose/hprose-perl" data-icon="octicon-star" data-show-count="true" aria-label="Star hprose/hprose-perl on GitHub">Star</a>
<a class="github-button" href="https://github.com/hprose/hprose-perl/subscription" data-icon="octicon-eye" data-show-count="true" aria-label="Watch hprose/hprose-perl on GitHub">Watch</a>
</div>
</div>
</div>
</div>
</div>
<!-- bloc-6 END -->
<!-- bloc-7 -->
<div class="bloc l-bloc" id="bloc-7">
<div class="container bloc-md">
<div class="row">
<div class="col-sm-3">
<div class="text-center">
<a href="https://github.com/hprose/hprose-cpp1x"><span class="fa icon-prog-cplusplus" style="font-size:5em"></span></a>
</div>
<h3 class="text-center mg-md">
Hprose for C++1x
</h3>
<div class="text-center">
<a class="github-button" href="https://github.com/hprose/hprose-cpp1x" data-icon="octicon-star" data-show-count="true" aria-label="Star hprose/hprose-cpp1x on GitHub">Star</a>
<a class="github-button" href="https://github.com/hprose/hprose-cpp1x/subscription" data-icon="octicon-eye" data-show-count="true" aria-label="Watch hprose/hprose-cpp1x on GitHub">Watch</a>
</div>
</div>
<div class="col-sm-3">
<div class="text-center">
<a href="https://github.com/hprose/hprose-swift"><span class="fa icon-lang-swift" style="font-size:5em"></span></a>
</div>
<h3 class="text-center mg-md">
Hprose for Swift
</h3>
<div class="text-center">
<a class="github-button" href="https://github.com/hprose/hprose-swift" data-icon="octicon-star" data-show-count="true" aria-label="Star hprose/hprose-swift on GitHub">Star</a>
<a class="github-button" href="https://github.com/hprose/hprose-swift/subscription" data-icon="octicon-eye" data-show-count="true" aria-label="Watch hprose/hprose-swift on GitHub">Watch</a>
</div>
</div>
<div class="col-sm-3">
<div class="text-center">
<a href="https://github.com/hprose/hprose-crystal"><span class="fa icon-lang-crystal" style="font-size:5em"></span></a>
</div>
<h3 class="text-center mg-md">
Hprose for Crystal
</h3>
<div class="text-center">
<a class="github-button" href="https://github.com/hprose/hprose-crystal" data-icon="octicon-star" data-show-count="true" aria-label="Star hprose/hprose-crystal on GitHub">Star</a>
<a class="github-button" href="https://github.com/hprose/hprose-crystal/subscription" data-icon="octicon-eye" data-show-count="true" aria-label="Watch hprose/hprose-crystal on GitHub">Watch</a>
</div>
</div>
<div class="col-sm-3">
<div class="text-center">
<a href="https://github.com/hprose/hprose-rust"><span class="fa icon-lang-rust" style="font-size:5em"></span></a>
</div>
<h3 class="text-center mg-md">
Hprose for Rust
</h3>
<div class="text-center">
<a class="github-button" href="https://github.com/hprose/hprose-rust" data-icon="octicon-star" data-show-count="true" aria-label="Star hprose/hprose-rust on GitHub">Star</a>
<a class="github-button" href="https://github.com/hprose/hprose-rust/subscription" data-icon="octicon-eye" data-show-count="true" aria-label="Watch hprose/hprose-rust on GitHub">Watch</a>
</div>
</div>
</div>
</div>
</div>
<!-- bloc-7 END -->
<!-- Footer - bloc-11 -->
<div class="bloc l-bloc" id="bloc-11">
<div class="container bloc-lg">
<div class="row">
<div class="text-center">
<a href="https://github.com/hprose" class="btn btn-c-1 btn-sq btn-lg" target="_blank">查看更多Hprose支持的语言版本</a>
</div>
</div>
</div>
</div>
<!-- Footer - bloc-11 END -->
<!-- Footer - bloc-12 -->
<div class="bloc d-bloc" id="bloc-12">
<div class="container bloc-lg">
<div class="row">
<div class="col-sm-3">
<h3>
获取 Hprose
</h3>
<a href="https://github.com/hprose" class="a-btn a-block">GitHub</a>
<a href="http://www.oschina.net/p/hprose" class="a-btn a-block">开源中国</a>
</div>
<div class="col-sm-3">
<h3>
帮助支持
</h3>
<a target="_blank" class="a-btn a-block" href="//shang.qq.com/wpa/qunwpa?idkey=ce62ff1045dd1c0c11fcedac3166f6f290eab4be23644ac3882fbdd15c24cad6"><img border="0" src="//pub.idqqimg.com/wpa/images/group.png" alt="Hprose技术交流群⓪" title="Hprose技术交流群⓪"></a>
<a target="_blank" class="a-btn a-block" href="//shang.qq.com/wpa/qunwpa?idkey=d96141007bc2823f83d099ba45c14e82e394585409e3336a00c481eef8090897"><img border="0" src="//pub.idqqimg.com/wpa/images/group.png" alt="Hprose技术交流群①" title="Hprose技术交流群①"></a>
<a target="_blank" class="a-btn a-block" href="//shang.qq.com/wpa/qunwpa?idkey=4232630e59f6209da95ec0e8ea3f0de217c765da1e465c85d386346ab0aed955"><img border="0" src="//pub.idqqimg.com/wpa/images/group.png" alt="Hprose技术交流群②" title="Hprose技术交流群②"></a>
<a href="mailto:[email protected]" class="a-btn a-block">[email protected]</a>
</div>
</div>
</div>
</div>
<!-- Footer - bloc-12 END -->
</div>
<!-- Main container END -->
</body>
<!-- Google Analytics -->
<!-- Google Analytics END -->
</html>