摘要:
经过讨论项目的存在问题总结出以下三个主要问题。 主要是地图的定位设备开机位置无法实现。 而后是售卖机的页面展示不够美观。 再者是系统的操作是否符合用户的需求,是否过于繁琐。 阅读全文
摘要:
今日进行了项目总结,基本实现这阶段冲刺的目标。 package com.example.math.utils; import android.annotation.SuppressLint; import android.app.Dialog; import android.content.Cont 阅读全文
摘要:
今日进行了主要内部代码的优化修改。 package com.example.math.repositiory; import com.example.math.bean.SendBean; import com.example.math.jdbc.JDBCtools; import java.sql 阅读全文
摘要:
今日主要实现了项目的优化。 主要进行了页面的处理。 package com.example.math.repositiory; /* * 购买信息辅助类 * */ import com.example.math.R; import com.example.math.bean.buyBean; imp 阅读全文
摘要:
今日对于广告实现最终的实现。 对于广告的投放以及对于广告的播放进行了进一步实现。 <div class="div1"> <div class="bigcontent"> <!-- muted:视频内容静音 --> <% List<String> s = new ArrayList<>(); Conn 阅读全文
摘要:
今天进行会议主要是对于广告播放的问题进行解决。 package com.example.math.repositiory; import com.example.math.bean.advertBean; import com.example.math.jdbc.JDBCtools; import 阅读全文
摘要:
今天上课进行了项目优化处理。对于广告的实现进行数据库更改。 <script type="text/javascript"> var msg= new window.SpeechSynthesisUtterance(); msg.text = '乐视薯片购买!'; msg.lang="zh-CN"; 阅读全文
摘要:
今天进行了站立会议。 主要是分析当下的代码情况。进行规划之后的代码优化。 package com.example.math.adapter; import android.content.Context; import android.view.LayoutInflater; import andr 阅读全文
摘要:
今日进行站立会议,主要是对于下一步的进行做出规划要求。 如何优化整个项目的进程进行分析。 昨天写错地方了。。。。 package com.example.math.repositiory; import com.example.math.jdbc.JDBCtools; import java.sql 阅读全文
摘要:
今日主要进行对于广告的优化处理; 对于之后的数据库判断做出基础。 package com.example.math.repositiory; /* * 购买信息辅助类 * */ import com.example.math.R; import com.example.math.bean.buyBe 阅读全文