上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 40 下一页
摘要: 今天开始做体温统计 首先先搭起来一个界面 必须有注册和登录功能 今天先做了注册 package com.example.mymap; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; imp 阅读全文
posted @ 2021-02-19 19:47 不详·Christina 阅读(29) 评论(0) 推荐(0)
摘要: 发现错误,是id错了。。。。。小错误就是不容易发现 <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.exa 阅读全文
posted @ 2021-02-18 19:46 不详·Christina 阅读(39) 评论(0) 推荐(0)
摘要: 今天跳转有bug,开始界面会乱跳 没有解决 阅读全文
posted @ 2021-02-17 19:45 不详·Christina 阅读(30) 评论(0) 推荐(0)
摘要: 今天把方法整合了一下,之前定义的对象是分开定义的,显示起来不好调用 public class zong extends AppCompatActivity { TextView textView; double zong; List<thing> thingList; Button button; 阅读全文
posted @ 2021-02-16 19:44 不详·Christina 阅读(34) 评论(0) 推荐(0)
摘要: 今天做了显示界面 public class xianshi extends AppCompatActivity { ListView listView; Button buttonx; Button buttony; List<thing> thingList; Intent intent = ne 阅读全文
posted @ 2021-02-15 21:43 不详·Christina 阅读(29) 评论(0) 推荐(0)
摘要: 借助url用mysql存储数据 但由于两个需要的参数不一样 想了半天还是重写一个方法分开调用 public class thing2 implements Runnable{ private String money; private String nali; private String temp 阅读全文
posted @ 2021-02-14 20:47 不详·Christina 阅读(25) 评论(0) 推荐(0)
摘要: 今天写了增加信息的功能 public class thing implements Runnable{ private String money; private String nali; public String getMoney() { return money; } public void  阅读全文
posted @ 2021-02-13 20:40 不详·Christina 阅读(30) 评论(0) 推荐(0)
摘要: 今天完成显示正确与错误提示功能 public class chenggong extends AppCompatActivity { Button button; @Override protected void onCreate(Bundle savedInstanceState) { super 阅读全文
posted @ 2021-02-12 20:39 不详·Christina 阅读(31) 评论(0) 推荐(0)
摘要: 今天开始学习Android开发 先了解了基本功能、 ublic class webs { public String executeHttpGet2(){ HttpURLConnection connection = null; InputStream in = null; try{ String  阅读全文
posted @ 2021-02-11 16:37 不详·Christina 阅读(26) 评论(0) 推荐(0)
摘要: 从小工到专家相对于构建之法和人月神话来说,更注重于一个程序员本身。 首先,开发是要讲究效率的,而讲效率首先程序员要对自己的项目负责,只有清楚的认识到自己的责任才有目标有动力去完善一个项目,否则当期限到来时,只会找各种各样的借口推诿。 软件开发中也存在破窗效应,如果一个小bug长时间不修复,这个软件就 阅读全文
posted @ 2021-01-29 15:09 不详·Christina 阅读(57) 评论(0) 推荐(0)
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 40 下一页