随笔分类 -  good

Android_Menu Demo
摘要:Eclipse Version:Galieo-SR2-win32ADT Version:14.0.0SDK Version :1.5JDK Version:Sun 1.6.0_26效果图:AndroidManifest.xml:<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.travis" 阅读全文

posted @ 2011-11-05 11:31 FengMichael 阅读(154) 评论(0) 推荐(0)

Python——Utilities工具
摘要:以下是学习goole PYTHON教程过程中的一些笔记。'#' 后面的是输出,希望你能从中获取你想要的。Closing Thoughtsa = ['aaaa', 'bb', 'cccc']a#['aaaa', 'bb', 'cccc']result = [][ len(s) for s in a ]#[4,2,5]a = [1, 2, 3, 4]a#[1, 2, 3, 4][ num*num for num in a if num > 2]#[9, 16]import osos 阅读全文

posted @ 2011-08-25 22:05 FengMichael 阅读(2593) 评论(0) 推荐(0)

导航