• 大小: 6.59MB
    文件类型: .zip
    金币: 2
    下载: 1 次
    发布日期: 2023-09-26
  • 语言: Java
  • 标签: 软件工程  

资源简介

学习管理系统,java版,内含有较多包,需要自行连接。 学生管理系统主要功能为选课,成绩,学籍信息 图标需要大家自己把图片重新连接,图片在压缩包的rc文件 软件工程大作业

资源截图

代码片段和文件信息

/**
 * @author Tony
 * @date 2018-01-10
 * @project rest_demo
 */
package com;

import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;

import org.apache.commons.lang.StringUtils;

import com.ucpaas.restDemo.client.AbsRestClient;
import com.ucpaas.restDemo.client.JsonReqClient;

public class RestTest {

static AbsRestClient InstantiationRestAPI() {
return new JsonReqClient();
}

public static void testSendSms(String sid String token String appid String templateid String param String mobile String uid){
try {
String result=InstantiationRestAPI().sendSms(sid token appid templateid param mobile uid);
System.out.println(“Response content is: “ + result);
} catch (Exception e) {
e.printStackTrace();
}
}

public static void testSendSmsBatch(String sid String token String appid String templateid String param String mobile String uid){
try {
String result=InstantiationRestAPI().sendSmsBatch(sid token appid templateid param mobile uid);
System.out.println(“Response content is: “ + result);
} catch (Exception e) {
e.printStackTrace();
}
}

public static void testAddSmsTemplate(String sid String token String appid String type String template_name String autograph String content){
try {
String result=InstantiationRestAPI().addSmsTemplate(sid token appid type template_name autograph content);
System.out.println(“Response content is: “ + result);
} catch (Exception e) {
e.printStackTrace();
}
}
 

public static void testGetSmsTemplate(String sid String token String appid String templateid String page_num String page_size){
try {
String result=InstantiationRestAPI().getSmsTemplate(sid token appid templateid page_num page_size);
System.out.println(“Response content is: “ + result);
} catch (Exception e) {
e.printStackTrace();
}
}


public static void testEditSmsTemplate(String sid String token String appid String templateid String type String template_name String autograph String content){
try {
String result=InstantiationRestAPI().editSmsTemplate(sid token appid templateid type template_name autograph content);
System.out.println(“Response content is: “ + result);
} catch (Exception e) {
e.printStackTrace();
}
}


public static void testDeleterSmsTemplate(String sid String token String appid String templateid){
try {
String result=InstantiationRestAPI().deleterSmsTemplate(sid token appid templateid);
System.out.println(“Response content is: “ + result);
} catch (Exception e) {
e.printStackTrace();
}
}


/**
 * 测试说明  启动main方法后,请在控制台输入数字(数字对应 相应的调用方法),回车键结束
 * 参数名称含义,请参考rest api 文档
 * @throws IOException 
 * @method main
 */

public void Send(String ss) {
System.out.println(“请输入方法对应的数字(例如1)Enter键结束:“);
BufferedReader br = new BufferedReader(new I

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2019-06-12 00:14  学生管理系统\
     文件         802  2019-06-05 20:55  学生管理系统\.classpath
     文件         384  2019-05-30 20:41  学生管理系统\.project
     目录           0  2019-06-12 00:08  学生管理系统\.settings\
     文件         598  2019-05-30 20:41  学生管理系统\.settings\org.eclipse.jdt.core.prefs
     目录           0  2019-06-12 00:08  学生管理系统\bin\
     目录           0  2019-06-12 00:08  学生管理系统\bin\FunctionUI\
     文件        1329  2019-06-11 19:28  学生管理系统\bin\FunctionUI\CourseChoose$1.class
     文件        1946  2019-06-11 19:28  学生管理系统\bin\FunctionUI\CourseChoose$2.class
     文件        3241  2019-06-11 19:28  学生管理系统\bin\FunctionUI\CourseChoose$3.class
     文件        2212  2019-06-11 19:28  学生管理系统\bin\FunctionUI\CourseChoose$4.class
     文件        5406  2019-06-11 19:28  学生管理系统\bin\FunctionUI\CourseChoose.class
     文件        1265  2019-06-11 19:28  学生管理系统\bin\FunctionUI\CourseTable$1.class
     文件        1897  2019-06-11 19:28  学生管理系统\bin\FunctionUI\CourseTable$2.class
     文件         822  2019-06-11 19:28  学生管理系统\bin\FunctionUI\CourseTable$3.class
     文件        3885  2019-06-11 19:28  学生管理系统\bin\FunctionUI\CourseTable.class
     文件        1260  2019-06-11 19:28  学生管理系统\bin\FunctionUI\GradeTable$1.class
     文件        1829  2019-06-11 19:28  学生管理系统\bin\FunctionUI\GradeTable$2.class
     文件         809  2019-06-11 19:28  学生管理系统\bin\FunctionUI\GradeTable$3.class
     文件        4314  2019-06-11 19:28  学生管理系统\bin\FunctionUI\GradeTable.class
     文件        1355  2019-06-11 19:28  学生管理系统\bin\FunctionUI\InfoEntryUi$1.class
     文件        1008  2019-06-11 19:28  学生管理系统\bin\FunctionUI\InfoEntryUi$2.class
     文件        8469  2019-06-11 19:28  学生管理系统\bin\FunctionUI\InfoEntryUi.class
     文件        1197  2019-06-11 22:51  学生管理系统\bin\FunctionUI\PowerChange$1.class
     文件        3992  2019-06-11 22:51  学生管理系统\bin\FunctionUI\PowerChange$2.class
     文件        3461  2019-06-11 22:51  学生管理系统\bin\FunctionUI\PowerChange.class
     文件        1275  2019-06-11 19:28  学生管理系统\bin\FunctionUI\StuInfoSearch$1.class
     文件        3456  2019-06-11 19:28  学生管理系统\bin\FunctionUI\StuInfoSearch.class
     文件        1227  2019-06-11 19:28  学生管理系统\bin\FunctionUI\StudentInforInput$1.class
     文件         971  2019-06-11 19:28  学生管理系统\bin\FunctionUI\StudentInforInput$2.class
     文件        7282  2019-06-11 19:28  学生管理系统\bin\FunctionUI\StudentInforInput.class
............此处省略151个文件信息

评论

共有 条评论