摘要: VisualSVN是一款图形化svn服务器。 http://www.visualsvn.com/ 阅读全文
posted @ 2016-12-07 23:13 iFat 阅读(199) 评论(0) 推荐(0) 编辑
摘要: public class TestService extends Service { @Override public IBinder onBind(Intent intent) { // TODO Auto-generated method stub return null; } //当服务第一次开启的时候 @Ove... 阅读全文
posted @ 2016-12-07 20:10 iFat 阅读(106) 评论(0) 推荐(0) 编辑
摘要: public class MainActivity extends Activity { private NotificationManager nm; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); ... 阅读全文
posted @ 2016-12-07 19:56 iFat 阅读(285) 评论(0) 推荐(0) 编辑