自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

歌儿的专栏

人外有人 逞强不好 留青山不怕没柴烧 路见不平 人单力薄 找到了帮手再拔刀 脑筋再快要厚道 别为了出头用尽狠招 眼高手高志气高 真心努力会被看得到 大富大贵不强求 开心就好 有钱人一样会感冒

  • 博客(11)
  • 收藏
  • 关注

转载 python logging

 python logging 日志 #coding: GB2312 def initlog():     import logging         # 生成一个日志对象     logger = logging.getLogger()     # 生成一个Handler。logging支持许多Handler,     # 象FileHandler, SocketH

2013-12-30 16:59:14 428

转载 python中时间日期格式化符号

%y 两位数的年份表示(00-99)   %Y 四位数的年份表示(000-9999)   %m 月份(01-12)   %d 月内中的一天(0-31)   %H 24小时制小时数(0-23)   %I 12小时制小时数(01-12)   %M 分钟数(00=59)   %S 秒(00-59)   %a 本地简化星期名称   %A 本地完整星期名称   %b 本地简化的月份

2013-12-09 17:23:25 637

转载 EditText属性

android:inputType="textMultiLine"//可以显示多行 android:gravity="left|top"//输入时光标左上角 android:minLines="6" //最小显示6行   android:layout_gravity="center_vertical"//设置控件显示的位置:默认top,这里居中显示,还有bottom  a

2013-05-07 18:17:34 372

原创 对话框和gallery画廊相结合--android开发

activity_main 布局   <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" androi

2013-04-18 18:56:01 554

原创 情景模式—TabHostl练习

Activity_main布局 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:la

2013-04-11 16:23:12 378

原创 简易计算器

Activity-main 布局 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:lay

2013-04-06 17:00:17 413

原创 列表显示

activity-main布局:   <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:

2013-04-03 17:09:24 416

原创 猜拳游戏-android开发

MainActivity布局: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:la

2013-03-28 16:26:58 601

原创 标准体重计算器-android开发

Activity-main.xml <RelativeLayout xmlns:tools="http://schemas.android.com/tools" xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="wrap_content" android:

2013-03-26 15:05:41 1171 1

转载 java快捷键

java中的快捷键   作用域 功能 快捷键 全局 查找并替换 Ctrl+F 文本编辑器 查找上一个 Ctrl+Shift+K 文本编辑器 查找下一个 Ctrl+K 全局 撤销 Ctrl+Z 全局 复制 Ctrl+C 全局 恢复上一个选择 Alt+Shift+↓ 全局 剪切

2013-03-17 14:07:03 552

原创 sayHellow --android开发

布局: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_he

2013-03-17 10:51:06 418

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除