自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 收藏
  • 关注

原创 Python实例1:海洋单位距离的换算

nautical_mile = float(input('please input the nautical_maile'))kilometre = 1.852 * nautical_mileprint("kilometre:",kilometre)

2021-11-28 12:10:24 4318

原创 android 相框应用程序

**android 相框应用程序****activity_main.xml**<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="...

2019-12-21 12:29:42 814

原创 android 根据按钮的状态显示不同的背景图片

**android 根据按钮的状态显示不同的背景图片****activity_main.xml**<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:id="...

2019-12-21 10:49:04 780

原创 android 图书选购程序

**android 图书选购程序****activity_main.xml**<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/LinearL...

2019-12-20 21:51:04 921

原创 android 在TextView中显示EditText,通过Button按键,更改TextView的文字及变大

**android 在TextView中显示EditText,通过Button按键,更改TextView的文字及变大****activity_main.xml**<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.andro...

2019-12-20 21:26:23 1406

原创 在第一个Activity输入姓名与身高,选择性别,将结果传递到第二个Activity

**activity_main.xml**<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/LinearLayout1" android:l...

2019-12-15 14:56:31 1503

原创 android摄氏度转为华氏温度

android摄氏度转为华氏温度mainActivity在这里插入代码片欢迎使用Markdown编辑器你好! 这是你第一次使用 Markdown编辑器 所展示的欢迎页。如果你想学习如何使用Markdown编辑器, 可以仔细阅读这篇文章,了解一下Markdown的基本语法知识。新的改变我们对Markdown编辑器进行了一些功能拓展与语法支持,除了标准的Markdown编辑器功能,我们增...

2019-12-15 11:56:03 3150

空空如也

空空如也

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

TA关注的人

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