Cannot connect to “localhost”. The server time zone value ‘�й���ʱ��’ is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via t…
1.创建一个MyBinder继承自Binder,实现相应回调功能。
public class MyBinder extends Binder {private static final String TAG "MyBinder";private MyService mService;private OnTestListener mListener;public MyBinder(MyService service) {this.m…