摘要:
springmvc使用步骤:1.导入jar包 spring-web-mvc spring-beans spring-context spring-core spring-expression spring-aop spring-web2.web.xml配置springmvc的核心的过滤器 <!--配 阅读全文
摘要:
SQL> conn sys as sysdba已连接。SQL> select count(*) from dba_tables; COUNT(*) 2786 SQL> select count(*) from dba_objects; COUNT(*) 72481 SQL> desc dba_obj 阅读全文
摘要:
1.spring的作用?①.Spring能帮我们根据配置文件创建及组装对象之间的依赖关系。②.Spring 面向切面编程能帮助我们无耦合的实现日志记录,性能统计,安全控制。③.Spring能非常简单的帮我们管理数据库事务。④.Spring还提供了与第三方数据访问框架(如Hibernate、JPA)无 阅读全文
摘要:
javase 聊天 客户端/服务端 c/s client/server qq 英雄联盟 eclipse subline 优点:安全 交互性友好 缺点:下载安装、升级,重复代码 、开发工作量大 Javaee 基于浏览器的项目 b/s browser/server http://www.baidu.co 阅读全文
摘要:
##触发器 触发时间 before after 触发事件 insert update delete 等create table score_log select * from score where 1=0;select * from score_log; ##创建触发器dilimiter // # 阅读全文
摘要:
##无参数存储过程delimiter //create procedure myFist_proc() ## 创建存储过程begin select stu_id from score where grade>80 and c_name='计算机'; select name from student 阅读全文
摘要:
create table Student(StudentNo int(4) not null comment '学号',LoginPwd varchar(20) null comment '',StudentName varchar(20) null comment '学生姓名',Ses tinyi 阅读全文