摘要:
https://www.bilibili.com/video/BV1NX4y1k7Va/?vd_source=3da436af71d03773232f172b05d57001 阅读全文
posted @ 2023-04-01 09:58
嘎嘎鸭1
阅读(51)
评论(0)
推荐(0)
摘要:
https://www.bilibili.com/video/BV1NX4y1k7Va/?vd_source=3da436af71d03773232f172b05d57001 阅读全文
posted @ 2023-04-01 09:58
嘎嘎鸭1
阅读(51)
评论(0)
推荐(0)
摘要:
<%@ page contentType="text/html;charset=UTF-8" language="java" isELIgnored="false" %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> 阅读全文
posted @ 2023-03-31 20:41
嘎嘎鸭1
阅读(10)
评论(0)
推荐(0)
摘要:
1.登录 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" 阅读全文
posted @ 2023-03-30 20:25
嘎嘎鸭1
阅读(17)
评论(0)
推荐(0)
摘要:
package com.example.myapplication; import androidx.appcompat.app.AlertDialog; import androidx.appcompat.app.AppCompatActivity; import android.app.Acti 阅读全文
posted @ 2023-03-30 20:24
嘎嘎鸭1
阅读(12)
评论(0)
推荐(0)
摘要:
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" an 阅读全文
posted @ 2023-03-30 20:24
嘎嘎鸭1
阅读(19)
评论(0)
推荐(0)
摘要:
package com.example.myapplication; import androidx.activity.result.ActivityResult; import androidx.activity.result.ActivityResultCallback; import andr 阅读全文
posted @ 2023-03-24 22:04
嘎嘎鸭1
阅读(15)
评论(0)
推荐(0)
摘要:
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" an 阅读全文
posted @ 2023-03-24 22:04
嘎嘎鸭1
阅读(12)
评论(0)
推荐(0)
摘要:
<template> <div> <div ref="chart2" style="width: 1500px;height:710px;margin: auto;"></div> </div> </template> <script> import {mapData} from "../asset 阅读全文
posted @ 2023-03-24 22:04
嘎嘎鸭1
阅读(18)
评论(0)
推荐(0)
摘要:
<template> <div> <!-- <div @click="goBack()">返回</div> --> <div ref="chart" style="width: 1500px;height:700px;margin: auto;"></div> </div> </template> 阅读全文
posted @ 2023-03-21 21:10
嘎嘎鸭1
阅读(17)
评论(0)
推荐(0)
摘要:
第三章 三思而后行:前期准备 根据数据,引入错误到发现错误的时间越长,修正错误的消费越大。进行充分的前期准备可以将需求、设计上的错误扼杀于萌芽。 软件大致分三种:商业系统、使命攸关的系统、使命攸关的嵌入式系统。 我们的项目属于商业系统,推荐采用敏捷的、增量式的开发,计划、管理可以非正式,需求可以非形 阅读全文
posted @ 2023-03-20 22:06
嘎嘎鸭1
阅读(20)
评论(0)
推荐(0)
|