Fragment的常用函数:一、Fragment对象1.void setArguments(Bundleargs); 这个函数为Fragment提供构造参数(也就是数据),参数以Bundle类型封装。因为官方不建议把数据的传递提供写在构造函数当中,因此提供了这个方法。2.Bundle getArgu...
分类:
移动开发 时间:
2015-01-04 09:52:54
阅读次数:
164
说到Web应用中JavaScript的模块化,很容易想到RequireJS、SeaJS和ECMAScript6。ES6要全面应用还得有段时间,RequireJS和SeaJS的模块化在实际应用中又有两个分支:一是通过按需加载的方式加载并创建模块,二是通过工具打包成单一文件,一次性加载,按需创建模块。ASP.NETMVC4的..
分类:
编程语言 时间:
2015-01-03 08:14:53
阅读次数:
186
1 错误描述
org.eclipse.m2e.logback.configuration: The org.eclipse.m2e.logback.configuration bundle was activated before the state location was initialized. Will retry after the state location is initial...
分类:
系统相关 时间:
2015-01-02 14:44:43
阅读次数:
2122
注:去除标题,必须在setContentView方法前调用例:protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); // 去除标题, 必须在setContentView 方法前...
分类:
其他好文 时间:
2015-01-01 23:41:37
阅读次数:
172
«AFNetworking 图片的本地缓存问题Get application bundle seed ID in iOS»AFNetworking 使用总结 (用法+JSON解析)From:http://www.coneboy.com/?p=716这几天在评论页面的时候发现get请求后加入2个以上的...
分类:
Web程序 时间:
2014-12-31 22:41:42
阅读次数:
226
方法一: 首先你的有一个集成环境adt-bundle-windows:下载地址请看blog:http://www.cnblogs.com/bjzhanghao/archive/2012/11/14/android-platform-sdk-download-mirror.html 下载完成找到SDK...
分类:
移动开发 时间:
2014-12-31 18:03:33
阅读次数:
222
Linux下通过vmplayer安装CactiEZ一安装vmwareplayer在vmware官网www.vmware.com上下载免费的vmwareplayer虚拟软件。将载好的软件传送到服务器上准备安装。chmod755VMware-Player-6.0.1-1379776.x86_64.bundle----提高权限./VMware-Player-6.0.1-1379776.x86_64.bundle----安装..
分类:
系统相关 时间:
2014-12-31 16:34:40
阅读次数:
269
如何建立上面的对话框和提示信息 1 @Override 2 protected void onCreate(Bundle savedInstanceState) { 3 super.onCreate(savedInstanceState); 4 setCont...
分类:
移动开发 时间:
2014-12-30 13:24:07
阅读次数:
138
Activity代码: package?com.example.reg;
import?android.app.Activity;
import?android.os.Bundle;
import?android.util.Log;
import?android.webkit.WebView;
import?com.example.reg.bean.MyObject;
...
分类:
移动开发 时间:
2014-12-30 12:04:05
阅读次数:
192
备份一下,好用。
最近 Google 被墙了, 上传一下自己收集的 Android 开发环境, 下面给出的官网链接也可以下载;
1. 百度网盘下载地址
Android集成环境 NDK JDK 总链接 : http://pan.baidu.com/s/1bnjaDKb;
Android Studio Linux版 : http://pan.baidu.com/s/1eQjA6MA...
分类:
移动开发 时间:
2014-12-30 11:51:44
阅读次数:
180