02 2013 档案

摘要:02-20 16:28:22.920: E/AndroidRuntime(8523): java.lang.ClassCastException: android.widget.GridView cannot be cast to android.widget.TextView02-20 16:28:22.920: E/AndroidRuntime(8523): at android.widget.SimpleExpandableListAdapter.bindView(SimpleExpandableListAdapter.java:247)由于SimpleExpandableListAd. 阅读全文
posted @ 2013-02-20 16:37 Atlas's blog 阅读(1375) 评论(0) 推荐(0)
摘要:在quartz中一个作业实例必须实现org.quartz.Job接口package com.unicom.gdnum.jobs;import java.util.*;import org.apache.commons.logging.*;import org.quartz.Job;import org.quartz.JobExecutionContext;import org.quartz.JobExecutionException;public class HelloworldJob implements Job{ static Log log=LogFactory.getLog(Hell. 阅读全文
posted @ 2013-02-19 16:37 Atlas's blog 阅读(15250) 评论(0) 推荐(0)
摘要:REFERENCES:MQTThttp://www.cnblogs.com/glony/articles/2308165.htmlhttp://hi.baidu.com/zhu410289616/blog/item/c11aea5daa12c25ffbf2c01d.htmlhttp://blog.csdn.net/joshua_yu/article/details/6563587iphone pushhttp://w54653520.iteye.com/blog/1319595http://code.google.com/p/javapns/ 阅读全文
posted @ 2013-02-19 14:28 Atlas's blog 阅读(309) 评论(0) 推荐(0)
摘要:使用系统设置中的API会改变系统的语言,在onpause等去改变语言,效果不是太好。另外下面的方法只有在新启动的activity中才能生效。 public void switchLanguage(Locale locale) { Resources resources = getResources();// 获得res资源对象 Configuration config = resources.getConfiguration();// 获得设置对象 DisplayMetrics dm = resources.getDisplayMetrics()... 阅读全文
posted @ 2013-02-19 11:40 Atlas's blog 阅读(14551) 评论(2) 推荐(0)
摘要:REFERENCES:http://www.raywenderlich.com/zh-hans/20855/ios-5-arc-%E5%85%A5%E9%97%A8-13 阅读全文
posted @ 2013-02-07 16:57 Atlas's blog 阅读(220) 评论(0) 推荐(0)
摘要:xcode的debug只有在定义variable时可以查看其值 阅读全文
posted @ 2013-02-04 10:19 Atlas's blog 阅读(147) 评论(0) 推荐(0)