上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 29 下一页
摘要: 实验3:工厂方法模式 本次实验属于模仿型实验,通过本次实验学生将掌握以下内容: 1、理解工厂方法模式的动机,掌握该模式的结构; 2、能够利用工厂方法模式解决实际问题。 [实验任务一]:加密算法 目前常用的加密算法有DES(Data Encryption Standard)和IDEA(Internat 阅读全文
posted @ 2021-10-11 21:12 我的未来姓栗山 阅读(34) 评论(0) 推荐(0) 编辑
摘要: 软件构造实验作业 一、实验要求 二、实验步骤 任务一: 任务二: JFinal是基于Java语言的极速Web + ORM框架,其核心设计目标是开发迅速、代码量少、学习简单、功能强大、轻量级、易扩展、Restful。在拥有Java语言所有优势的同时再拥有Ruby、Python、PHP等动态语言的开发效 阅读全文
posted @ 2021-10-08 21:22 我的未来姓栗山 阅读(80) 评论(0) 推荐(0) 编辑
摘要: app开发(ThirdActivity) package com.example.jizhang;import android.content.Intent;import android.os.Bundle;import android.view.View;import android.widget 阅读全文
posted @ 2021-10-07 21:34 我的未来姓栗山 阅读(37) 评论(0) 推荐(0) 编辑
摘要: app开发(SecondActivity) package com.example.jizhang;import android.os.Bundle;import android.widget.EditText;import androidx.annotation.Nullable;import a 阅读全文
posted @ 2021-10-06 20:28 我的未来姓栗山 阅读(34) 评论(0) 推荐(0) 编辑
摘要: app开发(MainActivity) package com.example.jizhang;import android.content.Intent;import android.os.Bundle;import android.util.Log;import android.view.Vie 阅读全文
posted @ 2021-10-05 21:39 我的未来姓栗山 阅读(38) 评论(0) 推荐(0) 编辑
摘要: app开发(layout7) <?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="ma 阅读全文
posted @ 2021-10-04 20:16 我的未来姓栗山 阅读(13) 评论(0) 推荐(0) 编辑
摘要: app开发(layout6) <?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="ma 阅读全文
posted @ 2021-09-30 19:22 我的未来姓栗山 阅读(26) 评论(0) 推荐(0) 编辑
摘要: app开发(layout5) <?xml version="1.0" encoding="utf-8"?><androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/ 阅读全文
posted @ 2021-09-29 19:32 我的未来姓栗山 阅读(12) 评论(0) 推荐(0) 编辑
摘要: app开发(layout4) <?xml version="1.0" encoding="utf-8"?><androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/ 阅读全文
posted @ 2021-09-28 20:23 我的未来姓栗山 阅读(22) 评论(0) 推荐(0) 编辑
摘要: app开发(layout3) <?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="ver 阅读全文
posted @ 2021-09-27 19:23 我的未来姓栗山 阅读(14) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 29 下一页