一、所需素材
很有必要整理一下,里面附带友盟的社会化分享组件,我就不去掉了。二、代码import
com.umeng.update.UmengUpdateAgent;import android.app.Activity;import
android.content.Intent;import an...
分类:
移动开发 时间:
2014-06-16 10:52:56
阅读次数:
538
1 /*** 2 * Licensed to the Apache Software
Foundation (ASF) under one or more 3 * contributor license agreements. See the
NOTICE file distribut...
分类:
编程语言 时间:
2014-06-16 10:37:31
阅读次数:
287
Update July 2011:This list has been reviewed and
made current with the most recent Eclipse 3.7 release.If you are a Java
developer and use the new @Su...
分类:
其他好文 时间:
2014-06-12 17:10:17
阅读次数:
278
JDK就是Java Development
Kit.简单的说JDK是面向开发人员使用的SDK,它提供了Java的开发环境和运行环境。SDK是Software Development Kit
一般指软件开发包,可以包括函数库、编译程序等。 JRE是Java Runtime Enviroment是...
分类:
其他好文 时间:
2014-06-12 16:03:40
阅读次数:
170
首先cmd中输入 net stop mysql,或者在系统服务中关闭MySQL注册的服务。
然后在my.ini文件中的[mysqld]下面一行添加:skip_grant_tables mysql -uroot
-p输入任意的密码都可以登录数据库,输入下面2行命令:UPDATE mysql.user....
分类:
数据库 时间:
2014-06-12 14:50:14
阅读次数:
234