2014年6月10日

inputtype

摘要: //文本类型,多为大写、小写和数字符号。 android:inputType="none"//输入普通字符android:inputType="text"//输入普通字符android:inputType="textCapCharacters"//输入普通字符android:inputType="t... 阅读全文

posted @ 2014-06-10 11:43 apple平哥 阅读(107) 评论(0) 推荐(0) 编辑

Android布局

摘要: RelativeLayout相对布局是个人觉得在android布局中比较常用且好用的一个,当然如果想让布局更漂亮是需要多种布局混合搭建的,这里就需要更深入的学习了,在这只介绍下有关相对布局的东西。相对于兄弟元素android:layout_below="@id/aaa":在指定View的下方andr... 阅读全文

posted @ 2014-06-10 11:20 apple平哥 阅读(192) 评论(0) 推荐(0) 编辑

English加分句

摘要: 开头Recently, the problem of ....has aroused people's concernNow people in growing numbers are beginning to realize that...引出不同观点People's view on ... va... 阅读全文

posted @ 2014-06-10 11:08 apple平哥 阅读(65) 评论(0) 推荐(0) 编辑

6级英语作文范文

摘要: The Impact of the Internet on Interpersonal CommunicationAs is described in the picture, a father asks her daughter how her school today goes on. Inst... 阅读全文

posted @ 2014-06-10 10:53 apple平哥 阅读(712) 评论(0) 推荐(0) 编辑

Android单位度量

摘要: px(像素):屏幕上的点。in(英寸):长度单位。mm(毫米):长度单位。pt(磅):1/72英寸。dp(与密度无关的像素):一种基于屏幕密度的抽象单位。在每英寸160点的显示器上,1dp = 1px。dip:与dp相同,多用于android/ophone示例中。sp(与刻度无关的像素):与dp类似... 阅读全文

posted @ 2014-06-10 10:50 apple平哥 阅读(88) 评论(0) 推荐(0) 编辑

Android开发常用属性

摘要: 阅读全文

posted @ 2014-06-10 10:48 apple平哥 阅读(172) 评论(0) 推荐(0) 编辑

mysql操作1

摘要: 一、连接MYSQL。格式: mysql -h主机地址 -u用户名 -p用户密码1、连接到本机上的MYSQL。首先打开DOS窗口,然后进入目录mysql\bin,再键入命令mysql -u root -p,回车后提示你输密码.注意用户名前可以有空格也可以没有空格,但是密码前必须没有空格,否则让你重新输... 阅读全文

posted @ 2014-06-10 10:38 apple平哥 阅读(131) 评论(0) 推荐(0) 编辑

mysql操作

摘要: 创建用户: create user ‘username@localhost’identified by 'password' //这个密码已加密删除用户 drop user 'username'@'localhost';授权: grant all privileges on 'database... 阅读全文

posted @ 2014-06-10 10:32 apple平哥 阅读(153) 评论(0) 推荐(0) 编辑

导航