上一页 1 2 3 4 5 6 7 8 ··· 24 下一页
摘要: 期末复习 看数据库 阅读全文
posted @ 2024-06-19 21:32 vvvcutee 阅读(3) 评论(0) 推荐(0) 编辑
摘要: package com.example.ke;import android.annotation.SuppressLint;import android.content.DialogInterface;import android.os.Bundle;import android.os.Handle 阅读全文
posted @ 2024-06-19 21:31 vvvcutee 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 掌握使用 SQL 语言进行各种查询的操作和视图的操纵方法。 二、实验要求: 在现有的数据库上进行各种查询操作,对视图的创建、使用等操作。 三、实验步骤: 1、 开始→程序→Microsoft SQL Server→SQL Server Management Studio。 2、 在“连接到服务器”对 阅读全文
posted @ 2024-06-19 21:29 vvvcutee 阅读(6) 评论(0) 推荐(0) 编辑
摘要: public class MyReceiver extends BroadcastReceiver { public MyReceiver() { } @Override //在该方法中实现广播接收者的相关操作 public void onReceive (Context context, Inte 阅读全文
posted @ 2024-06-19 21:28 vvvcutee 阅读(4) 评论(0) 推荐(0) 编辑
摘要: @Controller 注解的原理在 Spring MVC 中,@Controller 注解用于标识一个 Java 类是一个控制器。控制器负责接收请求、处理请求,并返回响应。具体来说,使用 @Controller 注解的类将会被 Spring MVC 自动扫描,并注册为一个控制器。 @Control 阅读全文
posted @ 2024-06-19 21:27 vvvcutee 阅读(62) 评论(0) 推荐(0) 编辑
摘要: (一)、设计实现电子算盘,并完成测试 【题目描述】 给小朋友设计一个电子算盘。要求绘制电子算盘界面,设计并实现打珠算过程(界面参考如下图示)。 界面右侧要求以图形绘制的方式绘制自画像,注意不能是图像文件显示的形式。 【源代码程序】 from tkinter import *def initWindo 阅读全文
posted @ 2024-06-19 21:26 vvvcutee 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 练习六级听力和写作,练习体育课考试项目 阅读全文
posted @ 2024-06-19 21:25 vvvcutee 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 三、实验步骤 1) 打开MySQL,新建一个数据库。 2) 新建一个数据库表。 3) 在表中增加若干记录,作为初始数据。 4) 打开Eclipse软件,新建一个名为Lab04的Web项目,并设置其部署程序为Tomcat。 5) 在Lab04中添加文件,编写代码。 6) DBBean. java文件代 阅读全文
posted @ 2024-06-19 21:23 vvvcutee 阅读(2) 评论(0) 推荐(0) 编辑
摘要: (五)、设计并实现平面点类Point 【题目描述】 定义一个平面点类Point,对其重载运算符关系运算符,关系运算以距离坐标原点的远近作为基准,远的为大。程序完成对其的测试。 【源代码程序】 import math class Point(): def __init__(self,x,y): sel 阅读全文
posted @ 2024-06-19 21:22 vvvcutee 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 写计网和数据库的实验 阅读全文
posted @ 2024-06-19 21:22 vvvcutee 阅读(3) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 24 下一页