package com.szy.service;import 
android.app.Service;import android.content.Intent;import 
android.os.IBinder;import android.util.Log;public class Exampl...
                            
                            
                                分类:
其他好文   时间:
2014-04-30 00:10:08   
                                阅读次数:
510
                             
                         
                    
                        
                            
                            
                                package com.szy.activity;import 
android.app.Activity;import android.content.Intent;import 
android.os.Bundle;import android.util.Log;import android.vie...
                            
                            
                                分类:
其他好文   时间:
2014-04-29 23:35:22   
                                阅读次数:
590
                             
                         
                    
                        
                            
                            
                                package com.szy.service;import 
android.app.IntentService;import android.content.Intent;import 
android.util.Log;public class ExampleIntentService exten...
                            
                            
                                分类:
其他好文   时间:
2014-04-29 18:02:50   
                                阅读次数:
432
                             
                         
                    
                        
                            
                            
                                package com.szy.shared.activity;import 
android.app.Activity;import android.content.Context;import 
android.content.SharedPreferences;import android.con...
                            
                            
                                分类:
其他好文   时间:
2014-04-29 10:34:47   
                                阅读次数:
407
                             
                         
                    
                        
                            
                            
                                Div不根据内容自适应高度,我们看下面的代码: 
当Content内容多时,即使main设置了高度100%或auto。在不同浏览器下还是不能完好的自动伸展。内容的高度比较高了,但容器main的高度还是不能撑开。 
我们可以通过三种方法来解决这个问题。 一,增加一个清除浮动,让父容器知道...
                            
                            
                                分类:
其他好文   时间:
2014-04-29 10:21:46   
                                阅读次数:
349
                             
                         
                    
                        
                            
                            
                                什么是CSS的盒子模式呢?为什么叫它是盒子?先说说我们在网页设计中常听的属性名:内容(content)、填充(padding)、边框(border)、边界(margin), 
CSS盒子模式都具备这些属性。这些属性我们可以把它转移到我们日常生活中的盒子(箱子)上来理解,日常生活中所见的盒子也具有这些属...
                            
                            
                                分类:
Web程序   时间:
2014-04-28 08:37:21   
                                阅读次数:
609
                             
                         
                    
                        
                            
                            
                                php获取系统当前日期 显示的格式: 年-月-日 小时:分钟:秒相关时间参数:a - "am" 或是 
"pm"A - "AM" 或是 "PM"d - 几日,二位数字,若不足二位则前面补零; 如: "01" 至 "31"D - 星期几,三个英文字母; 如: 
"Fri"F - 月份,英文全名; 如: "...
                            
                            
                                分类:
Web程序   时间:
2014-04-28 06:15:34   
                                阅读次数:
706