摘要: -module(first_gen_server).-behaviour(gen_server).-export([init/1, handle_call/3, handle_cast/2, handle_info/2, terminate/2, code_change/3]).%% ====================================================================%% API functions%% ====================================================================-e 阅读全文
posted @ 2013-11-05 21:20 宁静的天空 阅读(455) 评论(0) 推荐(0)