- 博客(10)
- 收藏
- 关注
转载 与一门计算机语言的相识相知———Python
最近新学了一门新的计算机语言———Python 怎么说呢,刚接触Python时给我的第一感觉就是实用。当然,这并不是说之前学的Java、C语言什么的不实用,而是Python会给人一种不一样的感觉,这是其他所不能比拟的。接触pyhton的几周下来,被它独有的优雅、明确、简单所深深折服 好了,接下来给大家谈谈我对Python的初步认识 Python的一些基本语法 Py...
2017-10-15 14:03:00 164
转载 Android作业:SQL添加和删除数据
先简单说下这次作业:个人感觉这次作业比较麻烦,难度上还好(估计是因为上这次课时是有史以来听得最认真的一次的缘故) 言归正传,要想实现信息显示,就得先创建数据库 我创建了一个微型的 public void insert(Student student) { // 1. 打开数据库 db = helper.getWritableDat...
2017-05-16 14:49:00 191
转载 Android作业:使用SharedPreferences将姓名和年龄信息保存到文件,然后再读取
这次作业我修改了一下,没按照老师的要求来 没用年龄信息,用的是爱好 话不多说,直接进入正题 首先是xml的布局 <EditText android:id="@+id/etname" android:layout_width="match_parent" android:layout_height="wrap_c...
2017-05-08 16:33:00 557
转载 Android作业:使用GridView和SimpleAdapter实现手机界面的九宫格
开始我用的是LinearLaYout布局 <GridView android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/gridview" android:numColumns="3" android:verticalSpacing="15d...
2017-05-08 16:14:00 185
转载 Android作业:ListView列表
package com.example.a15083.testlistview; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.widget.ListView; import java.util.ArrayList; public...
2017-05-02 13:48:00 124
转载 Android作业:深入Activity
这次作业有点麻烦,为了方便看,所以我做了两个xml。 第一个 <EditText android:layout_width="wrap_content" android:layout_height="wrap_content" android:gravity="center" android:hint="请出入姓名" a...
2017-04-18 15:36:00 88
转载 Android作业:Fragment的转换
要实现Fragment的转换,需要两个Fragment。 首先是xml布局 <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http:/...
2017-04-18 15:13:00 113
转载 第一个月安卓总结
学习安卓应用开发也有一个月了,真的让我对安卓的认识打开了一扇新大门。以前只知道如何使用软件,从来没想过自己开发会如何,学了这个后才知道,原来程序编写不是那么容易的事。学了一个月,我却连点皮毛都没学到,实在有愧老师的良苦用心与谆谆教诲。但是,总的来说,我还是学到了一些东西的,例如: 知道了一些常用的界面控件如textview ,button ,editText ,imageview ,...
2017-03-28 15:30:00 81
转载 安卓作业
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="ma...
2017-03-21 23:51:00 136
转载 首帖
It always protects, always trusts, always hopes, always perseveres. 转载于:https://www.cnblogs.com/JunShengtian/p/6556417.html
2017-03-15 21:06:00 82
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人