`
文章列表
一下是本人在网上搜集的关于actionbar的资料 http://blog.csdn.net/snowgeneral/article/details/7100393 http://wiki.eoeandroid.com/Action_Bar http://cdc.tencent.com/?p=5082 但是网上所有的资料中没有修改actionbar高度的方法,本人在实际开发工程中遇到这个问题,根据android4.0的theme的样式的源码发现里边有定义actionbar高度的字段---actionBarSize 所以就自定义style 它的parent是系统带有actionBar ...
java.util.Iterator it = hashmap.entrySet().iterator(); while(it.hasNext()){ java.util.Map.Entry entry = (java.util.Map.Entry)it.next(); entry.getKey() 返回与此项对应的键 entry.getValue() 返回与此项对应的值 }  
    解决方案一: 找到原因了,缓存条数的问题,preferences-->Android-->logcat-->Maximum number of logcat messages to buffer: 5000,改大一些就OK了。   解决方案二: 我的设置居然是error  这样肯定显示不了啊 换成verbos 解决了这个问题。希望帮到大家    
织梦的后台无法自动生成Sitemap,也不支持百度Ping,今天这篇就是教大家添加为DedeCMS自动生成Sitemap+ping百度功能 ,Sitemap工具可以改善收录,最新发布文章可以通过ping机制ping给百度,以区分谁是原创作者。     Sitemap自动 ...
Springmvc3.0 注解详解 1,  为什么要用注解,注解有什么好处? Springmvc3.0 是基于注解进行编程,能大大提高开发效率,和维护成本。相比较SSH(struts2+spring+hibernate)   springmvc3.0去除了struts2.0 ,spring, hinernate 配置文件的编写和维护,从而可以更加快速的进行开发。所有这一切的实现就是基于注解进行编程。   2,  怎么去理解注解? 注解可以写在类上面,也可以写在方法上面,在目前我们的系统中,基于方法的注解主要用在控制器中,基于类的注解主要在控制器类, 业务逻辑层(serviceImpl ...
  更多关于java教程,请移步大神网, android教程   RelativeLayout用到的一些重要的属性: 第一类:属性值为true或false android:layout_centerHrizontal  水平居中 android:layout_centerVertical   垂直居中 android:layout_centerInparent    相对于父元素完全居中 android:layout_alignParentBottom 贴紧父元素的下边缘 android:layout_alignParentLeft   贴紧父元素的左边缘 android:layo ...
    这里只简单做了两个按钮的。 首先是两个按钮的背景: res/drawable/seg_left.xml   <?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android" > <item android:state_selected="true"> <shape & ...
报错信息 ActionBarImpl can only be used with a compatible window decor layout   原因: 1:requestWindowFeature(Window.FEATURE_ACTION_BAR);与android:theme="@android:style/Theme.Holo.Dialog"不能同时使用   解决方案: 修改dialog 的style 样式,如下所示,标红就是修改部分  <style name="theme_dialog_alert"    pare ...
    700套dede模板(企业站模板417个、资讯行业门户类模板147个、新闻资讯55个、学校类模板1个、艺术时尚2个、娱乐休闲25个、女性网模板13个、美女图片网模板8个、婚纱摄影网模板2个、购物时尚5个、个性简实16个、地方门户3个、博客风格模板6个)共1.43G   链接:http://pan.baidu.com/share/link?shareid=634775684&uk=2836096576 密码:zutu 相关关键词: 大神网       淘宝客教程    
RadioGroup是Android组单选按钮控件。更具体地,使用提供的RadioGroup从组中只选择一个RadioButton的能力。当用户选择一个单选按钮,前一个被选中,自动成为泛滥。 在我们的例子中,我们将向你展示RadioGroup在Android应用程序的使用。 activity_main.xml:   <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.co ...
2008-04-26 22:35:40,812 ERROR [org.hibernate.util.JDBCExceptionReporter] - Cannot get a connection, pool error Timeout waiting for idle object 2008-04-26 22:35:40,812 WARN [org.hibernate.util.JDBCExceptionReporter] - SQL Error: 0, SQLState: null 2008-04-26 22:35:40,812 ERROR [org.hibernate ...
网盘链接:http://pan.baidu.com/s/1pJ2oNIN 提取码:80jd 更多精彩: android 百度网盘教程
<?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android"> <solid android:color="#FFFFFF" /> <corners android:topLeftRadius="10dp" android:topRightR ...
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:background="#ffffff" ...
Android手机确实很好是哪里知道但有一条检索国家类似的国家代码或国家的名字? 不需要知道确切的GPS位置-国家代码或名称就足够了,我用下面的代码: String locale = context.getResources().getConfiguration().locale.getCountry(Locale.getDefault()); System.out.println("country = "+locale);     但我的设备放在印度;有没有办法找到设备的当前国家代码不使用GPS或网络提供商。因为我用平板。先谢谢了。 解决方案 ...
Global site tag (gtag.js) - Google Analytics