资源简介
学习管理系统,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个文件信息
相关资源
- 山东大学软件学院 Java 历年试卷整理
- 2016年4月方正Java软件工程师笔试题
- 软件工程课程设计-面向对象java-web
- java SQL 超市管理系统 软件工程
- 软件工程毕业论文(基于Android个人助
- 软件工程课程设计飞机订票系统Java
- 人力资源管理系统 软件工程全文档超
- 软件工程课程设计图书馆管理系统
- 软件工程课程设计飞机订票系统Java数
- JSP软件工程案例精解 光盘源代码
- 期刊稿件管理系统jsp+servlet+mysql+boot
- 软件工程毕业设计
- MIS--食堂发饭卡管理系统--软件工程课
- 清华大学讲师JAVA课件PPT详解
- 学生选课管理系统软件工程课程设计
- 软件工程毕业设计全套文档,代码
- 软件工程第9版Software Engineering9th Edi
- 14级软件工程专业本科优秀毕业设计论
- 软件工程专业本科优秀毕业设计论文
- 软件工程毕业设计 飞机类游戏源代码
-
ob
ject-Oriented Software Engineering - Usin - 软件工程报告中国矿业大学
- 基于web的软件工程精品课程网站的实
- 面向对象软件工程:使用UML、模式与
- 软件工程课程设计飞机订票系统Java
- 软件工程项目开发计划书
- java软件工程师训练题库
- J2EE课程设计报告
- 软件工程专业毕业实习报告.doc
- 西工大 软件工程 项目
评论
共有 条评论