宇123 发表于 2015-11-28 23:40

谢谢分享!!

lexluthory 发表于 2015-11-29 08:13

666666666666

天然呆 发表于 2015-12-1 19:19

楼主这个系统没有学生登录的模块?

烈火炎阳 发表于 2015-12-1 19:53

想下载看一下啊!!!

axiuluo211 发表于 2015-12-10 17:00

太好了,谢谢

斗转星移 发表于 2015-12-14 23:23

下载来学习学习

斗转星移 发表于 2015-12-14 23:24

下载来学习学习看看

好好认真学习 发表于 2015-12-15 14:03

看起来不错

破空的星痕 发表于 2015-12-15 20:41

老夫收下了

破空的星痕 发表于 2015-12-15 22:14

你好,我导入数据库出现如下错误,如何解决
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'VARCHAR2(25),
STNAME    VARCHAR2(10),
STSEX   VARCHAR2(10),
STAGE    ' at line 3
create table STUDENT2
(
STID      VARCHAR2(25),
STNAME    VARCHAR2(10),
STSEX   VARCHAR2(10),
STAGE   VARCHAR2(10),
STTEL   VARCHAR2(20),
STDEPT    VARCHAR2(20),
STADDRESS VARCHAR2(50)
)
tablespace USERS
pctfree 10
initrans 1
maxtrans 255
storage
(
    initial 64K
    minextents 1
    maxextents unlimited
);
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'sequence STU2_SEQ
minvalue 1
maxvalue 999999999999999999999999999
start with ' at line 2
-- Create sequence
create sequence STU2_SEQ
minvalue 1
maxvalue 999999999999999999999999999
start with 25
increment by 1
nocache;
1146 - Table 'student.student2' doesn't exist

Finished - Unsuccessfully
--------------------------------------------------
页: 1 [2] 3 4 5 6 7 8 9 10 11
查看完整版本: JavaWeb学生信息管理系统源码