Steem和Bitshares都支持RPC,也就是远程过程调用(Remote Procedure Call),这东西要我给出个正式的定义有点难,总之我理解就是通过RPC可以像调用本地函数一样使用远程服务的一些函数,来实现很多功能。  (图源:[bing.com](bing.com)) steem和bitshares都支持JSON PRC,在之前的文章中我没少和大家一起探讨,感兴趣的可以去翻翻。今天我来介绍一个Python自带的XML RPC库,来了解一下这东西咋玩。 # Python 2.X 在Python 2.X里使用***SimpleXMLRPCServer***很简单,举一个简单的例子: #### xmlrpc_server.py2 ``` from SimpleXMLRPCServer import SimpleXMLRPCServer def hello(): return "Hello World!" server = SimpleXMLRPCServer(("localhost", 8001)) server.register_function(hello) server.serve_forever() ``` #### xmlrpc_client.py2 ``` import xmlrpclib client = xmlrpclib.ServerProxy("http://localhost:8001") print client.hello() ``` #### 运行 & 结果 首先启动server `python2 xmlrpc_server.py2` 然后我们在另外的终端中运行client `python2 xmlrpc_client.py2` 在server所在终端会显示类似如下信息: >`127.0.0.1 - - [08/Feb/2018 20:45:54] "POST /RPC2 HTTP/1.1" 200 -` 在client所在终端,我们会得出结果: >`Hello World!` # Python 3.X 在Python 3中,xmlrpclib被移到xmlrpc.client, SimpleXMLRPCServer被移到xmlrpc.server,所以上述代码要略作修改。 #### xmlrpc_server.py ``` from xmlrpc.server import SimpleXMLRPCServer def hello(): return "Hello World!" server = SimpleXMLRPCServer(("localhost", 8001)) server.register_function(hello) server.serve_forever() ``` #### xmlrpc_client.py ``` import xmlrpc.client client = xmlrpc.client.ServerProxy("http://localhost:8001") print(client.hello()) ``` #### 运行 & 结果 首先启动server `python3 xmlrpc_server.py` 然后我们在另外的终端中运行client `python3 xmlrpc_client.py` 在server所在终端会显示类似如下信息: >`127.0.0.1 - - [08/Feb/2018 21:06:14] "POST /RPC2 HTTP/1.1" 200 -` 在client所在终端,我们会得出结果: >`Hello World!` # 结论 在Python中使用XML RPC还是很简单的,当然了,还有一些较高深的使用方式以及出错处理等,可以去参考手册了解更多,本文就不再赘述了。 另外尽管XML RPC很方便,我还是倾向于使用JSON RPC,回头在和大家分享一下Python里JSON RPC的库吧。 # 参考链接 * https://docs.python.org/2/library/xmlrpclib.html * https://docs.python.org/3/library/xmlrpc.html
author | oflyhigh |
---|---|
permlink | python-xml-rpc |
category | python |
json_metadata | {"tags":["python","xml","rpc","cn-programming","cn"],"image":["https://steemitimages.com/DQmXQzDMbiUMFVUWX8A9qodarzSPfjvgJH9NufV46enHncb/image.png"],"links":["bing.com","https://docs.python.org/2/library/xmlrpclib.html","https://docs.python.org/3/library/xmlrpc.html"],"app":"steemit/0.1","format":"markdown"} |
created | 2018-02-08 13:34:00 |
last_update | 2018-02-08 13:34:00 |
depth | 0 |
children | 10 |
last_payout | 2018-02-15 13:34:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 135.152 HBD |
curator_payout_value | 23.636 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,922 |
author_reputation | 6,307,182,306,853,118 |
root_title | "每天进步一点点:在Python 中使用 XML RPC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 35,917,783 |
net_rshares | 23,019,013,563,965 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
abit | 0 | 4,249,645,564,070 | 100% | ||
mark-waser | 0 | 96,269,502,276 | 100% | ||
vi1son | 0 | 125,974,917,728 | 100% | ||
blockchainbilly | 0 | 20,722,104,138 | 50% | ||
fundurian | 0 | 24,599,914,301 | 30% | ||
deanliu | 0 | 1,390,116,662,678 | 100% | ||
rea | 0 | 1,893,482,717,846 | 100% | ||
ace108 | 0 | 239,888,260,008 | 25% | ||
tensaix2j | 0 | 2,791,490,517 | 100% | ||
laoyao | 0 | 33,790,640,211 | 100% | ||
somebody | 0 | 1,215,593,384,734 | 100% | ||
midnightoil | 0 | 1,507,482,969 | 100% | ||
btsabc | 0 | 4,941,417,459 | 100% | ||
xiaohui | 0 | 813,535,293,326 | 100% | ||
oflyhigh | 0 | 2,293,973,368,938 | 100% | ||
xiaokongcom | 0 | 9,927,768,467 | 100% | ||
archiles | 0 | 103,379,507 | 100% | ||
ericsim1991 | 0 | 101,933,888 | 100% | ||
yulan | 0 | 14,519,013,838 | 100% | ||
ericsim1989 | 0 | 101,241,300 | 100% | ||
rivalhw | 0 | 356,320,210,749 | 20% | ||
chinadaily | 0 | 159,971,973,237 | 100% | ||
helene | 0 | 481,393,402,625 | 100% | ||
ffcrossculture | 0 | 26,132,658,287 | 100% | ||
ethansteem | 0 | 189,002,982,018 | 100% | ||
sweetsssj | 0 | 3,425,866,871,140 | 10% | ||
englishtchrivy | 0 | 108,669,396,952 | 50% | ||
davidjkelley | 0 | 4,917,907,766 | 100% | ||
digital-wisdom | 0 | 52,905,608,916 | 100% | ||
ethical-ai | 0 | 17,641,556,644 | 100% | ||
jwaser | 0 | 20,325,888,829 | 100% | ||
profitgenerator | 0 | 1,331,553,962 | 100% | ||
damarth | 0 | 215,993,727,356 | 3% | ||
bwaser | 0 | 4,644,879,110 | 100% | ||
ellepdub | 0 | 1,515,876,732 | 100% | ||
herpetologyguy | 0 | 242,792,402,362 | 100% | ||
morgan.waser | 0 | 9,357,109,951 | 100% | ||
handyman | 0 | 3,665,310,452 | 100% | ||
amylee | 0 | 90,788,275,110 | 100% | ||
mrtv2 | 0 | 51,866,089,627 | 100% | ||
strong-ai | 0 | 14,993,073,762 | 100% | ||
steemtruth | 0 | 29,634,364,539 | 10% | ||
lalala | 0 | 40,264,258,172 | 100% | ||
dapeng | 0 | 39,216,339,394 | 25% | ||
devilwsy | 0 | 2,173,465,335 | 100% | ||
janiceting | 0 | 2,171,514,598 | 100% | ||
abraomarcos | 0 | 2,116,943,155 | 100% | ||
lydiachan | 0 | 33,303,895,779 | 100% | ||
technoprogressiv | 0 | 11,416,227,063 | 100% | ||
dragon40 | 0 | 2,111,509,150 | 10% | ||
blackbunny | 0 | 54,737,800,149 | 100% | ||
ripperone | 0 | 1,114,442,804,586 | 24% | ||
chessmasterhex | 0 | 2,904,613,049 | 100% | ||
bxt | 0 | 145,585,902,217 | 100% | ||
lingfei | 0 | 42,905,016,393 | 100% | ||
yyyy | 0 | 437,671,770 | 100% | ||
alexis555 | 0 | 1,542,467,584,459 | 23% | ||
trafalgar | 0 | 793,436,311,869 | 3% | ||
austinsandersco | 0 | 780,364,216 | 70% | ||
ordinaryperrry | 0 | 526,791,021 | 100% | ||
kingofdew | 0 | 45,431,204,315 | 100% | ||
emcvay | 0 | 176,691,782 | 10% | ||
mandagoi | 0 | 9,692,810,000 | 21% | ||
ribalinux | 0 | 4,187,911,008 | 10% | ||
wylo | 0 | 613,923,349 | 100% | ||
susanlo | 0 | 40,410,898,935 | 100% | ||
jkkim | 0 | 85,820,224 | 10% | ||
ebejammin | 0 | 6,063,646,982 | 100% | ||
nanosesame | 0 | 25,446,148,703 | 30% | ||
lazylove | 0 | 534,618,293 | 100% | ||
cryptohustler | 0 | 27,506,966,388 | 100% | ||
exec | 0 | 77,738,923,597 | 100% | ||
eval | 0 | 770,226,704 | 100% | ||
michaelwilshaw | 0 | 4,233,147,510 | 10% | ||
speeding | 0 | 3,654,344,405 | 100% | ||
walkinharmony | 0 | 18,391,618,167 | 50% | ||
asterix87 | 0 | 11,752,480,065 | 100% | ||
windrockswater | 0 | 2,667,781,305 | 100% | ||
marram | 0 | 116,618,314 | 5% | ||
abetterworld | 0 | 3,154,877,973 | 100% | ||
raili | 0 | 8,105,567,872 | 100% | ||
fenghuang | 0 | 434,476,004,935 | 100% | ||
that1consultant | 0 | 302,189,941 | 100% | ||
sanzo | 0 | 332,024,400 | 100% | ||
davaowhenyo | 0 | 614,503,785 | 100% | ||
allenshayzar | 0 | 614,503,785 | 100% | ||
raku | 0 | 617,220,000 | 100% | ||
resteeming | 0 | 614,860,000 | 100% | ||
ravenousappetite | 0 | 614,503,440 | 100% | ||
aabb | 0 | 9,550,153,157 | 100% | ||
catwomanteresa | 0 | 45,997,904,315 | 50% | ||
auntigormint | 0 | 563,295,480 | 100% | ||
mrliga | 0 | 15,262,192,868 | 100% | ||
twinkledrop | 0 | 150,206,324,125 | 100% | ||
tymba | 0 | 1,348,359,165 | 75% | ||
sweethoney | 0 | 2,582,369,385 | 100% | ||
liangfengyouren | 0 | 1,054,027,028 | 50% | ||
idx | 0 | 21,660,196,537 | 100% | ||
tourboijosh | 0 | 592,699,526 | 100% | ||
chaofanjun | 0 | 6,754,545,401 | 100% | ||
exprmnt | 0 | 614,860,000 | 100% | ||
lancy | 0 | 4,957,215,490 | 92% | ||
bearpaw | 0 | 2,490,157,664 | 100% | ||
ericsim | 0 | 255,019,071 | 100% | ||
freedom-fighter | 0 | 614,503,785 | 100% | ||
technologynepal | 0 | 617,220,000 | 100% | ||
rosatravels | 0 | 18,858,294,543 | 20% | ||
dgorbunov | 0 | 519,073,569 | 100% | ||
tiffanyrej | 0 | 2,906,291,085 | 100% | ||
khalilad | 0 | 615,320,000 | 100% | ||
ms8988 | 0 | 611,236,218 | 100% | ||
rayken04 | 0 | 58,576,617 | 10% | ||
antone | 0 | 686,613,837 | 100% | ||
xiaoshancun | 0 | 1,182,739,847 | 100% | ||
stakuza | 0 | 615,483,841 | 100% | ||
wangwenjing | 0 | 1,236,526,246 | 10% | ||
ikonik | 0 | 408,810,762 | 100% | ||
vfxness | 0 | 2,526,760,243 | 100% | ||
lemminon | 0 | 615,320,000 | 100% | ||
heyeshuang | 0 | 640,150,970 | 100% | ||
razor80 | 0 | 608,751,969 | 100% | ||
fastiduos | 0 | 615,320,000 | 100% | ||
ivysrono | 0 | 41,558,881,995 | 100% | ||
rebecca80 | 0 | 743,444,500 | 100% | ||
weavingwords | 0 | 48,117,094,695 | 100% | ||
alanzheng | 0 | 3,564,015,962 | 100% | ||
nitro.live | 0 | 14,542,930,944 | 100% | ||
aboragabelgn | 0 | 608,355,000 | 100% | ||
chaerin | 0 | 609,850,434 | 100% | ||
muzakirpb | 0 | 122,685,198 | 9% | ||
cnbuddy | 0 | 4,281,570,830 | 0.1% | ||
deanyeong | 0 | 1,950,414,584 | 80% | ||
chann | 0 | 3,613,029,861 | 10% | ||
lebin | 0 | 29,127,933,968 | 50% | ||
antru | 0 | 360,215,849 | 100% | ||
saury | 0 | 259,305,253 | 100% | ||
candiru | 0 | 339,997,350 | 100% | ||
zxvfor | 0 | 615,320,000 | 100% | ||
serenawu | 0 | 53,707,413,785 | 100% | ||
neexal | 0 | 85,797,419 | 100% | ||
wyp | 0 | 571,454,697 | 100% | ||
fun2learn | 0 | 2,594,989,831 | 35% | ||
dineshprasadrp | 0 | 304,562,622 | 100% | ||
madein | 0 | 58,382,225 | 25% | ||
historylover | 0 | 270,016,544 | 100% | ||
joy2018t | 0 | 3,731,845,270 | 100% | ||
avantgarde | 0 | 270,383,493 | 100% | ||
elmseeds | 0 | 429,505,581 | 100% | ||
makingthebest09 | 0 | 1,060,169,743 | 100% | ||
bumagoo | 0 | 340,633,547 | 100% | ||
bitpizza | 0 | 603,626,120 | 100% | ||
boy.snd | 0 | 512,488,169 | 100% | ||
emeywyte | 0 | 163,235,211 | 100% | ||
steemadd | 0 | 593,987,789 | 100% | ||
linyou | 0 | 86,452,768 | 100% | ||
fanso | 0 | 146,089,524 | 100% | ||
cryptoknight27 | 0 | 614,462,771 | 100% | ||
hhjjkk | 0 | 334,400,774 | 100% | ||
bubsito1 | 0 | 592,955,565 | 100% | ||
aidilnahar | 0 | 420,904,824 | 100% | ||
greedywolf | 0 | 88,658,975 | 100% | ||
faramond | 0 | 365,601,361 | 100% | ||
imuki | 0 | 95,240,542 | 100% | ||
shenyang-j | 0 | 1,115,902,496 | 100% | ||
sharoncole | 0 | 322,587,844 | 100% | ||
asterkusener | 0 | 52,228,431 | 100% |
哈哈,我也在学习怎么用C/C++搭一个RPC server。Python方便,不过有点慢。
author | alanzheng |
---|---|
permlink | re-oflyhigh-python-xml-rpc-20180208t134835211z |
category | python |
json_metadata | {"tags":["python"],"app":"steemit/0.1"} |
created | 2018-02-08 13:48:36 |
last_update | 2018-02-08 13:48:36 |
depth | 1 |
children | 2 |
last_payout | 2018-02-15 13:48:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 45 |
author_reputation | 2,727,533,211,976 |
root_title | "每天进步一点点:在Python 中使用 XML RPC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 35,920,508 |
net_rshares | 0 |
google的gRPC是现在比较流行的rpc框架,多语言支持,跨平台。N年前也用过C++的xml-rpc,比较慢,估计很久都不更新了。
author | huawuya | ||||||
---|---|---|---|---|---|---|---|
permlink | re-alanzheng-201828t225840711z | ||||||
category | python | ||||||
json_metadata | {"tags":"python","app":"esteem/1.5.1","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-02-08 14:58:45 | ||||||
last_update | 2018-02-08 14:58:45 | ||||||
depth | 2 | ||||||
children | 0 | ||||||
last_payout | 2018-02-15 14:58:45 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 67 | ||||||
author_reputation | 16,414,652,638 | ||||||
root_title | "每天进步一点点:在Python 中使用 XML RPC" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 35,934,371 | ||||||
net_rshares | 0 |
加油
author | oflyhigh |
---|---|
permlink | re-alanzheng-re-oflyhigh-python-xml-rpc-20180208t140505252z |
category | python |
json_metadata | {"tags":["python"],"app":"steemit/0.1"} |
created | 2018-02-08 14:05:06 |
last_update | 2018-02-08 14:05:06 |
depth | 2 |
children | 0 |
last_payout | 2018-02-15 14:05:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 2 |
author_reputation | 6,307,182,306,853,118 |
root_title | "每天进步一点点:在Python 中使用 XML RPC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 35,923,662 |
net_rshares | 0 |
Nice phythons
author | farazali1850 | ||||||
---|---|---|---|---|---|---|---|
permlink | re-oflyhigh-201828t203143166z | ||||||
category | python | ||||||
json_metadata | {"tags":["python","xml","rpc","cn-programming","cn"],"app":"esteem/1.5.0","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-02-08 15:32:57 | ||||||
last_update | 2018-02-08 15:32:57 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-02-15 15:32:57 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 13 | ||||||
author_reputation | 27,599,706,273 | ||||||
root_title | "每天进步一点点:在Python 中使用 XML RPC" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 35,941,083 | ||||||
net_rshares | 0 |
O哥,你说的每一个字每一个字母我都能看懂,为啥一放到一块我就看不懂了,我的脑袋有瑕疵啊!!
author | hhjjkk |
---|---|
permlink | re-oflyhigh-python-xml-rpc-20180208t133649094z |
category | python |
json_metadata | {"tags":["python"],"app":"steemit/0.1"} |
created | 2018-02-08 13:36:51 |
last_update | 2018-02-08 13:36:51 |
depth | 1 |
children | 1 |
last_payout | 2018-02-15 13:36:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 45 |
author_reputation | 684,424,592,252 |
root_title | "每天进步一点点:在Python 中使用 XML RPC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 35,918,336 |
net_rshares | 0 |
其实呢,我也不太懂 😀
author | oflyhigh |
---|---|
permlink | re-hhjjkk-re-oflyhigh-python-xml-rpc-20180208t133935584z |
category | python |
json_metadata | {"tags":["python"],"app":"steemit/0.1"} |
created | 2018-02-08 13:39:36 |
last_update | 2018-02-08 13:39:36 |
depth | 2 |
children | 0 |
last_payout | 2018-02-15 13:39:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 11 |
author_reputation | 6,307,182,306,853,118 |
root_title | "每天进步一点点:在Python 中使用 XML RPC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 35,918,819 |
net_rshares | 0 |
good and useful information
author | kil |
---|---|
permlink | re-oflyhigh-python-xml-rpc-20180208t142722559z |
category | python |
json_metadata | {"tags":["python"],"app":"steemit/0.1"} |
created | 2018-02-08 14:27:42 |
last_update | 2018-02-08 14:27:42 |
depth | 1 |
children | 0 |
last_payout | 2018-02-15 14:27:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 27 |
author_reputation | 273,665,869,015 |
root_title | "每天进步一点点:在Python 中使用 XML RPC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 35,928,212 |
net_rshares | 0 |
文章写得非常棒,,任何一个小白跟着你走都可以完成,给你10085个赞。 少给一个赞,怕你骄傲! 话说,我这样不脸真的好吗。。。
author | kstjiang |
---|---|
permlink | re-oflyhigh-python-xml-rpc-20180208t181330538z |
category | python |
json_metadata | {"tags":["python"],"app":"steemit/0.1"} |
created | 2018-02-08 18:13:30 |
last_update | 2018-02-08 18:13:30 |
depth | 1 |
children | 0 |
last_payout | 2018-02-15 18:13:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 65 |
author_reputation | -8,240,821,202 |
root_title | "每天进步一点点:在Python 中使用 XML RPC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 35,972,246 |
net_rshares | 0 |
very good
author | sances |
---|---|
permlink | re-oflyhigh-python-xml-rpc-20180208t140448760z |
category | python |
json_metadata | {"tags":["python"],"app":"steemit/0.1"} |
created | 2018-02-08 14:04:54 |
last_update | 2018-02-08 14:04:54 |
depth | 1 |
children | 0 |
last_payout | 2018-02-15 14:04:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 9 |
author_reputation | -634,309,385,460 |
root_title | "每天进步一点点:在Python 中使用 XML RPC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 35,923,607 |
net_rshares | 0 |
Nice...Python.
author | sheriffakin |
---|---|
permlink | re-oflyhigh-python-xml-rpc-20180208t133713342z |
category | python |
json_metadata | {"tags":["python"],"app":"steemit/0.1"} |
created | 2018-02-08 13:37:18 |
last_update | 2018-02-08 13:37:18 |
depth | 1 |
children | 0 |
last_payout | 2018-02-15 13:37:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 14 |
author_reputation | 6,092,187,265,180 |
root_title | "每天进步一点点:在Python 中使用 XML RPC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 35,918,410 |
net_rshares | 0 |